On 01 nov 2006, Janner wrote in dk.edb.system.ms-windows:
> Mit drev er NTFS så det er ikke der der går galt
Også her.
Jeg har fået disse svar i microsoft.public.windowsxp.general
// Svar 1: //
-------------------------------------
It is not possible to do what you want natively in XP Home. You might
want to look at limiting what the users can do with either MVP Doug
Knox's Security Console or the MS Shared Computer Toolkit.
http://www.dougknox.com
http://www.microsoft.com/windowsxp/sharedaccess/default.mspx
An alternative would be to either 1) put the data on that drive in
your
My Documents folder and make your My Documents private; or 2) zip the
data on that drive and password-protect the zip file(s).
-------------------------------------
// Svar 2: //
-------------------------------------
You can use CACLS at the Command Prompt to do that:
cacls driveletter:\ /e /r username
or with this:
cacls driveletter:\ /e /d username
or:
cacls driveletter:\ /e /p username:n
or even this:
cacls driveletter:\ /e /g username:n
Do cacls /? fo help on the command.
http://www.microsoft.com/resources/documentation/windows/xp/all/prodd
ocs/en-us/cacls.mspx?mfr=true
-------------------------------------
--
Venlig hilsen / Regards
Palle Jensen