Created
November 15, 2013 08:01
-
-
Save ebibibi/7480767 to your computer and use it in GitHub Desktop.
電源プランを「高パフォーマンス」に設定します。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $p = Get-CimInstance -Name root\cimv2\power -Class win32_PowerPlan -Filter "ElementName = '高パフォーマンス'" | |
| Invoke-CimMethod -InputObject $p[0] -MethodName Activate |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment