Still trying to iron this out.
I kept finding this site on google. It didn't make much sense to me but I figured I'd build on it here.
-------------------------------------------------------------------------------------------------------------------------
How to use Sysprep to customize a default local user profile
1. Use the administrator account or an account that has administrative credentials to log on to the computer.
2. Configure the settings that you want to use in the profile. This includes desktop settings, favorites, and Start menu options.
3. Create an Unattend.xml file that contains the CopyProfile parameter. This parameter must be set to true in the specialized pass. For example, the parameter must be as follows:
<CopyProfile>true</CopyProfile>
4. At a command prompt, type the following command:
sysprep.exe /generalize /unattend:unattend.xml
Note You must use the /generalize switch for the CopyProfile parameter to be used.
5. Capture the image.
6. Deploy the image.
-------------------------------------------------------------------------------------------------------------------------
Okay. That's cool. Except when I run that command, I get a "this is not a recognized command" error.
Am I to download sysprep?
Is sysprep somehow integrated in Vista?
Is there a command I'm supposed to run to activate sysprep in Vista?
So even if I run that, what do I do with it? Do I somehow integrate the XML file with the profile to auto-copy the settings over?
-------------------------------------------------------------------------------------------------------------------------
Notes
* The built-in administrator account profile is deleted when you perform a clean Windows installation or when you run the Sysprep tool. The CopyProfile setting is processed before the built-in administrator account is deleted. Therefore, any customizations that you make will appear in the new user account profile. This includes the built-in administrator account profile settings.
* Not all customizations will propagate to new profiles. Some settings are reset by the new user logon process. To configure those settings, use Group Policy settings or scripting.
-------------------------------------------------------------------------------------------------------------------------
The thing that's really scary here is they even list here that not all of the parameters of each applications will copy over. What parameters and settings in particular are they referring to? (if anybody can give me an example).
I guess we were just spoiled by the ease of default profiles in XP, because there's a truckload of very specific settings we need to utilize. I'm trying my best to understand them in Vista and try to get Vista to play in the same manner we run XP.
Also - Is there a way to run this without it, for whatever reason, auto-deleting the local administrator profile? Cause... uh... we need the local administrator account/profile to be present and active.
How to customize the default local user profile when you prepare an image of Windows Vista, Windows Server 2008, Windows XP, or Windows Server 2003