Tag: shared_folder

Setting File and Folder Security in Windows XP

August 19, 2007 by Jason

You cannot password protect individual folders in XP. You restrict access by assigning
permissions to drives, folders and files.

To do this, you must be running NTFS as your file system on the drive in question. If your hard disk/partition is not NTFS you will need to convert it. To do this, open a Command Prompt window and enter the following command:

CONVERT X: /FS:NTFS

Where X: is the drive letter you wish to convert. You may also want to see http://www.aumha.org/a/ntfscvt.htm to ensure that you’re getting the optimal conversion.

After this step is completed and you’ve rebooted the computer, if necessary: Read More»

How To Share a Folder the XP Way in Windows Vista

July 16, 2007 by Jason

I’ve received a number of requests for an article on how to share a folder. I know for many of you this is a very simple operation, but I finally realized there’s a reason for the confusion users are having.

Windows Vista includes a “Share” button on the explorer toolbar, but it doesn’t work the way people used to XP/Win2k expect it to. Instead it pops up a wizard to make things “easier”.

By default, this share button will not let you choose the name of the shared folder. Even more annoying, sharing a folder within your user directory will have a weird share name like \\computer\Users\geek\Contacts, which is much more difficult to remember. Read More»