hello
my account is administrator and i want to make some folders private but the
the cheak box of (Make this folder private) not active.....

HOW CAN I ACTIVE IT, HELP ME PLEASE...

Re: help me about local sharing and security???? by Roger

Roger
Tue Apr 26 08:30:39 CDT 2005

That checkbox is only available in XP for specific folders that
are "expected" to be for a user's private storage, i.e. the profile
area folders.
To get the same effect, for storage that is upon an NTFS volume,
one may directly manipulate the NTFS permissions. This may
be done in the Security tab in the folder's properties (for Home
edition of Pro in simple sharing mode this must be done in a
safe mode boot), or by use of the cacls commandline utility.

As an example, if one wants c:\my albums made private to an account
named Charlie one could issue at a cmd prompt
cacls "c:\my albums" /t /g Charlie:F

This removes all other permissions on that folder and replaces them
with a grant of full control to account Charlie.

Cacls syntax is available by entering cacls /?

Do not change NTFS permissions on directories that are part of the
Windows installation (at least not without fully understanding what
it is that you are doing).

--
Roger Abell
Microsoft MVP (Windows Security)
MCSE (W2k3,W2k,Nt4) MCDBA
"LordUga" <LordUga@discussions.microsoft.com> wrote in message
news:30521C09-9A98-49E0-9BF1-BF82F78FA7EA@microsoft.com...
> hello
> my account is administrator and i want to make some folders private but
the
> the cheak box of (Make this folder private) not active.....
>
> HOW CAN I ACTIVE IT, HELP ME PLEASE...