2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

[Windows10] 電源オプションのスリープ(S3)有効化

Last updated at Posted at 2020-10-21

症状

  • WindowsデスクトップPCにおいて、電源オプションに「スリープ状態」が表示されないことがある。
  • PowerShellでpowercfg /aをすると、無効になっていることがある。
  • サポートはされている場合は以下のようにすることで、メニューに出現させることができる。

対処法

  • レジストリを書き換えて有効化する。
Registry Hive HKEY_LOCAL_MACHINE
Registry Path Software\Policies\Microsoft\Power\PowerSettings\abfc2519-3608-4c2a-94ea-171b0ed546ab
Value Name ACSettingIndex
Value Type REG_DWORD
Enabled Value 1
Disabled Value 0

参考(答え)

2
1
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
2
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?