사용자 도구

사이트 도구


windows:powermanagement

문서의 이전 판입니다!


Windows 전원관리

  • 절전 상태(Stand by Mode)에서 마우스/키보드로 깨어나기(Wake up) 이 가능하다.
  • 장치관리자 → 키보드 혹은 마우스 → 구체적인 장치 선택 → 속성 → 전원관리에서 이 장치를 사용하여 컴퓨터의 대기 모드를 종료할 수 있음의 체크 여부에 따라 마우스나 키보드로 깨어나기를 제어할 수 있다.

절전 상태 명령어

@echo off
powercfg -h off
%windir%\system32\rundll32.exe PowrProf SetSuspendState
powercfg -h on
exit
  1. Turns echo off
  2. turns hibernate off so you will standby instead of hibernate
  3. Standbys the computer if hibernate is off but hibernates if hibernate is on
  4. turns hibernate back on
  5. exits the program
windows/powermanagement.1336234807.txt.gz · 마지막으로 수정됨: 2012/05/06 01:20 저자 kwon37xi