Microsoft integrated Adobe Flash natively in newer versions of the Windows operating system so that the built-in web browsers Internet Explorer and Microsoft Edge can make use of it automatically.

The approach offers some benefits: first that Microsoft is in charge when it comes to updates for Adobe Flash, and second that the browsers are compatible with Flash content out of the box.

The downside is that Flash is not really super-secure as vulnerabilities are discovered regularly that require patching. While the patching is out of the hand of users, it still means that the integrated version of Flash has vulnerabilities.

All of that will change in 2020 when Adobe retires Flash. Up until then though, Flash will remain integrated in Windows 8.1 and Windows 10, and it is up to the user or administrator to deal with it.

The operating systems come without option to uninstall Adobe Flash. The only option that is provided is to disable Flash in the browsers or using system tools.

While there are workarounds available to remove the built-in Flash entirely from a Windows machine, it is recommended that most users don't make the required modifications as it includes having to make changes to the Registry and using dism to remove packages.

You can check out the instructions on the Ask Woody site if you are interested in removing Flash completely.

Disable Adobe Flash in Microsoft Edge

Microsoft Edge is the default Windows 10 web browser and it comes with built-in Flash support and an option to turn off Adobe Flash.

How that is done depends on the version of the operating system that is installed. You can check the version of Windows by running winver from Start.

Windows 10 version 1803 or earlier

https://www.ghacks.net/wp-content/up...ge-disable.png


  1. Open Microsoft Edge on the device.
  2. Select Menu (the three dots) and then Settings from the context menu.
  3. Scroll down and click on "view advanced settings".
  4. Toggle "Use Adobe Flash Player" near the top of the new page so that its status is set to "Off".

Tip: you can undo the change at any time by setting Flash Player in Edge to On again.

Windows 10 version 1809

https://www.ghacks.net/wp-content/up...sable-1809.png

Microsoft changed the layout of Edge's Settings interface in Windows 10 version 1809 (The October 2018 Update).

  1. Load the Microsoft Edge web browser on the device.
  2. Select Menu and then Settings.
  3. Select Advanced from the list of categories.
  4. Toggle Use Adobe Flash Player so that it is set to Off.

Group Policy

https://www.ghacks.net/wp-content/up...oup-policy.png

Administrators may configure the "Allow Adobe Flash" policy to disable Flash on the system using it. Please note that the Group Policy Editor is only available in professional versions of Windows 10 (basically, in all versions but Windows 10 Home).

  1. Activate the Start button.
  2. Type gpedit.msc and load the suggested result. Doing so starts the Group Policy Editor.
  3. Go to Computer Configuration > Administrative Templates > Windows Components > Microsoft Edge.
  4. Double-click on "Allow Adobe Flash".
  5. Set the policy to disabled.
  6. Click ok.

Note: You can turn off Adobe Flash for users under User Configuration > Administrative Templates > Windows Components > Microsoft Edge.

Disable Adobe Flash in Internet Explorer

Group Policy

https://www.ghacks.net/wp-content/up...t-explorer.png


Admins and users can turn off Adobe Flash support in Microsoft Internet Explorer and in applications that use IE technology.

  1. Open the Group Policy Editor as described above.
  2. Go to Computer Configuration > Administrative Templates > Windows Components > Internet Explorer > Security Features > Add-on Management.
  3. Double-click on "Turn off Adobe Flash in Internet Explorer and prevent applications from using Internet Explorer technology to instantiate Flash objects".
  4. Set the policy to "Enabled".
  5. Click on ok.

Note: You find the same policy under User Configuration as well: > User Configuration > Administrative Templates > Windows Components > Internet Explorer > Security Features > Add-on Management.

The Windows Registry


Günter Born highlights another option to disable Flash in Internet Explorer that requires editing of the Registry.

The Registry instructions below disable Adobe Flash in Internet Explorer

Windows Registry Editor Version 5.00
[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

You can download the following zip archive. It includes two Registry files, one to block Flash and another to unblock it again: BlockFlash.zip