Skip to content

Instantly share code, notes, and snippets.

@jcefoli
Created September 3, 2019 15:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcefoli/227f877be84acb12ead6b0f89b5fc3ca to your computer and use it in GitHub Desktop.
Save jcefoli/227f877be84acb12ead6b0f89b5fc3ca to your computer and use it in GitHub Desktop.
Disable Aero Shake (Idiotic Windows feature that minimizes all windows if you shake one window with the mouse. I do this when I'm thinking sometimes inadvertently and it annoys the hell out of me)
#Run as Admin
New-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "DisallowShaking" -Value "0" -PropertyType "DWord"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment