Answers for "force remove directory windows"

2

force remove directory windows

Open a command line as administrator and copy these lines one by one:
Note: replace the folder address to the folder you want to remove

takeown /F "Z:\Program Files" /A /R /D Y

icacls "Z:\Program Files" /T /grant administrators:F

rd /s /q "Z:\Program Files"

if it didn't delete the folder fully do the steps again from top to buttom once more
Posted by: Guest on December-04-2020
0

how to delete dir in windows cmd

to remove an unempty file from cmd directory
$ rmdir /S nonemptyfile
Posted by: Guest on November-19-2020

Code answers related to "force remove directory windows"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language