Dear Rodney Wilsoncroft,
In Windows 11, the “Copy To” option in the User Profiles dialog is intentionally disabled for active profiles to prevent unintended changes. To achieve your objective, we recommend using the CopyProfile feature during image creation. This method allows you to configure a reference profile and apply it to the default user profile during deployment.
Here’s a high-level overview of the process:
- Enter Audit Mode After installing Windows, press
Ctrl + Shift + F3
at the OOBE screen to enter Audit Mode. - Customize the Profile Configure the desktop, taskbar, Start menu, and application settings as desired.
- Create an Unattend.xml File Use Windows System Image Manager (SIM) to create an answer file. In the
specialize
pass, setCopyProfile=true
underMicrosoft-Windows-Shell-Setup
. - Run Sysprep Execute
sysprep /generalize /oobe /shutdown /unattend:unattend.xml
. - Capture and Deploy the Image Use DISM or your preferred imaging tool to capture and deploy the customized image.
For detailed instructions, please refer to Microsoft’s official guide on customizing the default user profile using CopyProfile.
Important Notes
- Some user-specific settings (e.g., default apps, Start layout) may not persist due to profile encryption or system restrictions.
- CopyProfile is best used in clean environments and may not work as expected if the reference profile has been used extensively.
If the above response helps answer your question, remember to "Accept Answer" so that others in the community facing similar issues can easily find the solution. Your contribution is highly appreciated.
Best regards,
Harry Phan