Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000000
Do you have any type of automatic backup software running? What else are you running for anti virus and security?
Joe
Have you set up, maybe without realising, to clear the PageFile at shutdown?
Only accidentally if you've done it deliberately without realising. E.G. Multi-entry registry tweaking files. System enhancing (ahem!) software.Any idea how this could have been set, if it has been? What I mean to say is, is it possible this could have been set accidentally somehow?
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000000
This service caused a delay in the system shutdown process:
File Name : ekrn
Friendly Name
Version
Total Time : 8474ms
Degradation Time : 6061ms
Incident Time (UTC) : 2010-12-23T16:33:31.687197100Z
OK. Copy and Save this code as a .reg file then merge it into your registry.Even though VM Pagefile clearing isn't "on", let's definitely turn it "off".Code:Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management] "ClearPageFileAtShutdown"=dword:00000000
You should also see what system services are running -- for example if you have ACRONIS / ADOBE etc. etc. they all add (needless) running services.
Look in MSConfig and check to see which programs run at start-up. If they run at start-up there's a good chance they'll still be running at shutdown!!
I've read some threads were people have un-installed their graphic card drivers and after a clean up with Link Removed, re-installed them to resolve this issue. I don't have a graphics card at the moment and I have relatively quick shutdowns. That neither proves or disproves this theory!!
It might be helpful if you downloaded the Link Removed, run it and attached the files in a zip to a post. May be able to spot some obvious things that otherwise might take years of guessing!!
Found something out for you!!
Open Event Viewer by typing eventvwr in the start menu search box or use the run... window.
In the left hand panel of Event Viewer GoTo Applications and Services Logs > Microsoft > Windows > Diagnostics-Performance > Operational
In the centre panel click on the Event ID column header to arrange all entries numerically.
Now, every entry that has an Event ID of 200 is a shutdown and 100's are Start ups.
By double clicking an entry you open a details window which tells you (in milliseconds) how long it took for a program to close.
Example from one of mine:Enjoy!!Code:This service caused a delay in the system shutdown process: File Name : ekrn Friendly Name Version Total Time : 8474ms Degradation Time : 6061ms Incident Time (UTC) : 2010-12-23T16:33:31.687197100Z
It obviously sounds like you know what your doing, so you may like to ignore this comment!!
Have you done an AV scan? Downloaded Malwarebytes, updated and scanned?
Cleared all your Temp Files? Disk Defrag?
Have you got Bonjour in your list of Services, sometimes (?) a long string of numbers like a CLSID?
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Control Panel\Desktop]
"WaitToKillAppTimeout"="2500"
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"LowLevelHooksTimeout"="1000"
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control]
"WaitToKillServiceTimeout"="2500"
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control]
"WaitToKillServiceTimeout"="2500"
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="2500"
[HKEY_USERS\S-1-5-19\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="1000"
"WaitToKillAppTimeout"="2500"
[HKEY_USERS\S-1-5-20\Control Panel\Desktop]
"AutoEndTasks"="1"
"HungAppTimeout"="2500"
"WaitToKillAppTimeout"="2500"
You're right. It is a real!!
This is a reg file I always run after I've installed Windows to close everything in up to 2.5 seconds:Code:Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Control Panel\Desktop] "WaitToKillAppTimeout"="2500" "AutoEndTasks"="1" "HungAppTimeout"="1000" "LowLevelHooksTimeout"="1000" [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet002\Control] "WaitToKillServiceTimeout"="2500" [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control] "WaitToKillServiceTimeout"="2500" [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control] "WaitToKillServiceTimeout"="2500" [HKEY_USERS\S-1-5-19\Control Panel\Desktop] "AutoEndTasks"="1" "HungAppTimeout"="1000" "WaitToKillAppTimeout"="2500" [HKEY_USERS\S-1-5-20\Control Panel\Desktop] "AutoEndTasks"="1" "HungAppTimeout"="2500" "WaitToKillAppTimeout"="2500"
I suppose you're waiting for a link to that post about shutdown traces I found aren't you?
Aah, go on then, here it is!
@Firecracker
Thanks for pointing that out. I use none of them but I do use Adobe stuff and when I've installed it I go straight to Services and disable Bonjour. I forget that other people might have a need for it though!
Things like that, yeah I can wait the 0.5 to 1 sec it takes to re-set or re-start its service, don't need it running all the time though, as it tries to.I have disabled it in System Services in the past but I think launching iTunes forces it to be reset to start.