Thursday 19 January 2012

Tutorial to Accelerate speed of Windows Shutdown

Shutdown process can sometimes take a while, especially when you're done using various applications, there is an application that hangs, and others. This is often annoying, How to make Shutdown process faster?
There are several techniques that can be used to accelerate the process of Shutdown windows, ranging from common technique to abnormal technique. So we can shutdown windows less than 5 seconds or even only about two seconds, without requiring additional software.


Common Technique
common technique is to modify the Windows Registry, which is all things relating to the process of Shutdown windows.  Before modifying the Windows registry It's recommended, to backup it (by choosing File menu> Export when it was signed in the Windows Registry Editor). Here's how and explanation:
Previously, first open the Windows Registry Editor (Menu All Programs> Run) type regedit and then Enter or click OK.


After the Windows Registry Editor is open, u can be follow this step:

* Automatic shut (Auto Kill) all applications on Shutdown Find the following key: HKEY_CURRENT_USER \ Control Panel \ Desktop, then find a Key AutoEndTasks right click, select Modify and if its value is not the one then replace it with the value 1.

* Changing Application Hang time. still in the same Key (HKEY_CURRENT_USER \ Control Panel \ Desktop), find the Key WaitToKillApp, HungAppTime, and WaitToKillServiceTimeout. Right-click each key and select Modify, replace the contents with the value in 1000.

* Disable Paging File Clearing facilities 
At the time of shutdown, windows auto-delete the contents of paging files for security, because of the possibility of the paging file is used for temporary files, containing user or password and so forth. If we are not too concerned with security issues, the windows of this facility can disable to speed up the shutdown process. Do I look for the following key in the Registry Editor: HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Control \ Session Manager \ Memory Management, then search ClearPageFileOnShutdown key and right click, select Modify, replace the contents with the value 0.

By changing a few settings, the shutdown process should be  more quickly than usual, especially if there are applications that often hangs when shutdown. If you do not want to bother with the steps above, just copy and paste the following text, then save the file name extension  .reg (for example: fastshutdown.reg). After that, run the file (double click), when confirmation appeared, click Yes.


Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WaitToKillServiceTimeout"="1000"
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"WaitToKillAppTimeout"="1000"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000000
save it with notepad, select Save as and then the Save as type select All files, when saving give quotes, eg "fastshutdown.reg"

Thanks For Visit

No comments:

Post a Comment