Last active
July 3, 2022 15:35
-
-
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/)
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
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