トップ ページ > 各種設定 > 電源の設定

電源の設定

WindowsXP(sp2以降) では、DOSプロンプトからpowercfgコマンドが使用できます。
今回はこれを使用します。

現在の設定情報を確認する

確認方法:powercfg /query

フィールドの説明
----------------------
名前自宅または会社のデスク
数値 ID0
モニタの電源を切る (AC)1 分後
モニタの電源を切る (DC)2 分後
ハード ディスクの電源を切る (AC)10 分後
ハード ディスクの電源を切る (DC)15 分後
システム スタンバイ (AC)30 分後
システム スタンバイ (DC)45 分後
システム休止状態 (AC)60 分後
システム休止状態 (DC)120 分後
プロセッサ調整 (AC)NONE
プロセッサ調整 (DC)ADAPTIVE


電源設定の変更


設定方法:powercfg /setactive 電源設定の名前
※既存の電源設定の名前はpowercfg /listで確認できます。

  使用例:powercfg /setactive 常にオン

電源設定の詳細の変更

設定方法:powercfg /change 電源設定の名前  フィールド  

フィールドの種類
monitor-timeout-acmonitor-timeout-dc
disk-timeout-acdisk-timeout-dc
standby-timeout-acstandby-timeout-dc
hibernate-timeout-achibernate-timeout-dc

  使用例:powercfg /change 常にオン /monitor-timeout-ac 0

休止状態の有効/無効



設定方法:powercfg /hibernate [ on | off ]