![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Display Modes |
#1
|
|||
|
|||
![]()
Every evening, when I shut down the computer, a dialog
eventually pops up stating the Windows Explorer is not responding. It doesn't seem to be a show-stopper--it eventually times out and the computer shuts down. I just wonder why it happens. -- croy |
Ads |
#2
|
|||
|
|||
![]()
Possible because you have removable drive[s] attached to the system and
they're configured for disk-caching rather than for quick-removal on their properties page in Device Manager. Whatever the reason, in the Window's Registry Editor [regedit.exe] if you navigate to the key / value below and set it to "1", you should no-longer be bothered by the message, as changing this value to "1" will ensure that all applications are terminated silently on shutdown. [HKEY_CURRENT_USER\Control Panel\Desktop] "AutoEndTasks"="1" If the above value does not already exist under the "Desktop" key, create one by right-clicking in the right-hand pane while in the above "Desktop" key, and selecting "New" "String Value", naming it "AutoEndTasks", then assign it a value of "1" by double-clicking on it and entering a "1" then press [ok] to set it. == Cheers, Tim Meddick, Peckham, London. :-) "croy" wrote in message ... Every evening, when I shut down the computer, a dialog eventually pops up stating the Windows Explorer is not responding. It doesn't seem to be a show-stopper--it eventually times out and the computer shuts down. I just wonder why it happens. -- croy |
#3
|
|||
|
|||
![]()
AutoEndTasks actually ignored the problem and forcecully terminates
stalled programs. This might cause an unwanted result on crucial programs or services like database when they are doing cleanup. Most cause of stalled Explorer is due to bugged third-party shell extensions. Use AutoRuns to isolate the problem by disabling them. "Tim Meddick" wrote in : Possible because you have removable drive[s] attached to the system and they're configured for disk-caching rather than for quick-removal on their properties page in Device Manager. Whatever the reason, in the Window's Registry Editor [regedit.exe] if you navigate to the key / value below and set it to "1", you should no-longer be bothered by the message, as changing this value to "1" will ensure that all applications are terminated silently on shutdown. [HKEY_CURRENT_USER\Control Panel\Desktop] "AutoEndTasks"="1" If the above value does not already exist under the "Desktop" key, create one by right-clicking in the right-hand pane while in the above "Desktop" key, and selecting "New" "String Value", naming it "AutoEndTasks", then assign it a value of "1" by double-clicking on it and entering a "1" then press [ok] to set it. == Cheers, Tim Meddick, Peckham, London. :-) |
Thread Tools | |
Display Modes | |
|
|