MSDos

1. 无所有者的文件,获取权限

 TAKEOWN /F <filename>

ICACLS <filename> /grant administrators:F

takeown /f <foldername> /r /d y

icacls <foldername> /grant administrators:F /T

原文地址:https://www.cnblogs.com/ifzhuanzhu/p/2888196.html