pstein

Extraordinary Member
Joined
Mar 20, 2010
Messages
454
When I go to the root directory of my partition D: and enter

CACLS * /T

then the scanning of all my files and folders for Security settings starts.
After a while the process reaches the (hidden, system) folder

"System Volume Information"

...and abort silently.
I think this is clearly a bug. CACLS should either skip or write a comment "folder inaccessible".
Aborting is a no-go.

Or is there a workaround (flag) ?

ICACLS have the same bug.

Peter
 

Solution
Did you try including the /C switch in the command?
/C[FONT=verdana,arial,helvetica][/FONT] (/C Continue on access denied errors)

Trouble

Noob Whisperer
Joined
Nov 30, 2009
Messages
13,722
Did you try including the /C switch in the command?
/C[FONT=verdana,arial,helvetica][/FONT] (/C Continue on access denied errors)
 

Solution