ran*_*err 10 permissions file-permissions batch-file icacls
我试图添加组Everyone并赋予它modify文件夹的权限.我正在使用批处理文件来试试这个.所以对于我有icacls "C:\Program Files (x86)\Program File" /grant:r Everyone:M
但是当我去看看文件夹的权限时,没有任何改变.
Sun*_*nny 15
没有必要把:r后/grant.通过键入来检查示例icacls /?
这样做:
icacls "C:\Program Files (x86)\Program File" /grant Everyone:M
Run Code Online (Sandbox Code Playgroud)