It’s definitely not an uncommon experience, dealing with a system that takes an age to shutdown, regardless of how many times you click on that shut down button.
Well, this article is for those individuals that are tired of having to wait considerable lengths of time before their system will shutdown, as there are various tweaks and fixes users can implement that I intend to discuss here. There are many different methods, so I have decided to list the ones that I personally find my favourite, so if a sluggish shutdown is your problem, then this is the post for you.
Note: In this article I have listed a number of relatively technical solutions that you should only attempt if you truly feel comfortable doing so.
If you’ve read one article about speeding up Windows shutdown process without actual solution, read this one before quitting on yourself.
It Did What? Here’s 9 Secrets about Speeding Up Windows Shutdown
1. Turn Off Search Indexing
With this feature turned on, the operating system will attempt to make things as accessible as possible by indexing all the files and folders on the hard drive. Unfortunately, most people never use the search function in Windows, turning the indexing service off will remove a relatively taxing service, with the added benefit of the system being able to shut down considerably faster.
In order to turn this feature off, simply do the following:
- First, you will need to boot into your computer with a user profile that has administrative access.
- Once you have successfully booted into your computer, press Windows Key + E to open My Computer.
- When My Computer loads up, right click on your Hard Drive and select Properties.
- This will bring up the Hard Drive Properties applet, from here, un-tick the box next to Allow files on this drive to have contents indexed in addition to file properties and click on OK.
Note: If you have more than one hard drive, you will need to repeat this process for each drive.
Disable Redundant Startup Items
It probably seems a little strange, at first glance, disabling startup items to speed up the Windows shutdown process, but the truth is, that the programs that start, during system boot up, have a big impact on how fast or slow the computer shuts down. The more programs that are loaded during system boot up, the more programs the operating system will be required to close during shut down.
Many of these startup items may not even be required, and are only loaded out of convenience.
In order to disable redundant startup items, simply do the following:
- First, boot into your computer with a user profile with administrative privileges.
- Then press Windows Key + R, to open the Run Command box and type msconfig into it and click on OK.
- When System Configuration Utility loads up, click on the Startup Tab, and then un-tick the box next to the Startup Item you know you do not need.
Note: Turning off more important process such as your antivirus scanner or certain Windows services can have an adverse effect on your computer. So stick exclusively with the programs that you are familiar with.
Use Registry Tweak
Windows is very good at testing the patience of most individuals that use it, especially if you have everything on default. However, the good thing is that it is possible for you to alter the amount of time that the operating system will wait to kill a service that is not responding, simply by implementing a registry tweak.
Anyway, this can be done by doing the following:
- First, boot into your computer with administrative access.
- Then press Windows Key + R, and type regedit into the Run Command box and click on OK.
- Once Registry Editor loads up, navigate to the following path:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control
- From here, double click on the WaitToKillServiceTimeout string in the right pane.
- This will open an Edit String dialog box, from here, type a number within the data range of 1200 – 2000 in the Value Data box and click on OK.
Create a Quick Shutdown Shortcut
Since Windows 2000, Microsoft’s operating systems have been developed with their own built-in remote shutdown tool which can be used to either restart or shutdown the computer. However, it is possible for you to control this tool through the command line, with a much quicker alternative being to create your own shortcut.
To create the shortcut, simply do the following:
- First, boot into your computer with the administrative user profile.
- Once the computer has successfully finished booting up, right click on the Desktop and select New ->Shortcut.
- A Create Shortcut wizard tool should pop up, for the Type the location of the item box, input shutdown.exe -s -t 00 –f and click on Next.
- On the following screen put a name (like Shutdown Computer) into the Type a name for this shortcut box then click on Finish.
Note: This command line, simply tells the computer to shutdown using a timeout of zero seconds. It also says to forcibly close running applications without warning.
For convenience sake, you may want to move the desktop icon to your quick launch bar or you could simply pin it to the Taskbar. Whoever is using the computer need only click on the shortcut and the system will shut down with haste.