Monday, December 14, 2009

Enable Fast Shutdown in Windows 7 and Windows Vista

Issue:

How can I shutdown my Windows 7 PC faster?

Solution:  

To enable fast shutdown open the registry editor:

1. Click Start, type Regedit.
2. go to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
3. Double click "WaitToKillServiceTimeout"
4. Change the default value from 12000 to 2000
5. Done





Or

Open Notebpad, and copy paste below said script.

Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
“WaitToKillServiceTimeout”=”1000”

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
“DisablePagingExecutive”=”1”
“LargeSystemCache”=”1”

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"


Now save the file as Fix.reg  then double click fix.reg file and merge it to the registry.


Then restart the computer.


I hope it will help :) 

No comments:

Post a Comment