Windows 8 taking 4+ mins to shutdown

4

I did a fresh installation of Windows 8 64 bit, build 9200 (released on aug 16th). I installed the drivers and some basic softwares like NetBeans, mingw, iis server and php. For the first few times, it was restarting normally. But then at shutdown, it would show the shutdown screen for some seconds and then turn black for about 4 mins (similar to what happens at hibernation). I disabled the "fast startup" option in power options, but the problem still persists. Windows 7 and Ubuntu shut down normally. specs: 4gb ram, 750 gb sata hdd,

solved by installing Windows Updates released during October. It was a serious bug in the OS, afaik. Now even hibernate takes upto 30 secs max. Still, win 8 is too buggy for release.

arnab321

Posted 2012-09-19T07:38:55.133

Reputation: 221

1I would reinstall the operating system, there is clearly some service, that is causing a conflict. – Ramhound – 2012-09-19T11:33:28.030

1Go to command prompt, type msconfig, and disable everything under the 'startup' tab you don't need, and then run CCleaner. Try that and see if it changes anything. – cutrightjm – 2012-09-19T21:16:31.277

1forgot to mention, i also tried disabling all startup items from task manager. btw, this problem isnt related to any pogram running. i get a black screen AFTER the shutdown/restart screen for 3-4 mins. its exactly like hibernate. the problem is related to win 8 hybrid startup – arnab321 – 2012-09-20T16:48:46.353

** But those updates messed up my USB 2.0 ports and my keyboard. Keyboard randomly stops working and USB 2.0 has stopped working permanently. Reinstalling ASUS chipset drivers on my laptop has no effect. – arnab321 – 2012-10-26T11:42:28.760

Answers

2

Use xpbootmgr/WPT from the Windows 8 SDK to trace the slow shutdown:

http://www.msfn.org/board/topic/158252-trace-why-windows-8-boots-shutsdown-or-hibernate-slowly/

magicandre1981

Posted 2012-09-19T07:38:55.133

Reputation: 86 560

0

try to use "shutdown.exe /s /t 0" from command line. In some cases, using this method, shutdown sequence can be faster.

Simone Urbinati

Posted 2012-09-19T07:38:55.133

Reputation: 59

0

Connect to the Internet and apply Windows updates.

mcandre

Posted 2012-09-19T07:38:55.133

Reputation: 2 696