dpolkinhorn Posted February 19, 2008 Posted February 19, 2008 (edited) Hi all,I'm syspreping an XP machine in preparation for ghosting. In the sysprep, I've added a cmdlines.txt that adds some registry keys within a reg file. Unfortunately, none of those settings are being transferred to new users that login.I've basically mirrored this page. Under the Current User section, it mentions that because the default user is current these settings will get transferred to the default user portion of the registry. I can tell the reg file is running because I added a HKLM setting in to make sure. The HKLM setting is in the registry after setup.My cmdlines.txt looks like this (the diskpart command is executing during setup):[Commands]"DISKPART /s C:\sysprep\OPTION\script.txt""REGEDIT /S C:\sysprep\OPTION\hkcu.reg"For brevity, I've removed most of the reg file settings in my reg. One of the settings in the reg file is for the Desktop Cleanup wizard:Windows Registry Editor Version 5.00; Don't run desktop cleanup wizard[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]"NoRun"=dword:00000001Any thing else I should try to get these settings for all new users on the machine? I've searched all over, and I'm not seeing anything out of the ordinary.Thanks in advance for your assistance,-Danny Edited February 19, 2008 by dpolkinhorn
Arie Posted February 19, 2008 Posted February 19, 2008 Instead of only using HKEY_CURRENT_USER, try using HKEY_USERS\.DEFAULT as well.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now