REGISTRY TWEAKSQUOTE
This secton is a collection of regsitry edits, and as such should be used with caution after determining whether they will help at all:
- BACK UP REGISTRY KEYS BEFORE MAKING ANY CHANGES TO THEM
- Remember that tweaks which create keys or values are not "undone" by importing your backed up .reg file!
- The registry tweaks below can be copy/pasted into .reg files and double-clicked to import them
- They have been presented this way for transparency, so you can see exactly what is being modified, created or deleted
- Some registry tweaks require a reboot, or at least a log off/log on to take effect
SpookyAdd "Open Command Prompt Here" option to context menu [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Folder\shell\Open Command Prompt Here\command]
@="cmd.exe /k pushd %L"
Remove arrows from shortcuts [verified]
Note: This is a better method than removing the "IsShortcut" registry value, which breaks links in Games, Favorites, Media Center, etc.
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\explorer\Shell Icons]
"29"="C:\\Windows\\System32\\shell32.dll,52"
Disable UAC [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000000
Enable UAC [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"EnableLUA"=dword:00000001
Prevent "- Shortcut" being appended to new shortcut names [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer]
"link"=hex:00,00,00,00
Disable splash screen when launching Windows Mail [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows Mail]
"NoSplash"=dword:00000001
Turn off UAC consent prompts, but leave it enabled - admin users [verified]
Note: This makes members of the Administrators behave the same way as the built-in Administrator account
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorAdmin"=dword:00000000
"EnableLUA"=dword:00000001
Turn off UAC consent prompts, but leave it enabled - regular users [verified]
Note: This removes "over-the-shoulder" (OTS) prompts, so users are unable to request elevation, and get access denied for all administrative tasks
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"ConsentPromptBehaviorUser"=dword:00000000
"EnableLUA"=dword:00000001
Disable "Hide operating system files" in Explorer [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"SuperHidden"=dword:00000001
Disable tooltips [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowInfoTip"=dword:00000000
Allow >2 simultaneous downloads per server through Internet Explorer [not verified]
Note:
RFC2068 dictates that clients should be limited to 2 simultaneous persistent connections per user, and Windows/IE adheres to this by default but can be overridden (below are the
default values, you will need to edit them to suit)
CODE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
"MaxConnectionsPerServer"=dword:00000002
"MaxConnectionsPer1_0Server"=dword:00000002
Disable Media Player's automatic updates [not verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsMediaPlayer]
"DisableAutoUpdate"=dword:00000001
spacesurferRemove the "Delete" option from the context menu of the Recycle Bin, to prevent accidental deletion [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete]
@="Search"
"Description"=" Search system files"
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\command]
@=hex(2):25,00,77,00,69,00,6e,00,64,00,69,00,72,00,25,00,5c,00,65,00,78,00,70,\
00,6c,00,6f,00,72,00,65,00,72,00,2e,00,65,00,78,00,65,00,00,00
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\ddeexec]
@="[FindFolder(\\\"%l\\\", %I)]"
"NoActivateHandler"=""
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\ddeexec\Application]
@="Folders"
[HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\shell\Delete\ddeexec\topic]
@="AppProperties"
Replace "Computer" with "%username% on %computername%" [verified]
Note: Does not change the Start menu "Computer" link, but the desktop and breadcrumb trail objects are modified
CODE
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}]
@="Computer"
"LocalizedString"=hex(2):25,00,55,00,73,00,65,00,72,00,6e,00,61,00,6d,00,65,00,\
25,00,20,00,6f,00,6e,00,20,00,25,00,43,00,6f,00,6d,00,70,00,75,00,74,00,65,\
00,72,00,6e,00,61,00,6d,00,65,00,25,00,00,00
Add "Advanced System Properties" to Computer context menu [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\AdvSysProp]
@=hex(2):41,00,64,00,76,00,61,00,6e,00,63,00,65,00,64,00,20,00,53,00,79,00,73,\
00,74,00,65,00,6d,00,20,00,50,00,72,00,6f,00,70,00,65,00,72,00,74,00,69,00,\
65,00,73,00,00,00
[HKEY_CLASSES_ROOT\CLSID\{20D04FE0-3AEA-1069-A2D8-08002B30309D}\shell\AdvSysProp\command]
@=hex(2):63,00,6f,00,6e,00,74,00,72,00,6f,00,6c,00,20,00,73,00,79,00,73,00,64,\
00,6d,00,2e,00,63,00,70,00,6c,00,00,00
wiSHmaKeREnable underlining of 'active' character in menu items (i.e. ALT key combination to select that item) [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"UserPreferencesMask"=hex:b0,12,01,80
arabianhorseDisable "low disk space" warnings [not verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoLowDiskSpaceChecks"=dword:00000001
spacesurferDisable web services for unknown file types [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInternetOpenWith"=dword:00000001
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer]
"NoInternetOpenWith"=dword:00000001
TranceEnergyMaximize worker threads on heavily loaded systems [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Executive]
"AdditionalCriticalWorkerThreads"=dword:00000010
"AdditionalDelayedWorkerThreads"=dword:00000010
Prevent kernel and driver code from being paged to disk when not in use [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
Lance_315Enable Windows Aero in Vista Home Basic [not verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\DWM]
"Composition"=dword:00000001
"CompositionPolicy"=dword:00000002
alrichdesaAdd "Copy To Folder" to Explorer context menu [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB630-2971-11D1-A18C-00C04FD75D13}]
Add "Move To Folder" to Explorer context menu [verified]
CODE
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\AllFilesystemObjects\shellex\ContextMenuHandlers\{C2FBB631-2971-11D1-A18C-00C04FD75D13}]