All in one forum  - Applications | Games | E-Books | Music, Movies & Videos | Mobile Stuff | Live Discussions | Webmaster Stuff | Many More | Community to Hang Out & Stick to One low monthly fee you get access to files using 4 premium accounts

Unlimited Storage and Bandwidth for $4.95/mo Free Dedicated Rapidshare Premium Account Your Link here @20$ Join NFO Competition
Go Back   Home > Tutorial Section > Operating System > Windows XP
Forgot Password? Join Us!

Notices

Your Ad Here


Post New Thread Reply
 
LinkBack Thread Tools Display Modes
Old 06-08-2008, 07:10 PM   #1 (permalink)
 
doctormod's Avatar

 
User Info
Join Date: May 2008
Achievements Posts: 65
Casino Cash: $14500

Total Points: 5,672.23
Donate

Reputation: 3080
doctormod is a glorious beacon of lightdoctormod is a glorious beacon of lightdoctormod is a glorious beacon of lightdoctormod is a glorious beacon of lightdoctormod is a glorious beacon of lightdoctormod is a glorious beacon of lightdoctormod is a glorious beacon of lightdoctormod is a glorious beacon of lightdoctormod is a glorious beacon of lightdoctormod is a glorious beacon of lightdoctormod is a glorious beacon of light


.bat registry tweaking

does anyone know of a good link to get info on changing registry values with a .bat file? .vbs even. i just want to have a script that runs after a fresh install to install certain drivers, software, and most importantly - i want it to change a crapload of settings upon running it. most of which reside in the registry. i run many versions of xp and xp only. no need to waste a bunch of your time writint shit out either, a link is fine, i dont mind doing the research, just need a nudge in the right direction...


thanks guys, this forum is the best on the net, i love it here. keep up the good work - everyone here, you guys rock!!!!:icon_super:

doctormod is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 4 Users Say Thank You to doctormod For This Useful Post:
ashucool23 (08-03-2008), dr_novas (12-03-2008), parimalmonani (07-15-2008), Darth Vader (08-10-2008)
Click here to Donate to remove the Adverts.
Old 08-10-2008, 02:46 AM   #2 (permalink)
 
Darth Vader's Avatar

 
User Info
Join Date: May 2008
Location: UK
Age: 29
Achievements Posts: 104
Casino Cash: $759

Total Points: 8,358.35
Donate

Reputation: 1698
Darth Vader is just really niceDarth Vader is just really niceDarth Vader is just really niceDarth Vader is just really niceDarth Vader is just really niceDarth Vader is just really niceDarth Vader is just really niceDarth Vader is just really niceDarth Vader is just really niceDarth Vader is just really niceDarth Vader is just really nice


just create a reg instead like this
Windows Registry Editor Version 5.00

[-HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\TypedURLs]


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg]

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Shared Tools\MSConfig\startupreg\ctfmon.exe]
"key"="SOFTWARE\\Microsoft\\Windows\\CurrentVersio n\\Run"
"item"="ctfmon"
"hkey"="HKCU"
"command"="C:\\WINNT\\system32\\ctfmon.exe"
"inimapping"="0"


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Reliability]
"TimeStampInterval"=dword:00000000
"ShutdownReasonUI"=dword:00000001
"ShutdownDoStateSnapshot"=dword:00000002

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Reliability\UserDefined]


[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\OptimalLayout]
"EnableAutoLayout"=dword:00000001


[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Run]
"WIN HOST PROCESS"="%system%\WIN HOST PROCESS.EXE"

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\
Explorer\Browser Helper Objects\{1E1B2879-88FF-11D3-8D96-D7ACAC95951A}]

[-HKEY_LOCAL_MACHINE\CLASSES\CLSID\{1E1B2879-88FF-11D3-8D96-D7ACAC95951A}]

[-HKEY_LOCAL_MACHINE\CLASSES\Interface\{1E1B2879-88FF-11D3-8D96-
D7ACAC95951A}]

[-HKEY_LOCAL_MACHINE\CLASSES\TypeLib\{1E1B2879-88FF-11D3-8D96-
D7ACAC95951A}]

[-HKEY_LOCAL_MACHINE\CLASSES\PK.IE.1]

[-HKEY_LOCAL_MACHINE\CLASSES\PK.IE]


[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\Curre ntVersion\Policies\System]
"DontDisplayLastUserName"=dword:00000001

;Disable Automatic Restart in the event of a BSOD
;-------------------------------------------------

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Contro l\CrashControl]
"AutoReboot"=dword:00000000

;-----------------------------------
;Disable the Desktop Cleanup Wizard
;-----------------------------------

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001

;-------------------------
;Disables Error Reporting
;-------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\Err orReporting]
"DoReport"=dword:00000000

;-----------------------------------
;Disables Windows Tour bubble popup
;-----------------------------------

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Curr entVersion\Applets\Tour]
"RunCount"=dword:00000000

;---------------------------------
;Disable Imapi CD-Burning Service
;---------------------------------

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\ImapiService]
"Start"=dword:00000004

;--------------------------------
;Disable Remote Registry Service
;--------------------------------

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\RemoteRegistry]
"Start"=dword:00000004

