How can I find out which standby/sleep mode I'm under (S1, S2 or S3) when on Windows 7? My BIOS does not have such a setting.
Asked
Active
Viewed 1,534 times
2 Answers
3
In the command prompt run:
powercfg -availablesleepstates
Short version:
powercfg -a
-AVAILABLESLEEPSTATES, -A Reports the sleep states available on the system Attempts to report reasons why sleep states are unavailable.
Bob
- 63,170
3
S2 never really existed. S1 was a basically useless state that didn't really save any power but did not require added hardware to support. You can tell if your system is using it when in standby because all of the fans and such do not shut off. If the system generally appears to have turned off when you suspend, then it's S3.
psusi
- 8,122