WindowsXP(sp2以降) では、DOSプロンプトからpowercfgコマンドが使用できます。
今回はこれを使用します。
現在の設定情報を確認する
確認方法:powercfg /query
|
| フィールドの説明 | 値 |
| ----------------- | ----- |
1 | 名前 | 自宅または会社のデスク |
1 | 数値 ID | 0 |
2 | モニタの電源を切る (AC) | 1 分後 |
3 | モニタの電源を切る (DC) | 2 分後 |
4 | ハード ディスクの電源を切る (AC) | 10 分後 |
5 | ハード ディスクの電源を切る (DC) | 15 分後 |
6 | システム スタンバイ (AC) | 30 分後 |
7 | システム スタンバイ (DC) | 45 分後 |
8 | システム休止状態 (AC) | 60 分後 |
9 | システム休止状態 (DC) | 120 分後 |
| プロセッサ調整 (AC) | NONE |
| プロセッサ調整 (DC) | ADAPTIVE |
|
電源設定の変更
設定方法:
powercfg /setactive 電源設定の名前
※既存の電源設定の名前は
powercfg /listで確認できます。
使用例:powercfg /setactive 常にオン
電源設定の詳細の変更
設定方法:
powercfg /change 電源設定の名前 フィールド 値
フィールドの種類
|
2 | monitor-timeout-ac | 3 | monitor-timeout-dc |
4 | disk-timeout-ac | 5 | disk-timeout-dc |
6 | standby-timeout-ac | 7 | standby-timeout-dc |
8 | hibernate-timeout-ac | 9 | hibernate-timeout-dc |
|
使用例:powercfg /change 常にオン /monitor-timeout-ac 0
休止状態の有効/無効
設定方法:
powercfg /hibernate [ on | off ]