How to Remove Flash Player

It’s finally time to say goodbye to Flash. Adobe will no longer be supporting Flash Player after December 31, 2020 and Adobe will block Flash content from running in Flash Player beginning January 12, 2021, Adobe strongly recommends all users immediately uninstall Flash Player to help protect their systems.

So, you would think it would be simple to completely remove Flash from your Windows computer?

Guess again…

We have 2 steps to remove Flash Player, the one that comes with Windows 10 and one that you can install yourself.

Step 1

Adobe has an uninstall tool that will remove the version that is installed manually. Start with downloading and running the Flash Uninstaller.

Here is a PowerShell script for mass removal.

Invoke-WebRequest -Uri 'https://fpdownload.macromedia.com/get/flashplayer/current/support/uninstall_flash_player.exe' -OutFile 'c:\temp\uninstall_flash_player.exe'

c:\temp\uninstall_flash_player.exe -uninstall

Start-Sleep -Seconds 60

Remove-Item -Path "c:\temp\uninstall_flash_player.exe" 

Step 2

To remove the Flash player that comes with Windows. Microsoft will be providing a patch to uninstall native support from Windows. Right now the patch is only available through the Microsoft Update Catalog, and will become available through Windows Update/WSUS in early 2021

Posts

See More Articles

Automating Account Testing with PowerShell: Verifying Local Credentials

Ensuring the functionality of local and domain accounts is crucial for maintaining security and operational integrity. Manual testing of credentials can be a time-consuming and error-prone process. However, automating this task using PowerShell can streamline the process, saving valuable time and reducing the likelihood of human errors. In this article, we’ll guide you through how to automate the verification of local credentials using PowerShell, complete with code examples and explanations to help you implement this solution in your own environment.

Learn more
Contact us

Partner with Us

We’re happy to answer any questions you may have and help you determine which of our services best fit your needs.

Your benefits:
What happens next?
1

We schedule a call at your convenience 

2

We conduct a discovery call

3

We prepare a proposal 

Book Your Free Demo