Hide a drive

D

Dale

Hi, I'm running XP Home and have just set up a user account for a friend of mine. While he is logged on to his account he cannot get access to my My Documents (the administrator) but he can access the slave D drive which contains backup copies of my My Documents folder..........

How do I stop a limited user from accessing a slave drive? Or more to the point, can I stop him?

Thx

Dale
 
G

gs

need a bit more info

is the C: drive the boot drive where XP home is installed. what is D: for, backup only? is backup scheduled to run by the administrator?


if all the answers are yes, you can try from administrator
cacls d:\ /t /e /grant administrators:f system:f users:n
cacls d:\ /t /e /r everyone

be very careful with the above command. you may also want to check for exact syntax. I just write them form memory. do not reverse the order.

Part two: get hime access to my documents
assuming c:\documents and settings\smith is your friend's home directory holding his "my documents"
cacls "c:\documents and settings\smith" /t /e /g smith:f

normally here is how acess list form cacls look like

C:\Documents and Settings\smith smith:F
NT AUTHORITY\SYSTEM:F
BUILTIN\Administrators:F
smith:(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F
BUILTIN\Administrators:(OI)(CI)(IO)F

in smoe pc the list may be prefixed with domain name

with Xp Pro you can do all that in expolorer's secrutiy tab on a directory instead from command prompt

Good luck



Hi, I'm running XP Home and have just set up a user account for a friend of mine. While he is logged on to his account he cannot get access to my My Documents (the administrator) but he can access the slave D drive which contains backup copies of my My Documents folder..........

How do I stop a limited user from accessing a slave drive? Or more to the point, can I stop him?

Thx

Dale
 
D

D. Spencer Hines

Who would trust this guy with all those misspellings and lazy lower case to
boot?

Caveat Lector.

He doesn't even have the courage to use a name either.

"I just write them form [sic] memory. do not reverse the order."

Hilarious!

DSH
-----------------------------------


need a bit more info

is the C: drive the boot drive where XP home is installed. what is D: for,
backup only? is backup scheduled to run by the administrator?


if all the answers are yes, you can try from administrator
cacls d:\ /t /e /grant administrators:f system:f users:n
cacls d:\ /t /e /r everyone

be very careful with the above command. you may also want to check for exact
syntax. I just write them form memory. do not reverse the order.

Part two: get hime access to my documents
assuming c:\documents and settings\smith is your friend's home directory
holding his "my documents"
cacls "c:\documents and settings\smith" /t /e /g smith:f

normally here is how acess list form cacls look like

C:\Documents and Settings\smith smith:F
NT AUTHORITY\SYSTEM:F
BUILTIN\Administrators:F
smith:(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F
BUILTIN\Administrators:(OI)(CI)(IO)F

in smoe pc the list may be prefixed with domain name

with Xp Pro you can do all that in expolorer's secrutiy tab on a directory
instead from command prompt

Good luck


Hi, I'm running XP Home and have just set up a user account for a friend of
mine. While he is logged on to his account he cannot get access to my My
Documents (the administrator) but he can access the slave D drive which
contains backup copies of my My Documents folder..........

How do I stop a limited user from accessing a slave drive? Or more to the
point, can I stop him?

Thx

Dale
 
A

Alec S.

Ignore Hines.

gs is correct, you can use the Access Control List to allow or disallow anyone you want from using any drive or folder that is NTFS
formatted. You could use the command line interface as gs described, or you can right click on the D drive in My Computer, select
Properties, then the Security tab. It will give you an easy way to modify access permissions. By default, the permissions you set
on the drive will propgate to all subfolders, including your backup My Documents folder.

HTH


--
Alec S.
news/alec->synetech/cjb/net



need a bit more info

is the C: drive the boot drive where XP home is installed. what is D: for, backup only? is backup scheduled to run by the
administrator?


if all the answers are yes, you can try from administrator
cacls d:\ /t /e /grant administrators:f system:f users:n
cacls d:\ /t /e /r everyone

be very careful with the above command. you may also want to check for exact syntax. I just write them form memory. do not reverse
the order.

Part two: get hime access to my documents
assuming c:\documents and settings\smith is your friend's home directory holding his "my documents"
cacls "c:\documents and settings\smith" /t /e /g smith:f

normally here is how acess list form cacls look like

C:\Documents and Settings\smith smith:F
NT AUTHORITY\SYSTEM:F
BUILTIN\Administrators:F
smith:(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F
BUILTIN\Administrators:(OI)(CI)(IO)F

in smoe pc the list may be prefixed with domain name

with Xp Pro you can do all that in expolorer's secrutiy tab on a directory instead from command prompt

Good luck



Hi, I'm running XP Home and have just set up a user account for a friend of mine. While he is logged on to his account he cannot
get access to my My Documents (the administrator) but he can access the slave D drive which contains backup copies of my My
Documents folder..........

How do I stop a limited user from accessing a slave drive? Or more to the point, can I stop him?
 
G

gs

nice to know , xp home now supports permission on the drive. I dealt with
Xp home only once many years ago and could not do it in explorer like XP Pro
 
G

gs

have you ever heard of acquired alexia from concussion?


Spell check and manual spell check only goes to reduce not eliminate all
handicaps, unfortunately.

I do believe in help each other and supply better info when there is
contribution. when no helpful info for solving the problem at hand or no
factual error to point out, I simply not say anything including spelling
/grammar.
 
D

D. Spencer Hines

It's a much more sensible solution than your original farblondjet proposal.

DSH
 
D

D. Spencer Hines

Is English your first language?

DSH

have you ever heard of acquired alexia from concussion?

You suffer from it?
Spell check and manual spell check only goes to reduce not eliminate all
handicaps, unfortunately.

I do believe in help each other and supply better info when there is
contribution. when no helpful info for solving the problem at hand or no
factual error to point out, I simply not say anything including spelling
/grammar.

Who would trust this guy with all those misspellings and lazy lower case
to boot?

Caveat Lector.

He doesn't even have the courage to use a name either.

"I just write them form [sic] memory. do not reverse the order."

Hilarious!

DSH
-----------------------------------


need a bit more info

is the C: drive the boot drive where XP home is installed. what is D:
for, backup only? is backup scheduled to run by the administrator?


if all the answers are yes, you can try from administrator
cacls d:\ /t /e /grant administrators:f system:f users:n
cacls d:\ /t /e /r everyone

be very careful with the above command. you may also want to check for
exact syntax. I just write them form memory. do not reverse the order.

Part two: get hime access to my documents
assuming c:\documents and settings\smith is your friend's home
directory holding his "my documents"
cacls "c:\documents and settings\smith" /t /e /g smith:f

normally here is how acess list form cacls look like

C:\Documents and Settings\smith smith:F
NT AUTHORITY\SYSTEM:F
BUILTIN\Administrators:F
smith:(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F
BUILTIN\Administrators:(OI)(CI)(IO)F

in smoe pc the list may be prefixed with domain name

with Xp Pro you can do all that in expolorer's secrutiy tab on a
directory instead from command prompt

Good luck


Hi, I'm running XP Home and have just set up a user account for a friend
of mine. While he is logged on to his account he cannot get access to my
My Documents (the administrator) but he can access the slave D drive
which contains backup copies of my My Documents folder..........

How do I stop a limited user from accessing a slave drive? Or more to the
point, can I stop him?

Thx

Dale
 
D

Dale

Thx for trying to help everyone.........

I don't seem to have a security tab in the properties box for the D
drive..........

XP Home........NTFS on both C and D.........Windows is in the C drive but
the D drive has no OS.......just used for backups...........hope that helps
a bit more

Thx

Dale
 
G

George Valkov

Dale, Microsoft has restricted the Home users from using the Security tab.
Fortunately there is a work aroud: Restart in safe mode and you will see
it`s there :)
Click Advanced, Add..., Advanced, Find Now
Select your friend`s user name and click OK. Choose the permitions you want
to deny and click OK.

If you want to deny access to all information (subfolders and files), then
go ahead and check: "Replace permitions entries on all child...". Click OK.
Done!

Also make shure your friend has a limmited (User) account.



:
| Thx for trying to help everyone.........
|
| I don't seem to have a security tab in the properties box for the D
| drive..........
|
| XP Home........NTFS on both C and D.........Windows is in the C drive but
| the D drive has no OS.......just used for backups...........hope that
helps
| a bit more
|
| Thx
|
| Dale
|
|
| > Ignore Hines.
| >
| > gs is correct, you can use the Access Control List to allow or disallow
| > anyone you want from using any drive or folder that is NTFS
| > formatted. You could use the command line interface as gs described, or
| > you can right click on the D drive in My Computer, select
| > Properties, then the Security tab. It will give you an easy way to
modify
| > access permissions. By default, the permissions you set
| > on the drive will propgate to all subfolders, including your backup My
| > Documents folder.
| >
| > HTH
| >
| >
| > --
| > Alec S.
| > news/alec->synetech/cjb/net
| >
| >
| >
| > | > need a bit more info
| >
| > is the C: drive the boot drive where XP home is installed. what is D:
| > for, backup only? is backup scheduled to run by the
| > administrator?
| >
| >
| > if all the answers are yes, you can try from administrator
| > cacls d:\ /t /e /grant administrators:f system:f users:n
| > cacls d:\ /t /e /r everyone
| >
| > be very careful with the above command. you may also want to check for
| > exact syntax. I just write them form memory. do not reverse
| > the order.
| >
| > Part two: get hime access to my documents
| > assuming c:\documents and settings\smith is your friend's home
directory
| > holding his "my documents"
| > cacls "c:\documents and settings\smith" /t /e /g smith:f
| >
| > normally here is how acess list form cacls look like
| >
| > C:\Documents and Settings\smith smith:F
| > NT AUTHORITY\SYSTEM:F
| > BUILTIN\Administrators:F
| > smith:(OI)(CI)(IO)F
| > NT AUTHORITY\SYSTEM:(OI)(CI)(IO)F
| > BUILTIN\Administrators:(OI)(CI)(IO)F
| >
| > in smoe pc the list may be prefixed with domain name
| >
| > with Xp Pro you can do all that in expolorer's secrutiy tab on a
directory
| > instead from command prompt
| >
| > Good luck
| >
| >
| >
| > | > Hi, I'm running XP Home and have just set up a user account for a friend
| > of mine. While he is logged on to his account he cannot
| > get access to my My Documents (the administrator) but he can access the
| > slave D drive which contains backup copies of my My
| > Documents folder..........
| >
| > How do I stop a limited user from accessing a slave drive? Or more to
the
| > point, can I stop him?
| >
| >
|
|
 
A

Alec S.

George Valkov said:
Dale, Microsoft has restricted the Home users from using the Security tab.

Does the Home version have the cacls command? (If so, then that's another reason why gs's response was good.)

Fortunately there is a work aroud: Restart in safe mode and you will see it`s there :)

Huh! Not much of a restriction is it? Silly Microsoft, tricks are for kids. :)
 
G

George Valkov

:
| > Dale, Microsoft has restricted the Home users from using the Security
tab.
|
| Does the Home version have the cacls command? (If so, then that's another
reason why gs's response was good.)

Sorry I don`t remember if cacls.exe is present on XP-home. One year ago I
worked for a company that used XP-home on all workstations. I had to keep 50
of these home versions working for a month and then I decided this company
does not deserve me.

I`ve moved to 2k3-server since the RC1 beta, so I kinda have the XP
forgotten.

You can get cacls.exe from XP-pro or 2k3-server and it will work in XP-home.
Basicly thats the way many things are done...

|
|
| > Fortunately there is a work aroud: Restart in safe mode and you will see
it`s there :)
|
| Huh! Not much of a restriction is it? Silly Microsoft, tricks are for
kids. :)
|
|
| --
| Alec S.
| news/alec->synetech/cjb/net
|
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top