LoginSignup
4
4

More than 5 years have passed since last update.

バッチファイルでスリープ(S3)させる方法

Last updated at Posted at 2014-05-06

方法

下記のように書くと良い。
powercfg は休止状態機能の有効無効を切り替えている(要管理者権限)。

powercfg -h off
rundll32.exe powrprof.dll,SetSuspendState 0,1,0
powercfg -h on

参考

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4