Jump to content

What reg tweaks o you use with your unattended CD?


Recommended Posts

I am just wondering what types of registry tweaks different users use on their unatteded setups. Could you please post what you use (or attach) so others can maybe use what you have. I have posted my registry file before but here is what i use.

Windows Registry Editor Version 5.00

;==================================
;                           {System Performance Tweaks}
;==================================

;Disables the NTFS Last Access Time Stamp (Speeds up NTFS)
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]
"NTFSDisableLastAccessUpdate"=dword:00000001

;Disables Built in Windows CD Burning (Discs can still be Burned Using 3rd Party Apps)
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoCDBurning"=dword:00000001

;Prevents Windows from Caching Thumbnails
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DisableThumbnailCache"=dword:00000001

;Prevents Windows from Automatically Synchronizing with an Internet Time Server
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters]
"Type"="NoSync"

;Changes Recycle Bin's Reserved Space to 3% of Hard Drive (Default is 10%)
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\BitBucket]
"Percent"=dword:00000003

;==================================
;                                  {Start Menu}
;==================================

;Removes Shortcut to "My Recent Documents"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowRecentDocs"=dword:00000000

;Removes Shortcut to "Printers and Faxes"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowPrinters"=dword:00000000

;Adds Shortcut to "Network Connections"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_ShowNetConn"=dword:00000001

;Unchecks "Highlight Newly Installed Programs"
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_NotifyNewApps"=dword:00000000

;====================================
;                             {Other Windows Tweaks}
;====================================

;Microsoft Malicious Software Removal Tool Version 1.7 (Prevents Windows from Detecting this hotfix on Windows Update)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\RemovalTools\MRT]
"Version"="3752278B-57D3-4D44-8F30-A98F957EC3C8"

;Places Drive Letter Before Drive Name (Default = Drive Letter After Drive Name)
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer]
"ShowDriveLettersFirst"=dword:00000004

;Adds "Volume" Icon to the Task Tray
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Applets\SysTray]
"Services"=dword:0000001f

;Adds "My Computer" Icon to the Desktop
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

;Adds "Internet Explorer" Icon to the Desktop
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]
"{871C5380-42A0-1069-A2EA-08002B30309D}"=dword:00000000

;Prevents Windows File Protection from Reporting Errors at Startup After Multiple Unattended Hotfix Installs (WFP is still enabled only warning messages are disabled)
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"SFCDisable"=dword:00000004

;Prevents Windows from Reporting Low Disk Space when Hard Drive is 90% Full
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001

;Disables Desktop Cleanup Wizard
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Desktop\CleanupWiz]
"NoRun"=dword:00000001

;Disables "Offline Files and Folders"
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\NetCache]
"Enabled"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\NetCache]
"SyncAtLogon"=dword:00000000
"SyncAtLogoff"=dword:00000000
"NoReminders"=dword:00000001

;Enables ClearType Font for Current User
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothing"="2"
[HKEY_CURRENT_USER\Control Panel\Desktop]
"FontSmoothingType"=dword:00000002

;Enables ClearType Font for All Users
[HKEY_USERS/.DEFAULT/Control Panel/Desktop]
"FontSmoothing"="2"
[HKEY_USERS/.DEFAULT/Control Panel/Desktop]
"FontSmoothingType"=dword:00000002

;Prevents DSO Exploit Caused When Unsigned ActiveX Controls are Allowed
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0]
"1004"=dword:00000003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1]
"1004"=dword:00000003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2]
"1004"=dword:00000003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"1004"=dword:00000003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4]
"1004"=dword:00000003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0]
"1004"=dword:00000003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1]
"1004"=dword:00000003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\2]
"1004"=dword:00000003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3]
"1004"=dword:00000003
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4]
"1004"=dword:00000003
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0]
"1004"=dword:00000003
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1]
"1004"=dword:00000003
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2]
"1004"=dword:00000003
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"1004"=dword:00000003
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4]
"1004"=dword:00000003
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0]
"1004"=dword:00000003
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1]
"1004"=dword:00000003
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\2]
"1004"=dword:00000003
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3]
"1004"=dword:00000003
[HKEY_USERS\.DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4]
"1004"=dword:00000003
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\0]
"1004"=dword:00000003
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\1]
"1004"=dword:00000003
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\2]
"1004"=dword:00000003
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\3]
"1004"=dword:00000003
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Zones\4]
"1004"=dword:00000003
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\0]
"1004"=dword:00000003
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\1]
"1004"=dword:00000003
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\2]
"1004"=dword:00000003
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\3]
"1004"=dword:00000003
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings\Lockdown_Zones\4]
"1004"=dword:00000003

