Forum Discussion
Luis Young
Jun 08, 2017Copper Contributor
Windows 10 start menu problems and copyprofile
1. I deploy Windows 10 enterprise in a lab environment where hundreds of unique domain users are logging in and using the computers every monthy. We've had a problem where after a few weeks the Sta...
- Jun 08, 2017You can still use CopyProfile, but it's not required if all you want is a custom start menu layout - you can import that using the PowerShell "Import-StartLayout" command prior to a user logging onto the system, then they will pick up that layout as default.
Robert Frick
Jun 08, 2017Copper Contributor
Is there a way to use copy profile and have start menu customizations both work creating a W10 image?
Luis Young
Jun 08, 2017Copper Contributor
I've had success customizing the start menu using a default associations config .xml file and assigning it through Group Policy, but for getting other customizations such as aligning desktop icons along the right side of the screen in a particular order, or even to remove first-use dialogues from some apps (MS Edge and Reader DC for example) I've had to use this two sysprep trick.
Thanks
- Robert FrickJun 08, 2017Copper Contributor
I would like to set up some customizations for the look and feel of the image that I haven't been able to do other ways so being able to possibly copy the profile and set the start menu settings both would be great, I will see if it works.