Jump to content

Cannot get Regtweaks to work.Tried 5 times..Help


Recommended Posts

I'm at a loss as to what I'm doing wrong and have tried and tried to get my RegTweeks to work. Here's all my codes (the latest try). Help PLEASE, they don't seem to work.:

winnt.sif

[Data]
   AutoPartition=0
   MsDosInitiated="0"
   UnattendedInstall="Yes"

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   UnattendSwitch="yes"
   Repartition=YES
   FileSystem=*
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword=*
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=35
   OemSkipWelcome=1

[UserData]
   ProductKey=XXXXX-XXXXX-XXXXX-XXXXX-XXXXX
   FullName="User"
   OrgName=""
   ComputerName=*

[TapiLocation]
   CountryCode=107
   AreaCode=905

[RegionalSettings]
   LanguageGroup=1
   SystemLocale=00001009
   UserLocale=00001009
   InputLocale=1009:00000409

[Identification]
   JoinWorkgroup=WORKGROUP

[Networking]
   InstallDefaultComponents=Yes

[Data]
AutoPartition=0

cmdlines.txt

[COMMANDS]
"REGEDIT /S regtweaks.reg"
"install.cmd"

regtweks.reg: (I need to delete the Location from the "United States" to "Canada" and delete the Engliush(United States) Language so only the English (Canada)

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\International\Geo]
"Nation"="39"

[HKEY_CURRENT_USER\Keyboard Layout\Preload]
"2"=-

install.cmd:

cmdow @ /HID
@echo off

SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx

REG ADD %KEY% /V TITLE /D "Installing Applications" /f

REG ADD %KEY%\001 /VE /D ".NET Framework 1.1" /f
REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\NetFramework\netfxsp1.exe" /f

REG ADD %KEY%\002 /VE /D "Windows Media Player 10" /f
REG ADD %KEY%\002 /V 1 /D "%systemdrive%\install\WMP10\MP10Setup.exe /q:A /c:\"setup_wm.exe /Q /R:N /DisallowSystemRestore\"" /f

REG ADD %KEY%\055 /VE /D "Cleaning Up and Rebooting" /f
REG ADD %KEY%\055 /V 1 /D "%systemdrive%\install\cleanup.cmd" /f

EXIT

Everything else appears to work and I have the cmdlines.txt and regtweaks.reg in the $OEM$ folder

Link to comment
Share on other sites


This is what my Cmdlines.txt file looks like.

[COMMANDS]
"REGEDIT /S 000.reg"
"REGEDIT /S 020.reg"
"REGEDIT /S 040.reg"
"REGEDIT /S 060.reg"
"REGEDIT /S 080.reg"
"Theme.cmd"
"RunOnceEx.cmd"

My Winnt.sif

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

[Unattended]
   UnattendMode=FullUnattended
   OemSkipEula=Yes
   OemPreinstall=Yes
   UnattendSwitch="No"
   Repartition=No
   Hibernation=No
   OemPnPDriversPath="Drivers\002_graphics;Drivers\004_sound;Drivers\"
   DriverSigningPolicy=Ignore
   AutoActivate =Yes
   TargetPath=\WINDOWS

[GuiUnattended]
   AdminPassword="some thing or a another"
   EncryptedAdminPassword=NO
   OEMSkipRegional=1
   TimeZone=4
   OemSkipWelcome=1

[UserData]
   ProductKey=12345-12345-12345-12345-12345
   FullName="some name"
   OrgName="name some"
   ComputerName=name some name

[Display]
   BitsPerPel=32
   Xresolution=1024
   YResolution=768
   Vrefresh=60

[Identification]
   JoinWorkgroup=MSHOME

[Networking]
   InstallDefaultComponents=No

[NetAdapters]
   Adapter1=params.Adapter1

[params.Adapter1]
   INFID=*

[NetClients]
   MS_MSClient=params.MS_MSClient

[NetProtocols]
   MS_TCPIP=params.MS_TCPIP

[params.MS_TCPIP]
   DNS=Yes
   UseDomainNameDevolution=No
   EnableLMHosts=No
   AdapterSections=params.MS_TCPIP.Adapter1

