Win 10 Saying I Need Permission to Remove Flash - HELP!


  1. Posts : 654
    10
       #1

    Win 10 Saying I Need Permission to Remove Flash - HELP!


    I uninstalled flash player from my PC. But some files and folders remain. I'm trying to remove those also but I get an error stating I need permission to do so. The following are folders and its contents that I cant remove:

    C:\Windows\SysWOW64\Macromed\Flash
    C:\Windows\system32\Macromed\Flash
    %appdata%\Adobe\Flash Player

    How do I gain permission to remove these completely?
      My Computer


  2. Posts : 30,171
    Windows 11 Pro x64 Version 23H2
       #2

    Hi yahanna

    I would suggest you use the Adobe tool to remove Flash Player.

    Found here...

    Uninstall Flash Player for Windows
      My Computer


  3. Posts : 5,451
    Windows 11 Home
       #3

    Run CMD as admin and copy/paste:

    Code:
    takeown /f "%WINDIR%\SysWOW64\Macromed\Flash" /a /r /d y
    icacls "%WINDIR%\SysWOW64\Macromed\Flash" /inheritance:r /grant:r Administrators:(OI)(CI)F /t /c
    del "%WINDIR%\SysWOW64\Macromed\Flash\*" /s /f /q
    
    takeown /f "%WINDIR%\system32\Macromed\Flash" /a /r /d y
    icacls "%WINDIR%\system32\Macromed\Flash" /inheritance:r /grant:r Administrators:(OI)(CI)F /t /c
    del "%WINDIR%\system32\Macromed\Flash\*" /s /f /q
    
    takeown /f "%appdata%\Adobe\Flash Player" /a /r /d y
    icacls "%appdata%\Adobe\Flash Player" /inheritance:r /grant:r Administrators:(OI)(CI)F /t /c
    del "%appdata%\Adobe\Flash Player\*" /s /f /q
      My Computer


  4. Posts : 654
    10
    Thread Starter
       #4

    Caledon Ken said:
    Hi yahanna
    I would suggest you use the Adobe tool to remove Flash Player.
    Found here...Uninstall Flash Player for Windows
    I tried it. It doesnt remove residual folders/files.
    TairikuOkami said:
    Run CMD as admin and copy/paste:

    Code:
    takeown /f "%WINDIR%\SysWOW64\Macromed\Flash" /a /r /d y
    icacls "%WINDIR%\SysWOW64\Macromed\Flash" /inheritance:r /grant:r Administrators:(OI)(CI)F /t /c
    del "%WINDIR%\SysWOW64\Macromed\Flash\*" /s /f /q
    
    takeown /f "%WINDIR%\system32\Macromed\Flash" /a /r /d y
    icacls "%WINDIR%\system32\Macromed\Flash" /inheritance:r /grant:r Administrators:(OI)(CI)F /t /c
    del "%WINDIR%\system32\Macromed\Flash\*" /s /f /q
    
    takeown /f "%appdata%\Adobe\Flash Player" /a /r /d y
    icacls "%appdata%\Adobe\Flash Player" /inheritance:r /grant:r Administrators:(OI)(CI)F /t /c
    del "%appdata%\Adobe\Flash Player\*" /s /f /q
    I read that Flash is embedded into Win10. That removing any files or folders from it would create great problems later on if I decide to reinstall it. What do you think?
    Last edited by yahanna; 10 Feb 2017 at 06:52.
      My Computer


 

  Related Discussions
Our Sites
Site Links
About Us
Windows 10 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 10" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 23:08.
Find Us




Windows 10 Forums