- Community Pick
In this Article we introduce the new method to configure the default user profile using Automated profile copy with sysprep rather than the old ways such as the manual copy of a configured profile to default user profile
Old method is a traditional solution and it’s not recommended and not supported any more, it was to configure windows account with the required setting, and then copy user profile for this this account to default user profile.
It's important to know that we may have some problems with this procedure, it’s very old solution (From Windows NT), and this process will copy settings that should not copy to the default user profile.
Also Default user profile contains some run actions that occur when user log on for first time, if you overwrite the default user profile, those run actions will not run.
The New approach we show below is the supported and recommended method by Microsoft.
Solution:
The following steps describe how to customize default user profiles in Windows 7:
1- Log on to Windows 7 machine using local or administrator account (Don’t use domain admin account).
2- Configure Windows setting that you required (Desktop Settings, Favorite and start menu options).
3- Create “Unattend.xml” file that contains the Copy Profile parameter, by using Windows System Image Manager tool:
- The Windows System Image Manager tool is included as part of the Windows Automated Installation Kit (Windows AIK).
- Windows AIK is available and installed with Microsoft System Center Configuration Manager, if you don't have configuration Manager Server, you can installed it on specific machine and create an answer file.
* Open Windows System Image Manager.
* Click File menu than choose create a new answer file.
* Browse Windows source directory form Windows 7 DVD, the catalog file in \Sources folder.
* The new answer file appears in the Answer File pane.
* Add the following component to an answer file in the specialize pass.
Microsoft-Windows-Shell-S
*In the settings set Copy profile to true.
* Save unattend.xml file
These settings will copy profile of the user who is currently logged to default user profile, during sysprep
To run Sysprep, please open command prompt and run it as administrator and run the following command:
sysprep.exe /oobe /reboot /generalize /unattend:c:\answerfile\un
Note: Sysprep.exe is located in the %systemdrive%\Windows\Syst
Thanks
Abduljalil Abolzahab
by: niduncan on 2011-02-02 at 07:58:32ID: 23416
Both times this stopped my laptops working and they went into permanent re-boot, safemode failed, last good config etc. I had to re-load both laptops from scratch.
I have spent 4 days getting no where. Have you forgotten a step.? Have you actually tested this scenario.?