Skip to main content

How to Customize Windows 10 Start Menu via Group Policy (Domain)

Windows 10 brings with it a ton of cool features that are specifically designed for the comfort and ease of domain administrators all over the world. With Windows 10, domain administrators can make a wide variety of changes to every single one of the computers on their domain by simply making the changes they want to their own computer. One of the aspects that domain administrators can control for their entire network is the Start Menu of every single computer connected to the network.
Using Group Policy, domain administrators can create a special Start Menu layout that is applied to all the computers of all the users on the domain and provides the administrator with the ability to control what applications are pinned onto the Start Menu, the arrangement of the Menu tiles and the size of the Menu tiles. This option is exclusively available on the Education and Enterprise versions of Windows 10 and, once enabled, takes away the domain’s other users’ ability to tinker around with and edit the Start Menu and the apps and tiles on it in any way.

The following is everything you need to do to create a customized Start Menu layout for your entire domain using Group Policy:
Customize the Start Menu on your computer and give it the layout that you want applied to all of the computers on your network. This includes pinning and unpinning applications from the Start Menu, rearranging tiles, resizing tiles and creating app groups.
Next, export the Start Menu layout that you have created to an .xml file so that you can move it a storage space that is shared by all of the computers on your network. To do so, first open the Start Menu, type in powershelland open the program named Windows PowerShell.
customize start menu in windows 10-1
In the Command Prompt, type in the command export-startlayout –path <path><file name>.xml, replacing <path> with the path you want the file to be saved in and <file name> with the name you want the .xml file to saved with. The final command will be something like export-startlayout –path \\FileServer\StartMenuLayouts\Layout1xml. When selecting the path for the file to be saved in, make sure that the path you choose can be accessed by all of the computers on the network.
Once you have exported the layout to an .xml file, you can move onto actually applying it to all of the computers on the network using Group Policy. To do so, first open the Start Menu, type edit group policy into the Search box and click on the program named edit group policy.
In the left pane, expand User Configuration or Computer Configuration.
Expand Administrative Templates and then click on Start Menu and Taskbar.
In the right pane under Settings, right click on Start Layout and click on Edit.
customize start menu in windows 10-2
When the Start Layout policy settings show up, click on Enabled to apply the Start Menu layout through Group Policy and then paste the path (which should be accessible to all users on the network) where the .xml file for your Start Menu layout is stored under Start Layout File.
customize start menu in windows 10-3
Click on Apply and then click on OK, and the Start Menu layout you have created will be applied to all users on the network.
customize start menu in windows 10-4
If you wish to update the Start Menu layout you have created at any time, simply create a new layout and replace the old .xml file with a newer, updated .xml file using the export-startlayout command in Windows PowerShell. Once you do so, Group Policy will import and apply the updated Start Menu layout the next time any of the users of the domain log on.

Comments

Popular posts from this blog

How to Format/Indent XML Files in Notepad++

Notepad++ is a free text and source code editor that is mostly used by programmers. It is an advanced alternate version of the default notepad which supports 50 programming, scripting and markup languages. It allows a user to edit codes within multiple tabs in a single window. However, it lacks the formatting for XML files or XML code. Users will find it difficult to edit or read the XML code without the correct format for code. How to Format/Indent XML Files on Notepad++ What is XML File? XML (stands for eXtensible Markup Language) which is a language designed to store and transport data. XML files are just plain text files that can’t do anything on their own. Custom tags are used in XML files to define objects and the data within each object. It defines a set of rules for encoding documents in such a format that both humans and machines could read. XML is similar to HTML but the difference is that HTML defines how data looks, while XML defines what data is. XML Code samp...

How to Fix ‘The Local Security Authority Cannot be Contacted’ Error on Windows

This error appears when users try to login to other computers via a remote desktop connection. The problem prevents them from connecting and it displays the “The Local Security Authority Cannot be Contacted” error message. The problem often appears after an update has been installed on either the client or the host PC and it causes plenty of problems on many different versions of Windows. The Local Security Authority Cannot be Contacted There have been many unofficial fixes for the problem which were created by the users who had the same unfortunate experience. We have gathered the working methods in this article so make sure you follow it in order to resolve the problem. What Causes “The Local Security Authority Cannot be Contacted” Error on Windows? Pinpointing the correct cause for the problem is one of the most important steps when it comes to resolving one. That is why we have created a list of possible causes for the problem so make sure you check it out below: D...

Fix: The Active Directory Domain Services is currently unavailable ‘Windows 7, 8 and 10’

The error Active Directory Domain Services is currently unavailable means that the system is not able to find and connect to your printer, hence the process is stopped and cannot proceed further. This process allows the computer to manage and allocate resources. If this error occurs, it means that there is most probably a problem with the permissions, drivers, UAC etc. We have listed down a number of solutions for you to check. Start with the first one and work your way down. Solution 1: Resetting Printer Spooler Settings The spooler service is a software program which is responsible for managing all print jobs being sent to the computer printer. The print spooler service is usually visible to users and they can also cancel a print job which is being processed. It also allows them to manage jobs which are currently on the waitlist. We can try restarting this service and check if this solves the problem. Press  Windows + R  to launch the Run application. Type ...