1
General Computer Support / Reset file permissions on non-system drive
« on: January 27, 2014, 11:51:40 am »
I'm attempting reset permissions on a non-system drive, in this case D: and just wanted to make sure that I had the proper switches for subinacl:
Would that be correct?
Code: [Select]
"C:\temp\subinacl.exe" /subdirectories "D:\*.*" /grant=S-1-5-32-544=f /grant=S-1-5-18=f /grant=S-1-1-0=f /grant=S-1-5-32-545=f
Would that be correct?