kenjinote / kenji.blog

kenji.blogのリポジトリ
https://kenji.blog
MIT License
35 stars 3 forks source link

test #12

Open kenjinote opened 4 months ago

kenjinote commented 4 months ago

$wshell = New-Object -ComObject wscript.shell; $wshell.Run("systempropertiesperformance.exe"); Sleep 1 $wshell.AppActivate("パフォーマンス オプション"); Sleep 1 $wshell.SendKeys("{ENTER}");