PDA

View Full Version : controlling access


elaine
January 26th 04, 12:58 PM
how do you allow someone to load files from disk or download etc, but not give them full access to all files?

Ramesh [MVP]
January 26th 04, 07:03 PM
Elaine,

First, you hard drive partitions must be using NTFS in order to use File =
Permissions/Restrictions. Please see:

HOW TO: Set, View, Change, or Remove File and Folder Permissions in =
Windows XP
http://support.microsoft.com/default.aspx?scid=3Dkb;en-us;308418

To convert a volume to NTFS, open a Command Prompt window and type =
"convert driveletter: /fs:ntfs" [eg.. convert c: /fs:ntfs]

--=20
Ramesh - Microsoft MVP
http://www.mvps.org/sramesh2k

-------------------------------------------
Prevent Spyware from being installed:=20
http://www.mvps.org/sramesh2k/Malware_Defence.htm

Prevent malware from being installed - Part 2:
http://www.mvps.org/sramesh2k/MalwareDefence_Example.htm
-------------------------------------------

"elaine" > wrote in message =
...
how do you allow someone to load files from disk or download etc, but =
not give them full access to all files?

Google