You can customize Windows further by editing the registry. To edit the registry go to the Start Menu and
type in the Run... box: regedit and enter. You then can navigate to the
following keys and make the changes. Note that some keys will have to be created.
Disable Paging Of Core Files
You can improve system performance by forcing the core Windows system files to be kept in memory. This change is recommended
only if your system has a large amount of RAM.
Edit the following registry key:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\
Memory Management\DisablePagingExecutive
(Data Type: REG_DWORD) Set to 1 to enable.
Improve NTFS Performance
Improve NTFS performance by not generating timestamps every time directories are accessed.
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\FileSystem\
NtfsDisableLastAccessUpdate
(Data Type: REG_DWORD) Set to 1 to enable.
Unload DLLs for Closed Applications
Windows sometimes keeps DLLs in memory, long after the programs that used them are closed. You
can force Windows to unload DLLs and conserve available memory further
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\
AlwaysUnloadDLL
(Data Type: REG_DWORD) Set to 1 to enable.
Improve LAN Browsing
You can improve network performance if your local network is not using Netware. Simply delete
the following registry key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Current Version\Explorer\
RemoteComputer\NameSpace\
{D6277990-4C6A-11CF-8D87-00AA0060F5BF}
Delete only if your not connecting to a Novell Netware server.
Disable User Tracking
For home users, user tracking is not necessary or of any benefit. You can increase performance by disabling the
feature.
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\
NoInstrumentation
(Data Type: REG_DWORD) Set to 1 to enable.