PowerShell コマンド「powercfg.cpl」で電源オプションを開く

環境
Windows10 Pro 20H2 64bit
PowerShell 5.1.19041.2673

操作方法
1.「スタート」を右クリックし「Windows ターミナル(管理者)をクリックします。

2.ユーザーアカウント制御が表示されます.
「はい」を選択します。

3.PowerShellを起動します。

4.「powercfg.cpl」と入力して実行します。
PS C:\WINDOWS\system32> powercfg.cpl

5.「電源オプション」を開きます。

6.以下のコマンドで電源オプションを開きます。
control powercfg.cpl
control.exe /name Microsoft.PowerOptions

PowerShell

Posted by arkgame