Computer wont shut down properly...

ditka

Junior Member
Nov 12, 2003
24
0
0
I have windows xp installed on my computer. When i shut down, it will say saving your settings. Then it will say windows is shutting down... and thats it. It will stay on that screen until I manually press the power button. Any ideas on what the problem could be???
 

dnuggett

Diamond Member
Sep 13, 2003
6,703
0
76
You most likely have a hung app. There is a registry entry to force terminate all apps upon shutdown but I can't recall it right now. Someone else may know.
 

snidy1

Golden Member
Mar 17, 2003
1,285
0
0
Originally posted by: dnuggett
You most likely have a hung app. There is a registry entry to force terminate all apps upon shutdown but I can't recall it right now. Someone else may know.

I'd like to know this also.
 

fredtam

Diamond Member
Jun 6, 2003
5,694
2
76
Originally posted by: snidy1
Originally posted by: dnuggett
You most likely have a hung app. There is a registry entry to force terminate all apps upon shutdown but I can't recall it right now. Someone else may know.

I'd like to know this also.


Auto end task to enable proper shutdown:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"

 

dnuggett

Diamond Member
Sep 13, 2003
6,703
0
76
Originally posted by: fredtam
Originally posted by: snidy1
Originally posted by: dnuggett
You most likely have a hung app. There is a registry entry to force terminate all apps upon shutdown but I can't recall it right now. Someone else may know.

I'd like to know this also.


Auto end task to enable proper shutdown:

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management]
"ClearPageFileAtShutdown"=dword:00000001

[HKEY_USERS\.DEFAULT\Control Panel\Desktop]
"AutoEndTasks"="1"

[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control]
"WaitToKillServiceTimeout"="1000"


There ya go.. that's the one.