doubled Posted April 3, 2004 Posted April 3, 2004 Hi i'm new and I wanted to put Registry tweaks on my unattended Xp pro cd slip/w sp1 but It doesn't worK!.I made a RegTweaks.reg file in this path C:\XPCD\$OEM$\$1\install\ with these tweaks;Put my computer my network places my documents on the desktop[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000and lastly I put this in my start.cmd located C:\XPCD\$OEM$\start.cmdECHO.ECHO Applying Registry Tweaks...REGEDIT /S %systemdrive%\install\RegTweaks.regI'm useing Virtual PC to install my iso and it boots into the Administrator account and the icons are not on the desktop.can some one please post some other methods to ADD reg tweaks. I also tryed the different methods at this link still don't work.HERE
Blyster Posted April 3, 2004 Posted April 3, 2004 I would move the Regtweaks.reg file into the base folder of the $OEM$ structure (along with the start.cmd file). Next, make a file called cmdlines.txt and put the following code in it.[COMMANDS]"start.cmd"then change your start.cmd to thisECHO.ECHO Applying Registry Tweaks...REGEDIT /S RegTweaks.regSo now you will have cmdlines.txt, start.cmd, and regtweaks.reg all in the base of the $OEM$ folderDuring install, it will recongnize the cmdlines.txt automatically and do what you need it to.Blyster
DarkBringer Posted April 3, 2004 Posted April 3, 2004 Also make sure your .reg file begins with:Windows Registry Editor Version 5.00
doubled Posted April 3, 2004 Author Posted April 3, 2004 Blyster and DarkBringer, THANK YOU! ,for the info... I got my tweaks to work finally
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