Rebooting Windows 8 takes longer than startup from power-off

2

When I use the restart option in Windows 8, it takes longer to shut down and reboot then if I had used the manual shutdown and manual power on. I use an SSD and UEFI, and it happens on both of my computers. Any idea why it’s doing this or how to make reboot faster?

lpvb

Posted 2012-11-25T03:43:05.777

Reputation: 21

Answers

1

It's the expected behavior. This developer blog post explain that choosing shutdown will close your user session (where your average app run), but hibernated your kernel session (this is where driver lives). Thus, starting up won't require the driver initialization (which would cut the time if some particular drivers load longer or blocked others). Choosing restart would trigger the driver initialization, just like on Windows 7.

Martheen Cahya Paulo

Posted 2012-11-25T03:43:05.777

Reputation: 1 347

So how would I make restart behave like shutdown? – lpvb – 2012-11-25T05:30:06.057

What an interesting question and answer! – Mark Allen – 2012-11-25T08:00:36.540

@lpvb use shutdown /s /t 0 – magicandre1981 – 2012-11-25T09:32:42.073