;Enables Quick Launch Toolbar
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Streams\Desktop]
"TaskbarWinXP"=hex:0c,00,00,00,08,00,00,00,03,00,00,00,00,00,00,00,b0,e2,2b,d8,\
 64,57,d0,11,a9,6e,00,c0,4f,d7,05,a2,22,00,1c,00,0a,11,00,00,1a,00,00,00,01,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,4c,00,00,00,01,14,02,00,00,00,\
 00,00,c0,00,00,00,00,00,00,46,81,00,00,00,10,20,00,00,fa,b2,7e,45,e2,ea,c4,\
 01,02,d4,53,fd,0d,63,c5,01,02,d4,53,fd,0d,63,c5,01,00,00,00,00,00,00,00,00,\
 01,00,00,00,00,00,00,00,00,00,00,00,00,00,00,00,17,02,14,00,1f,50,e0,4f,d0,\
 20,ea,3a,69,10,a2,d8,08,00,2b,30,30,9d,19,00,2f,43,3a,5c,00,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,5c,00,31,00,00,00,00,00,72,32,bb,72,\
 10,20,44,4f,43,55,4d,45,7e,31,00,00,44,00,03,00,04,00,ef,be,99,31,c6,99,72,\
 32,bb,72,14,00,00,00,44,00,6f,00,63,00,75,00,6d,00,65,00,6e,00,74,00,73,00,\
 20,00,61,00,6e,00,64,00,20,00,53,00,65,00,74,00,74,00,69,00,6e,00,67,00,73,\
 00,00,00,18,00,4c,00,31,00,00,00,00,00,cc,32,91,9c,10,20,42,52,49,41,4e,43,\
 7e,31,00,00,34,00,03,00,04,00,ef,be,9a,31,f3,03,cc,32,91,9c,14,00,00,00,42,\
 00,72,00,69,00,61,00,6e,00,20,00,43,00,75,00,6d,00,6d,00,69,00,6e,00,67,00,\
 73,00,00,00,18,00,64,00,31,00,00,00,00,00,ae,32,67,90,13,20,41,50,50,4c,49,\
 43,7e,31,00,00,4c,00,03,00,04,00,ef,be,9a,31,f3,03,ae,32,67,90,14,00,36,00,\
 41,00,70,00,70,00,6c,00,69,00,63,00,61,00,74,00,69,00,6f,00,6e,00,20,00,44,\
 00,61,00,74,00,61,00,00,00,40,73,68,65,6c,6c,33,32,2e,64,6c,6c,2c,2d,32,31,\
 37,36,35,00,18,00,42,00,31,00,00,00,00,00,9a,31,87,0b,14,20,4d,49,43,52,4f,\
 53,7e,31,00,00,2a,00,03,00,04,00,ef,be,9a,31,f3,03,9a,31,42,1a,14,00,00,00,\
 4d,00,69,00,63,00,72,00,6f,00,73,00,6f,00,66,00,74,00,00,00,18,00,52,00,31,\
 00,00,00,00,00,9a,31,f8,03,10,20,49,4e,54,45,52,4e,7e,31,00,00,3a,00,03,00,\
 04,00,ef,be,9a,31,f3,03,9a,31,42,1a,14,00,00,00,49,00,6e,00,74,00,65,00,72,\
 00,6e,00,65,00,74,00,20,00,45,00,78,00,70,00,6c,00,6f,00,72,00,65,00,72,00,\
 00,00,18,00,48,00,31,00,00,00,00,00,9a,31,8a,1c,10,20,51,55,49,43,4b,4c,7e,\
 31,00,00,30,00,03,00,04,00,ef,be,9a,31,f6,03,9a,31,8a,1c,14,00,00,00,51,00,\
 75,00,69,00,63,00,6b,00,20,00,4c,00,61,00,75,00,6e,00,63,00,68,00,00,00,18,\
 00,00,00,60,00,00,00,03,00,00,a0,58,00,00,00,00,00,00,00,62,72,69,61,6e,00,\
 00,00,00,00,00,00,00,00,00,00,18,68,c9,d1,e8,4f,41,46,94,34,b2,7e,21,be,e5,\
 4a,c6,7c,29,3d,f2,56,d9,11,b5,f3,00,07,e9,89,61,b3,18,68,c9,d1,e8,4f,41,46,\
 94,34,b2,7e,21,be,e5,4a,c6,7c,29,3d,f2,56,d9,11,b5,f3,00,07,e9,89,61,b3,10,\
 00,00,00,05,00,00,a0,1a,00,00,00,39,01,00,00,00,00,00,00,08,00,00,00,02,00,\
 00,00,da,00,00,00,01,00,00,00,02,00,00,00,6c,00,00,00,01,00,00,00,5e,00,32,\
 00,58,01,00,00,9a,31,f2,1d,20,20,53,48,4f,52,54,43,7e,31,2e,4c,4e,4b,00,00,\
 42,00,03,00,04,00,ef,be,9a,31,f2,1d,9a,31,f2,1d,14,00,00,00,53,00,68,00,6f,\
 00,72,00,74,00,63,00,75,00,74,00,20,00,74,00,6f,00,20,00,4d,00,75,00,73,00,\
 69,00,63,00,2e,00,6c,00,6e,00,6b,00,00,00,1c,00,00,00,00,00,00,00,62,00,00,\
 00,00,00,00,00,54,00,32,00,4f,00,00,00,9a,31,fb,03,20,20,53,48,4f,57,44,45,\
 7e,31,2e,53,43,46,00,00,38,00,03,00,04,00,ef,be,9a,31,fb,03,9a,31,fa,1d,14,\
 00,00,00,53,00,68,00,6f,00,77,00,20,00,44,00,65,00,73,00,6b,00,74,00,6f,00,\
 70,00,2e,00,73,00,63,00,66,00,00,00,1c,00,00,00,00,00,00,00,00,00,00,00,60,\
 07,00,00,00,00,00,00,1e,00,00,00,00,00,00,00,00,00,00,00,1e,00,00,00,00,00,\
 00,00,01,00,00,00,01,00,00,00,aa,4f,28,68,48,6a,d0,11,8c,78,00,c0,4f,d9,18,\
 b4,6d,02,00,00,60,0d,00,00,00,00,00,00,1e,00,00,00,00,00,00,00,00,00,00,00,\
 1e,00,00,00,00,00,00,00,01,00,00,00,02,00,00,00,ea,86,42,0a,55,e3,fb,44,80,\
 86,af,3d,f7,64,5b,d9,00,00,00,00,28,0d,00,00,00,00,00,00,1c,00,00,00,00,00,\
 00,00,00,00,00,00,00,00,00,00,00,00,00,00,01,00,00,00

