5
權限,我有以下腳本,它工作正常,但我怎麼設置它來保持安全設置和添加額外的「人」安全組...更改所有者和文件夾
...和可以cacls
更改文件夾的「所有者」?
我累/e
編輯而不是替換,但它不喜歡它出於某種原因?
Set WshShell = CreateObject("WScript.Shell")
strFolder = "D:\test"
setPerms = "%COMSPEC% /c echo Y| C:\windows\system32\cacls.exe """ & _
strFolder & """ /G mydomain\myusername:F & pause" 'added pause to see what the outcome is
WshShell.run setPerms