Friday, January 8, 2010

Accelerating Windows

Click Start -> Run -> type "regedit
Sign in to each section below:
[HKEY_CURRENT_USERControl PanelDesktop] -> Change the following match ..
"AutoEndTasks" = "1"
"HungAppTimeout" = "3000"
"MenuShowDelay" = "0"
"WaitToKillAppTimeout" = "3000"

[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionExplorer]
-> Right click add a DWORD value "DesktopProcess"
-> Right click on the item "DesktopProcess" modify this turn into a "1"
[HKEY_CURRENT_USERSoftwareMicrosoftWindowsCurrentVersionRun]
[HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsCurrentVersionRun]
-> Delete unneeded registers (the register contained therein is the startup process that will run every time windows login)
[HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon]
-> Right click add a DWORD value "EnableQuickReboot"
-> Right click on the item "EnableQuickReboot" modify this turn into a "1"
[HKEY_LOCAL_MACHINESYSTEMControlSet001Control]
-> Change the following as ...
"WaitToKillServiceTimeout" = "3000"
Good Try

No comments:

Post a Comment