Tweaking Registry - Improve Windows Stability
1. More Stability On Desktop
HKEY_CURRENT_USER/Software/Microsoft/Windows/CurrentVersion/Explorer
Make a new DWORD Value and names it with DesktopProcess.
Double Click DesktopProcess and insert 1 on Value Data.
2. Optimize Hard Disk When Computer On Idle Condition
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\OptimalLayout
Make a new DWORD Value, names it with EnableAutoLayout.
Double Click EnableAutoLayout and insert 1 on Value Data.
3. Unload .dll to Accelerate Memory Access
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Explorer
Click menu Edit > New > Key and names it with AlwaysUnloadDLL.
On Default Value option, insert 1.
4. Tweaking Memory On Windows
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control/Session Manager/Memory Management
Double Click on DisablePagingExecutive and insert 1 on Value Data.
(Warning: When this tweak is active, Windows never does a paging file on hard disk. Operating System and other programs become more responsive. Only for computer that has memory more than 128 MB).
Double Click on LargeSystemCache and insert 1 on Value Data.
If activated, sistem will allocate all of memory (except 4 MB for disk caching) for file caching. Computer will does a caching kernel XP in memory until Windows XP process becomes faster.
5. Accelerate Shutdown Process On Windows
HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/Control
Double Click WaitToKillServiceTimeout and change the value less than 2000.
Post a Comment