Possible Duplicate:
How does a computer restart itself?

  1. if we want to on our PC we press on switch then computer is start..
  2. if we want to shutdown our PC we give commond for switchoff .
  3. But there is an interesting state between Shutdown and Statup ."Restart..!".

?. what happened internally and How a PC is going shutdown and without press on button it automatically rebooted itself?

link|improve this question
feedback

closed as exact duplicate by Sathya Nov 15 '11 at 8:08

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

up vote 1 down vote accepted

ATX power supplies are under the control of the motherboard, not of the switch. Normally the power supply provides only a small standby current; the power switch on such a machine, actually a momentary NO switch, signals the motherboard that it should put the power supply into full operation. An ACPI command is used to tell the motherboard to put the power supply back in standby, shutting the machine down.

But a "restart" is actually just the CPU being sent to a specific location in BIOS and running the boot routines fresh from the beginning.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.