Skip to main content
Inspiring
October 6, 2015
Answered

How to get the Flash Player version via the Command Line

  • October 6, 2015
  • 1 reply
  • 14837 views

I have about 350 remote computers around the country that I have to administer via SSH only, so I'm looking for a Command Line way to determine the version number of Flash Player on a computer.  Any simple commands to get this?  Or via Reg Query?

Thank you,

This topic has been closed for replies.
Correct answer jeromiec83223024

We provide a number of mechanisms for deploying and updating Flash Player in a managed environment.

Check out the system administrator's guide for details:

Adobe Flash Player Administration Guide for Flash Player | Adobe Developer Connection

1 reply

jeromiec83223024
jeromiec83223024Correct answer
Inspiring
October 6, 2015

We provide a number of mechanisms for deploying and updating Flash Player in a managed environment.

Check out the system administrator's guide for details:

Adobe Flash Player Administration Guide for Flash Player | Adobe Developer Connection

BigRedEOAuthor
Inspiring
October 6, 2015

Thank you.  Within there I found what I was looking for.  For others who are looking for the answer, in Windows,

32-bit Windows - %WINDIR%\System32\Macromed\Flash

64-bit Windows, 32-bit mode - %WINDIR%\SysWow64\Macromed\Flash

64-bit Windows - %WINDIR%\System32\Macromed\Flash

These directories should give you the .dlls to let you know which version is installed.