;================================================
;    STARTUP SERVICES (The Following Services are Switched to "Disabled")
;================================================
;Alerter
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Alerter]
"Start"=dword:00000004

;ClipBook
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ClipSrv]
"Start"=dword:00000004

;Error Reporting Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ERSvc]
"Start"=dword:00000004

;Fast User Switching Compatibility
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\FastUserSwitchingCompatibility]
"Start"=dword:00000004

;Human Interface Device Access
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\HidServ]
"Start"=dword:00000004

;Indexing Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\CiSvc]
"Start"=dword:00000004

;Messenger
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]
"Start"=dword:00000004

;Net Logon
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Netlogon]
"Start"=dword:00000004

;NetMeeting Remote Desktop Sharing
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\mnmsrvc]
"Start"=dword:00000004

;Network DDE
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NetDEE]
"Start"=dword:00000004

;Network DDE DSDM
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\NETDEEdsdm]
"Start"=dword:00000004

;Network Location Awareness
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Nla]
"Start"=dword:00000004

;Network Provisioning Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\xmlprov]
"Start"=dword:00000004

;Performance Logs and Alerts
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SysmonLog]
"Start"=dword:00000004

;Portable Media Serial Number Service
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmdmPmSN]
"Start"=dword:00000004

;Protected Storage
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ProtectedStorage]
"Start"=dword:00000004

;Remote Desktop Help Session Manager
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RDSessMgr]
"Start"=dword:00000004

;Remote Registry
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]
"Start"=dword:00000004

;Routing and Remote Access
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteAccess]
"Start"=dword:00000004

