Britec Tech Support Forum

Full Version: Registry tweaks that help low budget computers feel faster
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Tweaks to do at the beginning/right after a clean install of windows.

DisablePagingExecutive=1
LargeSystemCache=1

On low budget systems these tweaks work pretty good.

Note: you probably wont get benchmark results to brag about but the way your computer feels while doing tasks is nice to have Smile

To helps tweaks: disable windows search and any other services you dont need enabled.


Example!

Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\PriorityControl]
"Win32PrioritySeparation"=dword:0000001a

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanServer\Parameters]
"ThreadPriority"=dword:00000015

Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"DisablePagingExecutive"=dword:00000001
"LargeSystemCache"=dword:00000001


Disable Windows Search
Code:
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\WSearch]
"Start"=dword:00000004