Jump to content

Recommended Posts

Posted

ok ive read so many things about registry tweaks, im not even sure where to begin. please any guidance would help. if there is a nice laid out tutorial i would also appreciate that. this is what i have so far:

1. All my registry tweaks are in a file called RegTweaks.reg, and I've placed this file in $OEM$. Also, just to clarify, RegTweaks.reg does begin with

Windows Registry Editor Version 5.00

2. I have CMDLINES.txt also in my $OEM$ folder, with the following:

[COMMANDS]
"REGEDIT /S RegTweaks.reg"

3. I have winnt.sif in my I386 folder:

;SetupMgrTag
[Data]
AutoPartition=0
MsDosInitiated="0"
UnattendedInstall="Yes"
AutomaticUpdates="Yes"

[Unattended]
UnattendMode=FullUnattended
OemSkipEula=Yes
OemPreinstall=Yes
TargetPath=\WINDOWS
FileSystem=*
KeyboardLayout="US"
Hibernation=Yes

[GuiUnattended]
AdminPassword="xxxxxxxxx"
EncryptedAdminPassword=NO
OEMSkipRegional=1
TimeZone=20
OemSkipWelcome=1

[UserData]
ProductKey=xxxxxxxxxxx
FullName="JoeyIII"
OrgName=""
ComputerName=JOEYIII

[RegionalSettings]
LanguageGroup=1
Language=00000409

[Identification]
JoinWorkgroup=MSHOME

[Networking]
InstallDefaultComponents=Yes

[Branding]
BrandIEUsingUnattended=Yes

[Proxy]
Proxy_Enable=0
Use_Same_Proxy=0

[URL]
Home_Page=http://www.google.com
Search_Page=http://www.google.com

[Components]
msmsgs=off
msnexplr=off

Questions:

1. do I need anything for [GUIRUNONCE], or any batch file?

2. do i need to split up my RegTweaks.reg into HKLM and HKCU files (i know this changes things alot)?

Thanks in advance. Feel free to message me or let me know if you need any clarification.


Posted

CMDLINES.txt should say :

[COMMANDS]

reg.bat

then make copy this into into notepad save as reg.bat :

REGEDIT /S RegTweaks.reg

keep your RegTweaks.reg with your reg.bat file

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