;Secondary Logon
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\seclogon]
"Start"=dword:00000004

;Smart Card
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\SCardSvr]
"Start"=dword:00000004

;Telnet
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TlntSvr]
"Start"=dword:00000004

;Terminal Services
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\TermService]
"Start"=dword:00000004

;Uninterruptible Power Supply
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\UPS]
"Start"=dword:00000004

;Windows Time
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]
"Start"=dword:00000004

;Wireless Zero Configuration
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WZCSVC]
"Start"=dword:00000004

;WMI Performance Adapter
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WmiApSrv]
"Start"=dword:00000004

Edited by cumminbk
Link to comment
Share on other sites


thanks ... here is mine... i have just 1:

Windows Registry Editor Version 5.00

;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

[HKEY_LOCAL_MACHINE\Software\Microsoft\Internet Explorer\Desktop\General]

"BackupWallpaper"="c:\\windows\\web\\wallpaper\\grass.jpg"

"Wallpaper"="c:\\windows\\web\\wallpaper\\grass.jpg"

;Disable Automatic Restart in the event of a BSOD

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\CrashControl]

"AutoReboot"=dword:00000000

;Disable Balloon Tips

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

"EnableBalloonTips"=dword:00000000

;Disable Automatic Updates Notifications

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center]

"UpdatesDisableNotify"=dword:00000001

;Disable Security Center

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\wscsvc]

"Start"=dword:00000004

;Disables Error Reporting, but notifies when errors occur

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\PCHealth\ErrorReporting]

"DoReport"=dword:00000000

;Start Windows Themes Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Themes]

"Start"=dword:00000002

;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

;Change MenuShowDelay (Start Menu load speed)

[HKEY_CURRENT_USER\Control Panel\Desktop]

"MenuShowDelay"="2"

;Allow renaming of Recycle Bin

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

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

"CallForAttributes"=dword:00000000

Disable Remote Registry Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RemoteRegistry]

"Start"=dword:00000004

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

;NoRecentDocsmenu removes the recent documents from the start menu.

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

"NoLowDiskSpaceChecks"=dword:00000001

"NoRecentDocsMenu"=dword:00000001

;Memory Tweaks

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"DisablePagingExecutive"=dword:00000001

;Memory Tweaks

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]

"LargeSystemCache"=dword:00000001

;Memory Tweaks

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]

"DisableNTFSLastAccessUpdate"=dword:00000001

;Memory Tweaks

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]

"NtfsMftZoneReservation"=dword:00000002

;Memory Tweaks

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer]

"AlwaysUnloadDLL"=dword:00000001

[HKEY_CURRENT_USER\Software\Microsoft\Office\11.0\Outlook\Preferences]

"MinToTray"=dword:00000001

;Disable Windows Time Service

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time]

"Start"=dword:00000004

;Opens nfo files with Notepad

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo]

"Application"="NOTEPAD.EXE"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithList]

"a"="Explorer.exe"

"MRUList"="ba"

"b"="NOTEPAD.EXE"

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\FileExts\.nfo\OpenWithProgids]

"MSInfo.Document"=hex(0):

;my computer showing

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

[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideDesktopIcons\NewStartPanel]

"{20D04FE0-3AEA-1069-A2D8-08002B30309D}"=dword:00000000

"{450D8FBA-AD25-11D0-98A8-0800361B1103}"=dword:00000000

"{208D2C60-3AEA-1069-A2D7-08002B30309D}"=dword:00000000

"{1f4de370-d627-11d1-ba4f-00a0c91eedba}"=dword:000000

"{645FF040-5081-101B-9F08-00AA002F954E}"=dword:000000

;Speed up shutdown

;Schnelleres herunterfahren Standard 20 sek. hier 2 sek.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]

"WaitToKillServiceTimeout"="2000

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

;Nachrichtendienst abschalten

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Messenger]

"Start"=dword:00000004

;Disable Remote-Desktop

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server]

"fDenyTSConnections"=dword:00000001

"fAllowToGetHelp"=dword:00000000

;delete alexa (spy-reg)-keys

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\

{c95fe080-8f5d-11d2-a20b-00aa003c157a}]

;No Shortcut Prefix

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

"Link"=hex:00,00,00,00

;These NTFS tweaks improve file system performance (Speed up NTFS)

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem]

