📌  相关文章
📜  删除 windows 文件夹 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:50:08.490000             🧑  作者: Mango

代码示例1
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