Customise Win10 Start Menu on Domain

ASM2701

Currently we are in the process of deploying Win10 across our main office and 2 satelite offices. We want to customise the start menu with our standard office packages as tiles as well as allow the users to customise the start menu with their own tiles.

I have seen you can modify the start menu, export and push that with group policy. This is simply done by doing the following steps detailed below. However, this method prevents out users adding their own tiles or laying it out as they want it. The network manager doesn't want to totally lock it down. He wants to allow some flexibillity for users to make it their own. Is there any way this can be acheived?

GP METHOD

  • Create a custom layout with the tiles enter image description here
  • Go to powershell and use the command

Export-StartLayout -Path C:\Temp\LayoutMod.xml

  • Copy this file to the domain controller or shared a shared file on a server.

  • In group policy editor, expand user configuration -> go to administrative templates and click start menu and taskbar.

  • Double Click the start meny layout poilicy.

  • Enable and point to the location the XML is stored on the server. enter image description here

Josh

You can achieve this by performing the customization you'd like on a dummy account, just as you do in the Group Policy method; you would also still export the XML file with the following PowerShell:

Export-StartLayout -Path C:\LayoutModification.xml

However, instead of enforcing it with Group Policy you copy the file to C:\Users\Default\AppData\Local\Microsoft\Windows\Shell

This will make it so that any new user logging on to the system inherits these settings, yet can still customize them.

Since I provision with Configuration Manager, I use the following along with a Software Package in a Task Sequence to copy the file:

Copy-Item "LayoutModification.xml" `
 -Destination "$env:SystemDrive\Users\Default\AppData\Local\Microsoft\Windows\Shell"

Reference

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Shortcut to batch file cannot be pinned to Win10 Start menu

From Dev

Change width of each "panel of tiles" in Win10 Start Menu

From Dev

Win10: Fast access to Start Menu shortcuts: How?

From Dev

Win 10: Missing Most Used in Start Menu

From Dev

How to customise order of Intentions menu

From Dev

windows 10 start menu not launching

From Dev

Rebuild Windows 10 Start Menu

From Dev

Change windows 10 start menu

From Dev

Windows 10 start menu CTD

From Dev

Customize Windows 10 Start Menu

From Dev

Remove cut/copy/paste from context menu in Win10

From Dev

Windows 10 Start Menu Critical Error

From Dev

Launching URLs from Windows 10 Start Menu

From Dev

Renaming a start menu Item in Windows 10

From Dev

Some start menu shortcuts are missing on Windows 10

From Dev

Windows 10 Start Menu Stops Working

From Dev

Windows 10 Start Menu and Search not working

From Dev

How to add exe to start menu in Windows 10?

From Dev

Windows 10: Start menu takes a week to update

From Dev

Windows 10 start menu not saving changes

From Dev

Windows 10 Start Menu not showing all shortcuts?

From Dev

Windows 10 start menu don't work

From Dev

Configuration file for the start menu in Windows 10

From Dev

Disable Web Search on Windows 10 Start Menu

From Dev

Windows 10 Start menu Downloads shortcut is broken

From Dev

Windows 10 "Start Menu" Settings missing

From Dev

Change Windows 10 Start Menu Icon

From Dev

Windows 10: Start menu slow to respond to keyboard

From Dev

The Windows 10 Start menu is not launching applications