How to enable Flash in Windows Server 2016

How to enable Flash in Windows Server 2016

I recently deployed and tested VMware Horizon, and its console requires Flash by default. However, Flash is not enabled by default in Windows Server 2016. In the original Windows Server 2012, we could enable Flash by installing the "Desktop Experience" feature, but this feature disappeared in Windows Server 2016.

After searching for documents, I found that Microsoft has official documents as follows: https://blogs.technet.microsoft.com/bernhard_frank/2016/11/24/add-flash-player-to-server-2016/

You can enable it through the command line by executing the following PowerShell command:

dism /online /add-package /packagepath:"C:\Windows\servicing\Packages\Adobe-Flash-For-Windows-Package~31bf3856ad364e35~amd64~~10.0.14393.0.mum" 

After execution, you can open the Flash application

Summarize

The above is the method I introduced to you to enable Flash in Windows Server 2016. I hope it will be helpful to you. If you have any questions, please leave me a message and I will reply to you in time. I would also like to thank everyone for their support of the 123WORDPRESS.COM website!
If you find this article helpful, please feel free to reprint it and please indicate the source. Thank you!

You may also be interested in:
  • How to set up multi-user remote desktop in Windows Server 2012/2016
  • Windows Server 2016 PHP runtime installation and configuration
  • Windows Server 2016 MySQL database installation and configuration detailed installation tutorial
  • Windows Server 2016 Nginx installation and configuration detailed graphic tutorial
  • Windows Server 2016 IIS10 installation and configuration detailed graphic explanation
  • Windows Server 2016 IIS10 set up HTTPS HTTP/2 and scored A+
  • Windows Server 2016 Server Configuration Guide: How to Set Up the PHP7 Operating Environment
  • Windows Server 2016 Server Configuration Guide - IIS10 Installation Method
  • Solution for Windows Server 2012 R2 or 2016 to fail to install .NET Framework 3.5.1

<<:  How to use macros in JavaScript

>>:  How to solve the problem of ERROR 2003 (HY000) when starting mysql

Recommend

How to uninstall Linux's native openjdk and install sun jdk

See: https://www.jb51.net/article/112612.htm Chec...

Robots.txt detailed introduction

Basic introduction to robots.txt Robots.txt is a p...

36 principles of MySQL database development (summary)

Preface These principles are summarized from actu...

Detailed explanation of scheduled tasks and delayed tasks under Linux

at at + time at 17:23 at> touch /mnt/file{1..9...

Usage and best practice guide for watch in Vue3

Table of contents Preface🌟 1. API Introduction 2....

Complete steps for using Echarts and sub-packaging in WeChat Mini Program

Preface Although the holiday is over, it shows up...

Centos 7 64-bit desktop version installation graphic tutorial

If you think the system is slow and want to chang...

js learning notes: class, super and extends keywords

Table of contents Preface 1. Create objects befor...

How to reset the initial value of the auto-increment column in the MySQL table

How to reset the initial value of the auto-increm...

A brief discussion on using Vue to complete the mobile apk project

Table of contents Basic Configuration Entry file ...

Detailed analysis of javascript data proxy and events

Table of contents Data Brokers and Events Review ...

How to create your own Docker image and upload it to Dockerhub

1. First register your own dockerhub account, reg...

How to filter out duplicate data when inserting large amounts of data into MySQL

Table of contents 1. Discover the problem 2. Dele...