michelgentile revised this gist 5 months ago. Go to revision
1 file changed, 6 insertions
set_privilege.bat(file created)
| @@ -0,0 +1,6 @@ | |||
| 1 | + | icacls "C:\folder" /grant user:(OI)(CI)M /T | |
| 2 | + | ||
| 3 | + | REM (OI) = Object Inherit → Applies on files inside folders | |
| 4 | + | REM (CI) = Container Inherit → Applies on FUTURE subfolders | |
| 5 | + | REM M = Modify | |
| 6 | + | REM /T = Applies on EXISTING subfolders | |
Newer
Older