"NtfsDisable8dot3NameCreation"=dword:00000001

"NtfsDisableLastAccessUpdate"=dword:00000001

"Win95TruncatedExtensions"=dword:00000001

"Win31FileSystem"=dword:00000000

;Speed up opening of My Computer (Arbeitsplatz)and Explorer

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\stisvc]

"Start"=dword:00000004

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

"NoSaveSettings"=dword:00000000

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

"NoNetCrawling"=dword:00000001

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]

"NoRemoteRecursiveEvents"=dword:00000001

;Adds Services to right click 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

;Faster Web Page Loading

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ServiceProvider]

"DnsPriority"=dword:00000001

"HostsPriority"=dword:00000001

"LocalPriority"=dword:00000001

"NetbtPriority"=dword:00000001

;Disable QoS RSVP

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\RSVP]

"Start"=dword:00000004

;----- Opens 16-bit apps in a seperate memory space, this increases stability when dealing with 16-bit apps.

;-----

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WOW]

"DefaultSeparateVDM"="Yes"

;----- Remove Alexa Spyware (comes built in Windows by default) NOT INCLUDED IN SP2

;-----

[-HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Extensions\{c95fe080-8f5d-11d2-a20b-00aa003c157a}]

;----- Disable Windows Tour

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

"RunCount"=dword:00000000

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

"RunCount"=dword:00000000

;scanner or Camera on your desktop when you connect it with the USB cable

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\DelegateFolders\{E211B736-43FD-11D1-9EFB-0000F8757FCD}]

@="Scanners & Cameras"

;Show Hidden Files and Folders (1= Do not Show)

"Hidden"=dword:00000002

;----- Don't Group Similar Taskbar Buttons

;-----

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

"TaskbarGlomming"=dword:00000000

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]

"TaskbarGlomming"=dword:00000000

;----- Specify The First Desktop Icon: (48)=My Doc's 54 =My Comp

;-----

[HKEY_CLASSES_ROOT\CLSID\{450D8FBA-AD25-11D0-98A8-0800361B1103}]

"SortOrderIndex"=dword:00000054

:Make IE adrress bar search like Mozilla

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

@="http://www.google.com/keyword/%s"

"provider"="gogl"

" "="+"

"&"="%26"

"+"="%2B"

"#"="%23"

"?"="%3F"

;----- Add Google As Main/default Search Page

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

"Use Search Asst"="no"

"Search Page"="http://www.google.com"

"Search Bar"="http://www.google.com/ie_rsearch.html"

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

@="http://www.google.com/keyword/%s"

"provider"="gogl"

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\Search]

"SearchAssistant"="http://www.google.com/ie_rsearch.html"

;----- Show the real CD-recording speed in Nero (example: 21.6x writing speed)

[HKEY_CURRENT_USER\Software\Ahead\Nero - Burning Rom\Recorder]

"ShowSingleRecorderSpeed"=dword:00000001

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

;-----

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

"CheckExeSignatures"="no"

"RunInvalidSignatures"=dword:00000000

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

"SaveZoneInformation"=dword:00000001

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

"LowRiskFileTypes"=".zip;.rar;.nfo;.txt;.exe;.bat;.com;.cmd;.reg;.msi;.htm;.html;.gif;.bmp;.jpg;.avi;.mpg;.mpeg;.mo

v;.mp3;.m3u;.wav;"

registry.reg

Link to comment
Share on other sites

  • 2 weeks later...

heres a tweak that will make windows boot allot faster, went from bar scrolling about 5 times to 2 times.

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters]
"VideoInitTime"=dword:000004b3
"EnablePrefetcher"=dword:00000001
"AppLaunchMaxNumPages"=dword:00000fa0
"AppLaunchMaxNumSections"=dword:000000aa
"AppLaunchTimerPeriod"=hex:80,69,67,ff,ff,ff,ff,ff
"BootMaxNumPages"=dword:0001f400
"BootMaxNumSections"=dword:00000ff0
"BootTimerPeriod"=hex:00,f2,d8,f8,ff,ff,ff,ff
"MaxNumActiveTraces"=dword:00000008
"MaxNumSavedTraces"=dword:00000008
"RootDirPath"="Prefetch"
"HostingAppList"="DLLHOST.EXE,MMC.EXE,RUNDLL32.EXE"
"EnableSuperfetch"=dword:00000001

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