How to take ownership and enable deletion of really stubborn folders

Recently I had to free up some space and chose Docker image cahe as a victim…. a stubborn victim.

takeown.exe /F "C:\ProgramData\Docker\WindowsFilter" /R /A /D Y
icacls "C:\ProgramData\Docker\WindowsFilter" /T /C /grant Administrators:F

 

Leave a Comment

Your email address will not be published.