Re: Quick question regarding CACLS
On Oct 29, 3:12 pm, "Synapse Syndrome" <syna...@NOSPAMsyndrome.me.uk>
wrote:
> I want to find any folders on a drive that the Administrator account may not
> be able to access. What CACLS command should I use for this?
>
> Cheers
>
> ss.
Hello, Synapse::
As you may already know, "Help & Support > CACLS" yields some
pretty good tutorial-material.
One example: Say the directory you want to modify is "C:\X".
Open a cmd-prompt window. Navigate to the desired folder. Type:
cacls /t /c /g administrators:f
hit Enter.
Good Luck.
riprap