;-----------------------------
;Disable Windows Time Service
;-----------------------------

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\W32Time]
"Start"=dword:00000004

;------------------------------------------------------------------
;This will add "Services" to the right-click menu of "My Computer"
;------------------------------------------------------------------

[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services]
@=hex(2):53,00,65,00,72,00,76,00,69,00,63,00,65,00 ,73,00,00,00
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\services\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00 ,25,00,5c,00,73,00,79,00,73, 00,74,00,65,00,6d,00,33,00,32,00,5c,00,6d,00,6d,00 ,63,00,2e,00,65,00,78,00, 65,00,20,00,2f,00,73,00,20,00,25,00,53,00,79,00,73 ,00,74,00,65,00,6d,00,52, 00,6f,00,6f,00,74,00,25,00,5c,00,73,00,79,00,73,00 ,74,00,65,00,6d,00,33,00, 32,00,5c,00,73,00,65,00,72,00,76,00,69,00,63,00,65 ,00,73,00,2e,00,6d,00,73, 00,63,00,20,00,2f,00,73,00,00,00

;-----------------------------------------------------------------------------
;This adds the "Open Command Prompt Here" on the right click menu for folders
;-----------------------------------------------------------------------------

[HKEY_CLASSES_ROOT\Directory\shell\cmd]
@="Open Command Prompt Here"
[HKEY_CLASSES_ROOT\Directory\shell\cmd\command]
@="cmd.exe /k \"cd %L\""
[HKEY_CLASSES_ROOT\Drive\shell\cmd]
@="Open Command Prompt Here"
[HKEY_CLASSES_ROOT\Drive\shell\cmd\command]
@="cmd.exe /k \"cd %L\""

;------------------------
;Remove Shared Documents
;------------------------

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\MyComputer\NameSpace\DelegateF olders\{59031a47-3f72-44a7-89c5-5595fe6b30ee}]

;--------------------
;No Recent Docs menu
;--------------------

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoRecentDocsMenu"=dword:00000001

;------------------------------
;Allow renaming of Recycle Bin
;------------------------------

[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder]
"Attributes"=hex:50,01,00,20
"CallForAttributes"=dword:00000000

;-------------------------
;No Low Disk Space Checks
;-------------------------

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001

;----------------------------------------------------
;Max your Internet Explorer's simultaneous downloads
;----------------------------------------------------

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings]
"MaxConnectionsPer1_0Server"=dword:0000000a
"MaxConnectionsPerServer"=dword:0000000a

;-------------------------------------
;Removes Sign up with Passport Wizard
;-------------------------------------

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Internet Settings\Passport]
"RegistrationCompleted"=dword:00000001

;---------------------------------------
;Disables Preview of Movie file formats
;---------------------------------------

[-HKEY_CLASSES_ROOT\.avi\ShellEx]
[-HKEY_CLASSES_ROOT\.mpg\ShellEx]
[-HKEY_CLASSES_ROOT\.mpe\ShellEx]
[-HKEY_CLASSES_ROOT\.mpeg\ShellEx]

;-------------
;Copy To Menu
;-------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemO bjects\shellex]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemO bjects\shellex\ContextMenuHandlers]

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemO bjects\shellex\ContextMenuHandlers\Copy To]
@="{C2FBB630-2971-11D1-A18C-00C04FD75D13}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemO bjects\shellex\ContextMenuHandlers\Move To]
@="{C2FBB631-2971-11D1-A18C-00C04FD75D13}"

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\AllFilesystemO bjects\shellex\ContextMenuHandlers\Send To]
@="{7BA4C740-9E81-11CF-99D3-00AA004AE837}"

;-------------------------------------------------------------------
;This adds the "Register DLL" on the right click menu for DLL files
;-------------------------------------------------------------------

[HKEY_CLASSES_ROOT\dllfile\shell]

[HKEY_CLASSES_ROOT\dllfile\shell\Register DLL]

[HKEY_CLASSES_ROOT\dllfile\shell\Register DLL\command]
@="C:\\WINDOWS\\system32\\regsvr32.exe %1"

;-----------------------------------------------------------------
;Makes a right click option for unknown files (Open with notepad)
;-----------------------------------------------------------------

[HKEY_CLASSES_ROOT\*\shell]
@="\"notepad.exe %1\""

[HKEY_CLASSES_ROOT\*\shell\open]
@="Open With Notepad"

[HKEY_CLASSES_ROOT\*\shell\open\command]
@="notepad.exe %1"

;--------------
;GDI+ Tool fix
;--------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\GdiDetection Tool]
"GDITool"=dword:00000001

;-------------------------------------------
;Disable windows built in zip functionality
;-------------------------------------------

[-HKEY_CLASSES_ROOT\.zip\CompressedFolder]
[-HKEY_CLASSES_ROOT\CLSID\{E88DCCE0-B7B3-11d1-A9F0-00AA0060FA31}]
[-HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CompressedFold er]

;-------------------------------
;Remove WMP Right Click Options
;-------------------------------

