I am using the Microsoft imaging and sysprep tools to create an image which shall run, after copying to a disk, with a specific user. Call it userx. This user shall be configured with customisations in the registry. For example one customisation is concerned with tablet configuration in HKEY_CURRENT_USER.
What is the best way to do this? Do I setup the user in my image and then when setting up login as that user, apply the customisations and then sysprep? Will these customisations be saved after doing the oobe (out of box experience / generalising)?
Or will the customisations be lost after running oobe?
What about customisations such as screen resolution? If I login as this user, userx, and set screen resolution to something, then will this customisation be present after oobe?
When running an image created using ImageX, Windows 7 logs in as administrator. This is a separate account. If I set copyprofile=true in Microsoft-Windows-Shell_Setup_neutral section of the unattended answer file used, will it over-write my customisations? In which set copyprofile=false?