마이크로소프트 사에서 제공하는 Windows용 전원 관리 테스트 도구
docs.microsoft.com/ko-kr/windows-hardware/drivers/devtest/pwrtest
PwrTest - Windows drivers
The power management test tool (PwrTest) is a test tool that enables developers, testers, and system integrators to exercise and record power management information from the system.
docs.microsoft.com
Windows Driver Kit (이하 WDK)를 통해서 pwrtest.exe를 확보할 수 있어,
WDK가 설치된 PC에서 exe파일만 복사하여 사용 가능 (첨부)
다음의 Syntax를 이용하여 실행 가능
docs.microsoft.com/ko-kr/windows-hardware/drivers/devtest/pwrtest-syntax
PwrTest Syntax - Windows drivers
You run PwrTest from a Command Prompt window. You can select and configure PwrTest Scenarios using command options.
docs.microsoft.com
pwrtest.exe /info 실행 예)
컴퓨터 전원 상태 (Info에서 보여주는 SystemSXStateSupported 관련)
State | 설명 | 특이사항 |
S0 | 일반적인 동작 상태 | |
S0 LowPower | 절전(Modern Standby) | 이 경우 S1~S3 미지원 |
S1 | 절전 상태 (Legacy Standby) |
이 경우 Modern Standby 미지원 |
S2 | ||
S3 | ||
S4 | Hibernation상태 | |
S5 | Soft Off상태 | |
G3 | HW Off상태 |
Windows 10부터 Connected Standby가 Modern Standby로 변경 됨
Modern Standby는 Connected와 Disconnected로 나뉨
powercfg/a를 통해 지원하는 PowerState확인 가능
대기 모드 (S0 저 전원 유휴) 네트워크 연결됨이 위에서 말한 ModernStandby Connected이며
최대 절전 모드(Hibernate)와 빠른 시작(Fast Startup)은 모두 S4이나 저장되는 파일에 따라 구분 됨.
docs.microsoft.com/en-us/windows/win32/power/system-power-states 참조
빠른 시작 은 최대 절전 모드 파일을 사용하여 후속 부팅 속도를 높이는 종료 유형입니다. 이러한 유형의 종료 중에 사용자는 최대 절전 모드 파일이 생성되기 전에 로그 오프됩니다. 빠른 시작은 더 작은 최대 절전 모드 파일을 허용하며 저장 용량이 적은 시스템에 더 적합합니다.