The concise summary of this text is about resolving Windows permissions using the commands "takeown" and "icacls". It suggests first obtaining ownership permissions for a directory using the "takeown" command and then resetting the permissions to folder permissions using the "icacls" command.
takeown /?
icacls /?
首先获得目录所有者权限
takeown /f c:\windows* /A /R /d
然后运行 icacls ,重置权限为文件夹权限
icacls c:\windows /reset /t /c /q
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.