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! You may also be interested in:
|
<<: How to use macros in JavaScript
>>: How to solve the problem of ERROR 2003 (HY000) when starting mysql
To write a drop-down menu, click the button. The ...
Table of contents 1. What is a subquery? 2. Where...
Table of contents 1. Prerequisites 1.1 Supported ...
Table of contents 1. Query Optimization 1. MySQL ...
You must have inspiration to design a website. Goo...
CI/CD Overview CI workflow design Git code versio...
First, we need to use the transform-origin attrib...
Table of contents What is MVCC MVCC Implementatio...
Table of contents Preface Case: Imitation of JD.c...
Preface The electricity in my residence has been ...
When the database concurrently adds, deletes, and...
Preface Normally, if we want to delete certain li...
Detailed analysis of SQL execution steps Let'...
First we create the database table: CREATE TABLE ...
In projects, batch operation statements are often...