Created
June 15, 2024 09:41
-
-
Save hacker1024/c65f8bca9e83aa43c4ea36af43522f41 to your computer and use it in GitHub Desktop.
Disable the display mode change animation on Windows 11 24H2+
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_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm] | |
"ForceDisableModeChangeAnimation"=dword:00000001 |
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_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Dwm] | |
"ForceDisableModeChangeAnimation"=dword:00000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This registry key is documented in the builds 22621.3807 and 22631.3807 announcement.