When you restart a PC, does it completely “shut down”? If it does, what tells it to power up again? If it doesn’t, why does it behave like it has been shut down?

1.34K views

When you restart a PC, does it completely “shut down”? If it does, what tells it to power up again? If it doesn’t, why does it behave like it has been shut down?

In: Technology

14 Answers

Anonymous 0 Comments

There is additional story on software side of things.

For shutdown, Windows, for example, uses hibernation (save to disk) for a lot of kernel code instead of tearing it down, to speed-up next startup.

But for restart Windows makes complete teardown and rebuild of all kernel structures, because you usually request restart for updates and configurations, it’s not a part of normal operation.

[More info](https://www.howtogeek.com/349114/shutting-down-doesnt-fully-shut-down-windows-10-but-restarting-it-does/)

You are viewing 1 out of 14 answers, click here to view all answers.