Rabu, 08 April 2009

Solution Boot Slow at Startup Windows

Why Slow shutdown?

In Windows XP certain registry keys are responsible for determining how long windows will wait before shutting down all the opened programs and services after the shutdown command has been given by the user.

Lets see how we can fix the slow shutdown in windows XP


Fix:

You need to optimise some registry keys values in order to speed up the shutdown process.

1. Open Start >> Run and type regedit and press enter

2. Now navigate to ‘HKEY_CURRENT_USER\Control Panel\Desktop\
In this entry, you will see a registry key named WaitToKillAppTimeout .

Double click on it and set its value to 1000 , this value is the time in milliseconds for which the windows waits before all the processes and services are closed.

This way you have set it to 1 second.

Not only this, there are some other registry settings set by default due to which Windows XP will prompt the user for input if there are one or more applications still not closed or not responding. This increases the shutdown time due to no response from the user.

So, you should also change that registry key settings value.

3. Navigate to ‘HKEY_CURRENT_USER\Control Panel\Desktop

Double click on the registry key ‘AutoEndTasks.’ and set its value to 1

4. That is all, Trouble Fixed.

Now restart your system, you will see a considerable reduction in the shutdown time this time.

Tip: If modifying registry seems cumbersome to you can simply create a instant shutdown shortcut on your desktop.

1. Right click on your desktop and select New >> Shortcut

2. copy the following command: %windir%\System32\shutdown.exe -s -f -t 00

3. Name your shortcut as instant shutdown

4. You can use this created shortcut for fast shutdown.

This will forcibly end all running tasks and shutdown instantly.

Warning: Make sure to save any unsaved work before you shutdown using these tips. It may cause loss of unsaved work.

Tidak ada komentar:

Posting Komentar