LoginSignup
0
1

More than 3 years have passed since last update.

PowerShellでエアロシェイクだけオフにする

Last updated at Posted at 2018-10-14

管理者権限で PowerShell を起動して、以下を実行

Set-Location HKCU:\Software\Policies\Microsoft\Windows
New-Item Explorer
New-ItemProperty Explorer NoWindowMinimizingShortcuts -Type Dword -Value 1

1度ログオフか再起動後エアロシェイクはオフになる

参考: 週刊アスキー-エアロスナップとエアロシェイクがいらない子と思うならオフにしたらええ。

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