|
The Business versions of Windows Vista, which let you connect your computer to a network running Windows Server, have extremely fine-grained permissions. For example, with the right settings, you can allow one user to open files in a particular folder but not change them. Or you can prevent another user from seeing those files in that folder, but allow them to navigate through that folder to a subfolder it contains and then allow them to work with just one of the files in that subfolder. Setting such permissions is intricate and tricky - and in any case, most home users don’t need such complex permissions. So, the Home versions of Windows Vista provide a simplified set of permissions and set up sharing as follows:
• Windows encourages you to create a separate user account for each person who uses your computer and to protect each user account with a password. Windows keeps each user account’s files separately.
• Windows Vista creates a folder named Users on the system drive - for example, C:Users. This folder contains each user’s user account and a separate collection of settings for each user. By contrast, Windows XP stores the user accounts in the Documents and Settings folder for example, C:Documents and Settings.
• The Users folder contains a folder for each user account you’ve created, together with a Public folder, which Windows Vista creates so that you can share files and folders with other users of the computer and the network.
• Windows Vista automatically protects files and folders in each user account from Standard users and the Guest user. However, any Administrator user can access the contents of any user’s user account folders.
• Windows Vista assumes that you’ll want to share some files and folders with other users of your computer, but not with other computers on the network. For such sharing, Windows Vista provides folders that are automatically shared with all users of your computer the Public folder structure. You can’t stop Windows from sharing these folders.
• Windows Vista lets you choose whether to let other computers on the network see your computer and whether to share files, the Public folder, and printers from your computer. You can choose whether to limit the sharing of the Public folder and printers to people who have a user account on your computer or whether to let anyone access these items.
• Windows Vista lets you share your media library - your music, pictures, and videos - with other users on the network.
• For any folder apart from folders owned and protected by the operating system, you can choose to share the folder on the network. You can even share your Documents folder but it’s not usually a good idea.
• You can share either a folder or individual files. Normally, it’s best to set up folders for sharing and then place in them the files you want to share. If you share a file and let other users modify it, they can also create new files in the folder that contains the file.
Who Are the Administrator Users?
The user who set up Windows Vista on your computer becomes an Administrator user. That user can create other Administrator users as needed. The computer must always have at least one Administrator user so that there’s someone to administer it if a problem occurs.
Expert Knowledge: Manipulating Permissions with caclsand xcacls
If you find the file sharing arrangements in Home versions of Windows Vista too simple, you may be glad to know that Windows Vista includes a tool that lets you manipulate permissions on individual files. It’s called cacls, it’s a command-line utility, and it’s awkward to use because you need to understand permissions in order to make it do what you want.
cacls stands for “change access control lists,” and there’s a more powerful version of cacls called xcacls “extended change access control lists” that you can download for free from the Microsoft website search for “xcacls.exe”. In Windows, an access control list ACL is used to store the permissions for an object, such as a file, a folder, a printer, or another resource.
Because cacls and xcacls are highly esoteric, this article leaves you to explore them on your own if you decide you need them. Use the /? switch from the command line for example, cacls /? to display the help available.
Setting Up Sharing and Discovery
Sharing and discovery is the group of Windows settings that control how your computer can communicate with other computers on your network. These settings are part of Windows Firewall, a software-based form of protection for your computer. To set up sharing and discovery, you must be an Administrator user or know an Administrator user’s password. Your computer should be connected to a private network rather than a public network - for example, connected to your home network where you do want to share files rather than to a public network at your local airport or coffee shop where you don’t want to share files.
Opening a Network and Sharing Center Window
To set up sharing and discovery, first open a Network and Sharing Center window . Click the Start button, right-click the Network item, and then choose Properties from the context menu.
Making Sure Your Computer Is on a Private Network
In the Network area, make sure that Windows Vista knows your computer is connected to a private network. If the Network readout says “Public network,” follow these steps:
1. Click the Customize link. Windows launches the Set Network Location Wizard, which displays the Customize Network Settings screen .
2. In the Network Name text box, check the name that’s entered. If Windows Vista is still using “Network,” consider giving the network a more descriptive name - for example, “Home Network” or “Our Network.”
3. In the Location Type area, select the Private option button.
4. If you want to change the network icon used, click the Change button, select a different icon in the Change Network Icon dialog box, and then click the OK button.
5. Click the Next button and then authenticate yourself to User Account Control if necessary. The wizard displays the Successfully Set Network Settings screen.
6. Click the Close button.
|