Controlling file access

W

Walter Briscoe

I questioning here as I am looking for a command line solution.
I am using W2K.
I want security to stop members of group Users accessing the C:\ folder.
(A program failure is suggested to be due to such a cause. I can't
investigate until I can set up the scenario.)
How do I do this?
I went hunting and found nothing simple or understandable.
I would appreciate a simple answer or the url of one.
I know the 1st thing I have to do is to convert the partition to NTFS.
 
J

Jerold Schulman

I questioning here as I am looking for a command line solution.
I am using W2K.
I want security to stop members of group Users accessing the C:\ folder.
(A program failure is suggested to be due to such a cause. I can't
investigate until I can set up the scenario.)
How do I do this?
I went hunting and found nothing simple or understandable.
I would appreciate a simple answer or the url of one.
I know the 1st thing I have to do is to convert the partition to NTFS.

@echo Y|CACLS c:\Folder /d "Group"

Jerold Schulman
Windows: General MVP
JSI, Inc.
http://www.jsiinc.com
 

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