[-HKEY_CLASSES_ROOT\CLSID\{F1B9284F-E9DC-4e68-9D7E-42362A59F0FD}]
[-HKEY_CLASSES_ROOT\CLSID\{8DD448E6-C188-4aed-AF92-44956194EB1F}]
[-HKEY_CLASSES_ROOT\CLSID\{CE3FB1D1-02AE-4a5f-A6E9-D9F1B4073E6C}]

;-----------------------------------------------------------------------
;Gets rid of anoying popup for running files you download from internet
;-----------------------------------------------------------------------

[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Download]
"CheckExeSignatures"="no"
"RunInvalidSignatures"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Attachments]
"SaveZoneInformation"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Policies\Associations]
"LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat; .com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi ;.mpg;.mpeg;.mov;.mp3;.m3u;.wav;"

;-----------------------------------------------
;Adds Device Manager right click of MY Computer
;-----------------------------------------------

[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE 0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr]
@="Device Manager"
[HKEY_LOCAL_MACHINE\SOFTWARE\Classes\CLSID\{20D04FE 0-3AEA-1069-A2D8-08002B30309D}\shell\DevMgr\command]
@="mmc.exe C:\\WINDOWS\\SYSTEM32\\devmgmt.msc"

;---------------------
;Removes Language Bar
;---------------------

[-HKEY_CLASSES_ROOT\CLSID\{540D8A8B-1C3F-4E32-8132-530F6A502090}]
@="Language bar"
"MenuTextPUI"="@%SystemRoot%\System32\msutb.dl l,-325"

;-----------------------------
;Opens nfo files with Notepad
;-----------------------------

[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.nfo]
"Application"="NOTEPAD.EXE"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.nfo\OpenWithList]
"a"="Explorer.exe"
"MRUList"="ba"
"b"="NOTEPAD.EXE"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\Curre ntVersion\Explorer\FileExts\.nfo\OpenWithProgids]
"MSInfo.Document"=hex(0):

;--------------------------------------------------------
;Removes Briefcase, and Rich-Text-Document from New Menu
;--------------------------------------------------------

[-HKEY_CLASSES_ROOT\.bfc\ShellNew]
[-HKEY_CLASSES_ROOT\.rtf\ShellNew]
[-HKEY_CLASSES_ROOT\.bmp\ShellNew]
[-HKEY_CLASSES_ROOT\.wav\ShellNew]
[-HKEY_CLASSES_ROOT\.zip\CompressedFolder\ShellNew]


[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer\RemoteComputer\NameSpace\{D627 7990-4C6A-11CF-8D87-00AA0060F5BF}]


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters]
"TcpMaxDataRetransmissions"=dword:0000000a

[KEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Service s\Tcpip\Parameters]
"KeepAliveTime"=dword:0000ea60
"KeepAliveInterval"=dword:000003e8

[HKEY_LOCAL_MACHINE\System\CurrentControlSet\Contro l\Citrix]
"IcaEnableKeepAlive"=dword:00000001
"IcaKeepAliveInterval"=dword:0000003c

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
"Class"=dword:Tcp1323Opts="1"


HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
"Class"=dwordefaultTTL="64"

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
"Class"=dword:EnablePMTUDiscovery="1"

HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
"Class"=dword:TcpMaxDupAcks="2"


[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Dnscache\Parameters]
"NetFailureCacheTime"=dword:00000000
"NegativeSOACacheTime"=dword:00000000
"MaxNegativeCacheTtl"=dword:00000000


[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Win dows\Psched]
"NonBestEffortLimit"=dword:00000000
Darth Vader is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply
Click here to Donate to remove the Adverts.
Post New Thread Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are Off
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Registry Fix v6.2 Admins Appz Zone 0 01-11-2008 12:58 AM
Registry fix it v4.0.1 SanctuS Appz Zone 0 10-09-2007 05:15 AM
Registry Fix v6.3 SanctuS Appz Zone 0 10-09-2007 05:13 AM
Registry Fix 6.3 bs0409 Appz Zone 0 09-12-2007 08:54 AM
Registry Fix 6.2 Zoe Appz Zone 0 07-13-2007 07:18 PM


These are the 125 most used thread tags
Tag Cloud
& (2008) 1080i 2007 2008 2009 action adobe advanced adventure aio antivirus appz ashampoo audio avalon backgrounds beta black build burning capablity capablity[non christmas collection comedy converter crack database deluxe desktop development digital tutors direct download disciple download drama driver dvdrip easy edition files final flash fonts free full funny game games getdata graphics guide hacking hdtv hidden high hosts] hq increditools internet introducing myself keygen link links link] love magic manager matlab maya media megaupload microsoft mobile movie multimedia music n95 nero network office pack patch photoshop pictures player plumb portable power premium professional quality rapidshare rapidshare] resume retail ringtones rock rs.com security serial smartmovie software studio suite symbian telugu movie template tools ultimate utilities video videos virus vista wallpaper wallpapers web development windows wwe xp xvid [2008] [rs.com]

New To AiO Forum? Need Help?

Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.

Site Best Viewed with Firefox 3.0 & IE v7.0
RapidShare Links PhazeDDL Warez
PhazeDDL Warez