Registry Editor Tricks
Monday, April 27, 2009
Speed up shutdown
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="3000"
Remove Underline From Links
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Main]
"Anchor Underline"="no"
Display "Control Panel" in My Computer
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\HideMyComputerIcons]
"{21EC2020-3AEA-1069-A2DD-08002B30309D}"=dword:00000000
;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
Remove "set programs access default" from startmenu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoSMConfigurePrograms"=dword:00000001
;Disable Highlighting New Programs on Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"Start_NotifyNewApps"=dword:00000000
;Adds Add/Remove to right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\Add/Remove Programs\command]
@="control appwiz.cpl"
;Adds Registry Editor right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit]
@="Registry Editor"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\regedit\command]
@="Regedit.exe"
Adds MSCONFIG right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig]
@="Microsoft Configurator"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\msconfig\command]
@="msconfig.exe"
;Turn off Adobe splash screen
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\6.0\Originals]
"bBrowserCheck"=dword:00000001
"bDisplayAboutDialog"=dword:00000000
; Disable Adobe EULA
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrobat Reader\6.0\AdobeViewer]
"EULA"=dword:00000001
[HKEY_CURRENT_USER\Software\Adobe\Acrobat Reader\6.0\AdobeViewer]
"EULA"=dword:00000001
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentContro
"WaitToKillServiceTimeout"="3000"
[HKEY_CURRENT_USER\Software\Microsoft\In
"Anchor Underline"="no"
Display "Control Panel" in My Computer
[HKEY_CURRENT_USER\Software\Microsoft\Wi
"{21EC2020-3AEA-1069-A2DD-08002B30309D}"
;This will add "Services" to the right-click menu of "My Computer"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-
@=hex(2):53,00,65,00,72,00,76,00,69,00,6
"SuppressionPolicy"=dword:4000003c
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-
@=hex(2):25,00,77,00,69,00,6e,00,64,00,6
Remove "set programs access default" from startmenu
[HKEY_CURRENT_USER\Software\Microsoft\Wi
"NoSMConfigurePrograms"=dword:00000001
;Disable Highlighting New Programs on Start Menu
[HKEY_CURRENT_USER\Software\Microsoft\Wi
"Start_NotifyNewApps"=dword:00000000
;Adds Add/Remove to right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-
@="control appwiz.cpl"
;Adds Registry Editor right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-
@="Registry Editor"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-
@="Regedit.exe"
Adds MSCONFIG right click of MY Computer
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-
@="Microsoft Configurator"
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-
@="msconfig.exe"
;Turn off Adobe splash screen
[HKEY_CURRENT_USER\Software\Adobe\Acroba
"bBrowserCheck"=dword:00000001
"bDisplayAboutDialog"=dword:00000000
; Disable Adobe EULA
[HKEY_LOCAL_MACHINE\SOFTWARE\Adobe\Acrob
"EULA"=dword:00000001
[HKEY_CURRENT_USER\Software\Adobe\Acroba
"EULA"=dword:00000001
Post a Comment