Jump to content

Recommended Posts

Posted

i place the following files on the $OEM folder:

autologon.reg

cmdlines.txt

regtweaks.reg

useraccounts.cmd

is there anything else i need to do in order for this things to run ? in the tutorial said i dont need to do anything else that windows set up will read from my cmdlines.txt

the following are how the commands and files look:

autologon.reg is:

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"DefaultUserName"="user"

"DefaultPassword"="dominick"

"AutoAdminLogon"="1"

cmdlines.txt is:

[COMMANDS]

"useraccounts.cmd"

"REGEDIT /S regtweaks.reg"

regtweaks.reg is:

Windows Registry Editor Version 5.00

;Disable Automatic Restart in the event of a BSOD

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]

"AutoReboot"=dword:00000000

;Speed up shutdown

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

"WaitToKillServiceTimeout"="3000"

;Disable the Desktop Cleanup Wizard

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]

"NoRun"=dword:00000001

;Disables Error Reporting, but notifies when errors occur

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]

"DoReport"=dword:00000000

;Speed up Network Browsing by removing Network Scheduled Tasks

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\{D6277990-4C6A-11CF-8D87-00AA0060F5BF}]

;Remove Shortcut Arrows

[HKEY_CLASSES_ROOT\lnkfile]

"IsShortcut"=-

;Disables Windows Tour bubble popup

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Applets\Tour]

"RunCount"=dword:00000000

;Disable Messenger Service (to stop spam. Does not affect MSN or Windows Messenger)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]

"Start"=dword:00000004

;Disable Remote Registry Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]

"Start"=dword:00000004

;Disable SSDP Discovery Service (Universal Plug'n'Play)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SSDPSRV]

"Start"=dword:00000004

;Disable Universal Plug'n'Play Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\upnphost]

"Start"=dword:00000004

;Disable Windows Time Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]

"Start"=dword:00000004

;Remove Shared Documents from My Computer

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\MyComputer\NameSpace\DelegateFolders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]

;Classic search, full path in title bar and address bar.

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

"FullPath"=dword:00000001

"FullPathAddress"=dword:00000001

"Use Search Asst"="no"

"Settings"=hex:0c,00,02,00,1b,01,e7,77,60,00,00,00

;Allow renaming of Recycle Bin

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]

"Attributes"=hex:50,01,00,20

"CallForAttributes"=dword:00000000

;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

;Change MenuShowDelay (Start Menu load speed)

[HKEY_CURRENT_USER\Control Panel\Desktop]

"MenuShowDelay"="2"

;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

;Removes Sign up with Passport Wizard when trying to sign in MSN Messenger

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

"RegistrationCompleted"=dword:00000001

;Disables Preview of Movie file formats (allowing you to move/rename/delete without errors)

[-HKEY_CLASSES_ROOT\.avi\ShellEx]

[-HKEY_CLASSES_ROOT\.mpg\ShellEx]

[-HKEY_CLASSES_ROOT\.mpe\ShellEx]

[-HKEY_CLASSES_ROOT\.mpeg\ShellEx]

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

"LegalNoticeCaption"="MP3J COMPUTERS 908 494 3514 732 815 9813. "

"LegalNoticeText"="MP3J COMPUTERS 908 494 3514 732 815 9813. ESTA COMPUTADORA HA SIDO PERFECTAMENTE CONFIGURADA POR MP3J COMPUTERS. SI TIENE ALGUNA PREGUNTA COMENTARIO O REQUIERE DE NUESTROS SERVICIOS POR FAVOR LLAMENOS AL 908 494 3514 O AL 732 815 9813. MP3J COMPUTERS REPARACION,ACTUALIZACION,CONSTRUCCION,VENTAS,REDES Y ENSEÑANZA DE COMPUTADORAS. GRACIAS POR UTILIZAR NUESTROS SERVICIOS. MP3J COMPUTERS RAHWAY NEW JERSEY USA."

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]

"Window Title"="MP3J COMPUTERS 908 494 3514--732 815 9813 REPAIRS,SALES,UPGRADES,SERVICE"

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]

"Wallpaper"="c:/windows/system32/andresito.bmp"

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

"NORUN"=dword:00000001

useraccounts.cmd is:

net user user dominick /add

net localgroup Administrators user /add

net accounts /maxpwage:unlimited

REGEDIT /S autologon.reg

EXIT

now my winnt.sif is:

;SetupMgrTag

[Data]

AutoPartition=0

MsDosInitiated="0"

UnattendedInstall="Yes"

[unattended]

UnattendMode=FullUnattended

OemSkipEula=Yes

OemPreinstall=yes

TargetPath=\WINDOWS

Unattendswitch="yes"

Repartition=no

[GuiUnattended]

AdminPassword="dominick"

EncryptedAdminPassword=NO

OEMSkipRegional=1

TimeZone=35

OemSkipWelcome=1

[userData]

ProductKey=0000-0000-0000-0000-0000

FullName="USER"

OrgName=""

ComputerName=USER25

[Display]

Xresolution=1024

YResolution=768

[RegionalSettings]

LanguageGroup=1

Language=00000409

[identification]

JoinWorkgroup=WORKGROUP

[Networking]

InstallDefaultComponents=Yes

the procuct key has been changed .

now can anyone tell me where am i making a mistake and tell me how can i run my regtweaks and the user creator? in advance thank you very much.


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