[params.MS_TCPIP.Adapter1]
   SpecificTo=Adapter1
   DHCP=Yes
   WINS=No
   NetBIOSOptions=2

[SystemRestore]
   CheckpointCalendarFrequency = 2
   CheckpointSessionFrequency = 12
   MaximumDataStorePercentOfDisk=4

[Components]
   AutoUpdate=On
   Calc=On
   Deskpaper=On
   Dialer=Off
   Dtcnetwork=Off
   Fax=Off
   Fp_extensions=Off
   Fp_vdir_deploy=Off
   Freecell=off
   Hearts=off
   Iis_ftp=Off
   Iis_htmla=Off
   Iis_doc=Off
   Iis_inetmgr=Off
   Iis_internetdataconnector=Off
   Iis_nntp=Off
   Iis_pwmgr=Off
   Iis_serversideincludes=Off
   Iis_smtp=Off
   Iis_smtp_docs=Off
   Iis_webadmin=Off
   Iis_webdav=Off
   Iis_www=Off
   Iis_www_vdir_printers=Off
   Iis_www_vdir_scripts=Off
   Iis_www_vdir_terminalservices=Off
   Indexsrv_system=Off
   Inetprint=Off
   Licenseserver=Off
   Media_clips=On
   Media_utopia=On
   Minesweeper=On
   Mousepoint=On
   msmsgs=off
   Msnexplr=Off
   Mswordpad=On
   Paint=On
   Pinball=Off
   Rec=On
   Rootautoupdate=On
   Rstorage=On
   Solitaire=On
   Spider=On
   Templates=On
   zonegames=Off

[Shell]
   CustomDefaultThemeFile=%WinDir%\Resources\Themes\MCBlue.theme

I have never had a problem using this settup.

Yours Winnt.sif this is at the top

[Data]
  AutoPartition=0
  MsDosInitiated="0"
  UnattendedInstall="Yes"

[Unattended]

Yours This At The Bottom Part.

[Data]
AutoPartition=0

You have 2 data part I think you need it only one

;SetupMgrTag

You Dont have this at the top.

Link to comment
Share on other sites

@Caycep

Make sure your regtweaks.reg is named that and not regtweks.reg as it is in your posting

@rdalling

You don't need to call cmdlines.txt

@gunsmokingman

Why not change your [Components] section to:

[Components]
  Dialer=Off
  Freecell=Off
  Hearts=Off
  Licenseserver=Off
  Media_utopia=On
  msmsgs=Off
  Msnexplr=Off
  Pinball=Off
  Rstorage=On
  zonegames=Off

[EDIT]Okay I just read your reply in this post for your reason, although filling a file containing errors with further text, all of which is set as default anyhow should not have fixed it[/EDIT]

Link to comment
Share on other sites

@Caycep

Make sure your regtweaks.reg is named that and not regtweks.reg as it is in your posting

@rdalling

You don't need to call cmdlines.txt

@gunsmokingman

Why not change your [Components] section to:

[Components]
  Dialer=Off
  Freecell=Off
  Hearts=Off
  Licenseserver=Off
  Media_utopia=On
  msmsgs=Off
  Msnexplr=Off
  Pinball=Off
  Rstorage=On
  zonegames=Off

Simple Most Of those are on By Defualt And Since I dont Need To use them

why leave them on.

Link to comment
Share on other sites

@gunsmokingman

The ones I gave you are the only settings in your section of your posted file which need to be in there, all the other ones you gave are automatically set to your requirements by default in Windows XP.

Read the [Components] section of unattend.txt in ref.chm for confirmation of the above.

PS Also please notice my edit in my previous post.

Link to comment
Share on other sites

Yzöwl,

THANK YOU! I just checked my code and sure enough the file was named "regtweks.reg" instead of "regtweaks.reg" My keyboard's going and the "A" and "I" have been giving me problems.

I just fixed the issue and am testing it as I type.

Thanks again

P.S. Time for a new keyboard.

Link to comment
Share on other sites

I did the test install and it worked. One small problem though. The Language selection for the keyboard etc changes but the "Language Bar help" still appears. Any idea how to delete that too?

Thanks again

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