Forum Discussion
manojviduranga
Jul 22, 2022Iron Contributor
Deploy Windows 10 Start menu template via Intune and yet, allow user to still customize it
Hello Endpoint Folks, From what've seen in the current capabilities of 'Configuration profiles --> Device restriction template', we can easily push the 'Start Menu' template to Win10 devices but...
Moe_Kinani
Jul 22, 2022Bronze Contributor
Hi Manoj,
It’s not possible to allow users to edit start menu using that way or GPO, but you export using ps: Export-StartLayout -Path C:\startmenu.xml in a dummy account and then use Intune Win32 to copy that xml to this path C:\Users\Default\AppData\Local\Microsoft\Windows\Shell
This should customize the start menu and make it editable by the user.
Moe
It’s not possible to allow users to edit start menu using that way or GPO, but you export using ps: Export-StartLayout -Path C:\startmenu.xml in a dummy account and then use Intune Win32 to copy that xml to this path C:\Users\Default\AppData\Local\Microsoft\Windows\Shell
This should customize the start menu and make it editable by the user.
Moe
manojviduranga
Aug 08, 2022Iron Contributor
Hi Moe_Kinani
This seems to be working for newly created users/profiles but not for the existing ones unfortunately.
This seems to be working for newly created users/profiles but not for the existing ones unfortunately.