Page 1 of 1

Folder security questions in Win XP

Posted: 2005-12-17 12:11pm
by Alyeska
How do I make folders in XP private, or password protect them? So I can make sure the guest account has limited access on what they can get when they log in.

Posted: 2005-12-17 12:16pm
by Vendetta
Right click the folder, choose Security, and remove Read/Full Control permissions from every username except your own.

Posted: 2005-12-17 12:44pm
by Faram
Or better yet, logon as the user you want to have access to the folder.

Right click on the folder, propeties Advanced. and choose Encrypt folder.

Image

This will deny all other users access to the data.

Posted: 2005-12-17 12:46pm
by Alyeska
The only security option is Sharing & Security and in that I don't have the options you describe.

Posted: 2005-12-17 12:47pm
by Faram
Alyeska wrote:The only security option is Sharing & Security and in that I don't have the options you describe.
Do you have XP Home?

Posted: 2005-12-17 12:49pm
by Alyeska
Media Center

Posted: 2005-12-17 12:53pm
by Faram
Alyeska wrote:Media Center
Okay I have never used that one so I do not know what options that have.

But try this.

In Explorer / Tools / Folder Options

Image

Remove simple file sharing if you have it.

Then try to set the premissions so that only your user have the rights

Posted: 2005-12-17 12:53pm
by Vendetta
There should be an option to disable Simple File Sharing somewhere, that turns on all the sharing and security features of XP. Can't remember where it is though.

Muhahah beat you to it! :D

~Faram

Posted: 2005-12-17 12:55pm
by Alyeska
Simple file sharing is turned off, but how does that help isolate folders?

Posted: 2005-12-17 12:56pm
by Vendetta
Faram wrote:
Alyeska wrote:Media Center
Okay I have never used that one so I do not know what options that have.
XPMCE is XP Professional with the Media Centre app bundled.

Posted: 2005-12-17 01:01pm
by Faram
Alyeska wrote:Simple file sharing is turned off, but how does that help isolate folders?
Now try the Propeties / Security / Advanced

Remove the Inherit from parent premission, choose copy when asked what to do.

Remove all users exept you and System from the security tab.

Give your user Full Control

Large Image

Posted: 2005-12-17 01:01pm
by Alyeska
I'm still not getting the security tab.

Posted: 2005-12-17 01:02pm
by Faram
Alyeska wrote:I'm still not getting the security tab.
Damn you are running as a Administrator?

Posted: 2005-12-17 01:04pm
by Alyeska
Yes I am.

Posted: 2005-12-17 01:10pm
by Faram
Alyeska wrote:Yes I am.
The filesystem needs to be NTFS and you need to remove the "Use simple file sharing" checkbox.

Posted: 2005-12-17 01:13pm
by Alyeska
Bloody fucking hell. A brand new computer and the manufacturers fucking formated with Fat32.

Posted: 2005-12-17 01:20pm
by Faram
Alyeska wrote:Bloody fucking hell. A brand new computer and the manufacturers fucking formated with Fat32.

Code: Select all

convert c: /fs:NTFS
That command converts to NTFS

Posted: 2005-12-17 01:22pm
by Alyeska
And I won't loose any data? I don't want to risk total data loss here.

Posted: 2005-12-17 01:22pm
by Faram
Alyeska wrote:And I won't loose any data? I don't want to risk total data loss here.
Standard disclamers apply, you should not loose any data, but backup to be sure.

Posted: 2005-12-17 01:33pm
by Alyeska
Faram wrote:
Alyeska wrote:Bloody fucking hell. A brand new computer and the manufacturers fucking formated with Fat32.

Code: Select all

convert c: /fs:NTFS
That command converts to NTFS
Ok, where do I run this?

Posted: 2005-12-17 01:40pm
by Faram
Alyeska wrote:
Faram wrote:
Alyeska wrote:Bloody fucking hell. A brand new computer and the manufacturers fucking formated with Fat32.

Code: Select all

convert c: /fs:NTFS
That command converts to NTFS
Ok, where do I run this?
Start -> Run -> type "cmd.exe" then "Press Enter"

In that window type

Code: Select all

convert c: /fs:NTFS

Posted: 2005-12-17 01:40pm
by Lancer
Alyeska wrote:
Faram wrote:
Alyeska wrote:Bloody fucking hell. A brand new computer and the manufacturers fucking formated with Fat32.

Code: Select all

convert c: /fs:NTFS
That command converts to NTFS
Ok, where do I run this?
try the CMD prompt.

Posted: 2005-12-17 01:42pm
by Alyeska
Ok, many thanks people. I will be doing backups soon before I do the work.