Install Flash Player on Windows Server 2016


When you’re dealing with some legacy software, such as the vSphere web client version 5.x and you’re accessing it from a Windows Server OS, You may need to install Flash Player on Windows Server 2016 for Internet Explorer. If you run a search through Google, Bing, or Qwant, you may find various entries suggesting:

Fortunately, there’s no need for that. You just to have to install the proper package. Unfortunately it is not displayed as a stand-alone feature in the Server Manager wizard. You’ll have to revert to a bit a Powershell (for laziness) and dism to install package online. Here is the code:

In the code you may note the use of the Fullname property. Don’t forget that the objects returned by Get-ChildItem are FileInfo and that the default string of those objects are the filename not the full path name. Therefore, if you were to execute this command:

you’d likely to get:

The correct execution path is:



Once you’ve done that, you just need to close your Internet Explorer Window and re-open the site with the embedded flash contents.

Please note that once enabled, you may still have issues with Flash and the vSphere client, but that’s linked to Flash, not to the handling of Flash Player by Windows and Internet Explorer anymore.

Leave a comment

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.