0%

windows 权限解决

takeown /?
icacls /?

首先获得目录所有者权限

takeown /f c:\windows* /A /R /d

然后运行icacls ,重置权限为文件夹权限

icacls c:\windows /reset /t /c /q