Windows Registry Tweaks at your own risk
Changing the Location of Windows' Installation Files If you need to change the drive or path where Windows looks for its installation files:
- Open RegEdit.
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Setup
- Edit the value next to SourcePath.
Automatic Screen Refresh When you make changes to your file system in Explorer, they are not displayed until you press F5. To enable automatic refresh:
- Open RegEdit.
- Navigate to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Update
- Set the value name UpdateMode to
1
.
Changing MaxMTU for Faster Downloads To optimize your internet connection speed:
- Open RegEdit.
- Navigate to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Class\net\000x
(wherex
is your network adapter binding). - Right-click in the right panel, select New > String Value, and name it IPMTU.
- Double-click IPMTU and enter
576
. - Similarly, add IPMSS and set it to
536
.
For Windows 9X, set DefaultRcvWindow to 5840
and DefaultTTL to 128
under:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\VXD\MSTCP
Modifying Recycle Bin Context Menu To add options to the Recycle Bin context menu:
- Add Rename:
HKEY_CLASSES_ROOT\CLSID\{645FF040-5081-101B-9F08-00AA002F954E}\ShellFolder
Set Attributes =hex:50,01,00,20
- Add Delete:
Set Attributes =
hex:60,01,00,20
- Add both Rename and Delete:
Set Attributes =
hex:70,01,00,20
To restore Recycle Bin defaults:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Desktop\NameSpace\{645FF040-5081-101B-9F08-00AA002F954E}
Force Use of Classic Start Menu To enable Classic Start Menu and disable XP-style menu:
- Open RegEdit.
- Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer
- Create a DWORD named NoSimpleStartMenu and set it to
1
. - Exit and reboot.
Increase Menu Display Speed To remove the delay when opening the Start Menu:
- Open RegEdit.
- Navigate to:
HKEY_CURRENT_USER\Control Panel\Desktop
- Modify MenuShowDelay (default
400
) and set it to0
. - Exit and reboot.
Faster Browsing in Windows Explorer Over Networks Disable unnecessary remote checks to improve network browsing speed:
- Open RegEdit.
- Navigate to:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace
- Delete these sub-keys:
{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
(Disables Scheduled Task checking){2227A280-3AEA-1069-A2DE-08002B30309D}
(Disables Printer checking)
- Exit and reboot.
Increase Internet Download Connections To increase simultaneous internet download connections:
- Open RegEdit.
- Navigate to:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings
- Modify/Create DWORD Values:
- MaxConnectionsPer1_0Server =
10
- MaxConnectionsPerServer =
10
- MaxConnectionsPer1_0Server =
- Exit and reboot.
Create a Legal Notice at Logon To display a legal notice before users log in:
- Open RegEdit.
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
- Modify/Create String Values:
- LegalNoticeCaption =
Enter Caption
- LegalNoticeText =
Enter Notice Text
- LegalNoticeCaption =
- Exit and reboot.
Enable/Disable Active Window Tracking To enable focus on a window when hovering over it with the mouse:
- Open RegEdit.
- Navigate to:
HKEY_CURRENT_USER\Control Panel\Mouse
- Modify/Create DWORD Value named ActiveWindowTracking:
0
= Disabled1
= Enabled
- Exit and reboot.
Modify Control Panel Categories To rearrange Control Panel items:
- Open RegEdit.
- Navigate to:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Control Panel\Extended Properties\{305CA226-D286-468e-B848-2B2E8E697B74} 2
- Modify DWORD Values:
0
= Other Control Panel Options1
= Appearance and Themes2
= Printers and Other Hardware3
= Network and Internet Connections4
= Sounds and Audio Devices5
= Performance and Maintenance6
= Date, Time, Language, and Regional Options7
= Accessibility Options8
= Add or Remove Programs9
= User Accounts
- Exit and reboot.
Erase the Swap File at Shutdown To securely erase the pagefile at shutdown:
- Open RegEdit.
- Navigate to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager\Memory Management
- Modify ClearPageFileAtShutdown and set it to
1
. - Exit and reboot.
(Note: Enabling this may slow down shutdown times.)
Comments
Post a Comment
Thank You for Sharing your feedback, We hope article was helpful in some way to you.