Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Registry tweaks that help low budget computers feel faster
#1
Information 
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


Attached Files Thumbnail(s)
   
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Powered By MyBB, © 2002-2024 Melroy van den Berg.