Skip to main content
Participant
March 28, 2017
Answered

Uninstalling Flash Player with GPO

  • March 28, 2017
  • 1 reply
  • 5745 views

Is there a way to uninstall flash using a GPO?

I know i can uninstall programs but flash would have to be a WMI.

Is this something that is possible to achieve?

We are in a windows enviroment running win 7 and our AD is 2012r2

    This topic has been closed for replies.
    Correct answer _maria_

    you can write a script to run the Flash Player uninstaller in silent mode:

    uninstall_flash_player.exe -silent

    If Flash Player is in use (or loaded in an open browser), the uninstall will fail silently.  You may want to do this at start-up before the user opens any programs.

    There are numerous topics on uninstalling Flash Player using GPO on the forums that may be of help.  Just search for Flash Player GPO, or similar, in the search field in the upper right:

    The Flash Player Admin Guide also may be of assistance.

    1 reply

    _maria_
    _maria_Correct answer
    Legend
    March 28, 2017

    you can write a script to run the Flash Player uninstaller in silent mode:

    uninstall_flash_player.exe -silent

    If Flash Player is in use (or loaded in an open browser), the uninstall will fail silently.  You may want to do this at start-up before the user opens any programs.

    There are numerous topics on uninstalling Flash Player using GPO on the forums that may be of help.  Just search for Flash Player GPO, or similar, in the search field in the upper right:

    The Flash Player Admin Guide also may be of assistance.