Jump to content

Recommended Posts

Posted

i want to insert some Registry Tweaks to my xp cd

first i put all my regtweaks into a notepad and saved it as RegTweaks.reg.

this is what i wrote exactly inside:

Windows Registry Editor Version 5.00

;Max your Internet Explorer's simultaneous downloads to 10 (default was 2)

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

"MaxConnectionsPer1_0Server"=dword:0000000a

"MaxConnectionsPerServer"=dword:0000000a

;NoLowDiskSpaceChecks won't check if you are low on diskspace and pop up a balloon telling you.

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoLowDiskSpaceChecks"=dword:00000001

etc.,

after doing this the guide told me to copy & paste these lines to one of your batch files:

ECHO.

ECHO Applying Registry Tweaks...

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

(this is what i dont know how to do)

second i made another notepad, named it cmdlines.txt, then put the following inside:

[COMMANDS]

"REGEDIT /S regtweaks.reg"

that is all i wrote inside.

i wanted the tweaks to apply to all user accounts so thats why i made the cmdlines.txt file. then i put the RegTweaks.reg and the cmdlines.txt files in the same folder: C:\XPCD\$OEM$\, is this the correct destination? or should it be C:\XPCD\$OEM$\$1\install\?

i dont know what to do after this,this is what i dont understand, how do i create a batch file? where do i put the batch file? and how do i make it work with RunOnceEx.cmd? i prefer not to make a winnt.sif file, but if its required then ill make 1

sry, im rookie at this, ill appreciate it if someone could show me what to do


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...