Jump to content

Hi i need help


Recommended Posts

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:00000000

and lastly I put this in my start.cmd located C:\XPCD\$OEM$\start.cmd

ECHO.

ECHO Applying Registry Tweaks...

REGEDIT /S %systemdrive%\install\RegTweaks.reg

I'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

Link to comment
Share on other sites


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 this

ECHO.
ECHO Applying Registry Tweaks...
REGEDIT /S RegTweaks.reg

So now you will have cmdlines.txt, start.cmd, and regtweaks.reg all in the base of the $OEM$ folder

During install, it will recongnize the cmdlines.txt automatically and do what you need it to.

Blyster

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...