Tampilkan postingan dengan label Hardware Problem. Tampilkan semua postingan
Tampilkan postingan dengan label Hardware Problem. Tampilkan semua postingan

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.

Read More..

Solution Monitor Out of Frequency

Problem:
Monitors have a limit of maximum supported frequency (Refresh rate) for each resolution setting at which display is refreshed. When you set a high resolution with a high frequency that is not supported by the monitor, it displays a message Frequency out of range. Within a few seconds of setting the frequency if you press Esc key it will revert back to the previous resolution.
But what if when you are stuck with the same Frequency out of range and your monitor does not display anything.

Don’t worry, we have the solution if your monitor doesn’t display anything


Solution:
1. Boot in VGA mode by keep pressing F8 key during boot-up.
2. Un-install the display driver
3. Set the display settings to some supported value
4. Restart, install display (video) driver and set the appropriate settings which your monitor supports.
5. Restart again and it is Fixed.

Tip: Most of old monitors don’t support 1024×768 at a refresh rate greater than 60Hz, so avoid setting this resolution at a frequency higher than 60 Hz if your monitor is an old CRT monitor.

Read More..