Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- ::
- :: Windows10 updates Flash and reinstalls every time. This script removes Flash again.
- :: Found at https://eksith.wordpress.com/2015/08/06/how-to-remove-flash-from-windows-10/.
- :: User r-bert August 23, 2015 at 8:29 am
- ::
- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- :: take ownership
- takeown /f C:\Windows\SysWOW64\Macromed\Flash\*.*
- takeown /f C:\Windows\System32\Macromed\Flash\*.*
- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- :: extend access
- ::cacls C:\Windows\SysWOW64\Macromed\Flash\*.* /E /T /G %UserDomain%\%UserName%:F
- ::cacls C:\Windows\System32\Macromed\Flash\*.* /E /T /G %UserDomain%\%UserName%:F
- cacls C:\Windows\SysWOW64\Macromed\Flash\*.* /E /T /G MSI\admin:F
- cacls C:\Windows\System32\Macromed\Flash\*.* /E /T /G MSI\admin:F
- :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- :: delete
- del C:\Windows\SysWOW64\Macromed\Flash\*.* /Q
- del C:\Windows\System32\Macromed\Flash\*.* /Q
- rd C:\Windows\SysWOW64\Macromed\Flash
- rd C:\Windows\System32\Macromed\Flash
- rd C:\Windows\SysWOW64\Macromed
- rd C:\Windows\System32\Macromed
- del C:\Windows\SysWOW64\FlashPlayerApp.exe
- del C:\Windows\SysWOW64\FlashPlayerCPLApp.cpl
Advertisement
Add Comment
Please, Sign In to add comment