Last active
June 1, 2021 15:03
-
-
Save wdormann/677a9e7c218f65d9f2990e96e442a290 to your computer and use it in GitHub Desktop.
Disable Flash ActiveX in all Windows versions (including 10)
This file contains 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\MicrosoftEdge\ActiveX Compatibility\{D27CDB6E-AE6D-11cf-96B8-444553540000}] | |
"Compatibility Flags"=dword:00000400 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Internet Explorer\ActiveX Compatibility\{D27CDB6E-AE6D-11cf-96B8-444553540000}] | |
"Compatibility Flags"=dword:00000400 | |
[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Internet Explorer\ActiveX Compatibility\{D27CDB6E-AE6D-11cf-96B8-444553540000}] | |
"Compatibility Flags"=dword:00000400 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment