Skip to content

Instantly share code, notes, and snippets.

@triple-j
Last active July 3, 2022 15:35
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 triple-j/6eb3a826300538af5bd3d8eb578dd8bb to your computer and use it in GitHub Desktop.
Save triple-j/6eb3a826300538af5bd3d8eb578dd8bb to your computer and use it in GitHub Desktop.
Disable Aero Shake in All Versions of Windows 10 via the Registry (https://www.askvg.com/guide-how-to-create-registry-script-reg-files-in-windows/)
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"DisallowShaking"=dword:00000001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment