IT tutorials
 
Technology
 

Windows 7 : Using a Windows Network - Using Shared Folders in Windows 7

9/26/2013 1:52:14 AM
- Free product key for windows 10
- Free Product Key for Microsoft office 365
- Malwarebytes Premium 3.7.1 Serial Keys (LifeTime) 2019

1. Windows 7 Was Made to Network

Most homes and offices have more than one computer, and you’ll quickly find that as days go by, you end up using most or all of them. You’ll download a file, and a few days later, when you want to use that file... where is it? You hardly need to ask: If there’s a 50/50 chance that the file you want is on your computer rather than some other computer in the home or office, 9 times out of 10 it will be on the other computer. This is not just a fact of life, it’s a law of nature. But with a network, you can easily access any file and any printer, on any computer, from your own, short-circuiting the law—for a while, at least. A network also lets everyone in your home or office share printers and an Internet connection, saving you time and money.

In Windows 7, using files and printers on the network is exactly the same as using files and printers on your own hard drive. The “look and feel” are identical. The only new tasks you have to learn are how to find resources shared by others and how to make your own computer’s resources available to others on the network. Windows 7 also adds security enhancements that make the process of connecting to and using other resources more secure.

When I say resource, I mean a shared folder or printer on someone else’s computer, which you can access through the LAN or the Internet. The American Heritage Dictionary defines a resource as “an available supply that can be drawn upon when needed.” That’s actually a perfect description of a network resource: It’s there for you to use—provided that you can find it and that you have permission.

Windows networks work pretty much the same way whether they’re in your home, in a small office, or in a large corporate setting. Big “domain” networks managed by computers running Windows Server software, though, may have some additional features. The following are some notable differences you might see on a domain network:

  • The network administrator can set up roaming profiles so that your settings, preferences, Documents folder, and so on are centrally stored on the network and are available to you on any computer on your LAN or even at other network sites.

  • Active Directory (AD) gives you added search functions to find users and printers on your network. These search functions appear as added icons and menu choices that only AD network computers have.

  • The network administrator might use policy functions to limit your access to applications, Windows features, and settings.

If you are using a home or small office workgroup network, don’t feel left out. Because a workgroup typically has fewer than 10 computers, the searching and corporate-style management functions provided by AD simply aren’t necessary.

2. Using Shared Folders in Windows 7

Windows 7 lets you share folders and their contents with other network users. Users within your network can see the folders and, if permission settings allow it, access the files in them just as they would any file on their own hard drive. In this section, I’ll show you how to use files and folders shared by other users.

Browsing Through a Homegroup

If your computer is a member of a homegroup, on the left side of any Windows Explorer display (for example, the Computer or Documents window), you’ll see the title “Homegroup.” Under this are entries for each user’s account, on each of the homegroup computers. Anyone who has elected to share materials with the homegroup—and whose computer is turned on—will be listed here.

The homegroup list will include accounts for any additional users on your own computer, as well as the users on other computers. They all show up in this single list. (The account you’re using yourself, though, won’t be listed.)

You can open these entries to see what files and folders are being shared, as shown in Figure 1. It doesn’t matter whether the other user’s materials are stored on your computer or are on another computer on your network; it works the same way regardless. You can only see materials that the other user elected to share.

Figure 1. If your computer is a member of a homegroup, you can view the materials shared by other members of your group from any Windows Explorer display.

If the other user gave the homegroup permission to make changes to the folder, you’ll be able to edit, delete, and rename files and add new files. Otherwise, you’ll just be able to view, read, print, and play the files. If you want make changes in this case, just drag a copy from the other user’s folder into one of your own folders, or onto your desktop.

Tip

You can bookmark a network computer or a shared folder so that you can easily come back to it later. To do this, browse to locate the computer or folder as just described. Then, in the window’s left pane, right-click Favorites and select Add Current Location to Favorites.



Whether you have a homegroup set up or not, you can also browse through files and folders shared by any networked computer using the Network list, described next.

Note

Computers whose workgroup or domain name is different from yours may take longer to appear, but all computers on your computer’s same “subnet” should eventually show up. On a corporate network, computers on other subnets and those separated by firewalls may not appear.


Browsing a Network’s Computers

In any Windows Explorer display (for example, the Computer or Documents window), the left pane contains an item titled Network. If you open this item, you’ll see icons for every active computer on your network. You’ll see a display like the one shown in Figure 2.

Figure 2. The Network display lets you browse through your network’s resources.

The Network window shows computers with shared folders, shared Media Center libraries, and network hardware. You can browse into any of the folder icons to locate shared files and folders that you want to use.

When you browse into other Windows 7 computers, you will notice that the entire \users folder structure is shared, with the name Users. This folder contains everyone’s user profiles and documents, and is shared by default. What preserves everyone’s privacy and security is that each user must give other users (or other groups, or everyone) permission to read a folder or file in order for them to even see that it exists. This scheme makes it much simpler to control which items you share, simply by changing the security settings on the files and folders themselves.

Tip

It can take time and effort to dig down to the network, so if there is a particular shared file or folder that you use frequently, you might find it helpful to create a shortcut to it. Just hold down the Alt key while you drag the file or folder into your desktop. You can leave the shortcut there, or move it to some other convenient location.

You can also bookmark a networked computer or shared folder. To do this, browse to locate the computer or folder. Then, in the Explorer window’s left pane, right-click Favorites and select Add Current Location to Favorites


In particular, on Windows 7 computers, the Public folder is shared “in place,” meaning it’s found inside the Users share, and is not shared separately under its own name. The Public Folder Sharing option in the Advanced Sharing Settings window on Windows 7 just controls whether remote users can have access to the Public folder.

When you browse into Windows Vista and XP computers, the Public user profile is shared separately, under the name Public, or Shared Documents. And shared user profiles will be shared individually as separate shares.

Viewing a Shared Folder Directly Using Its UNC Path

If you know the Universal Naming Convention (UNC) pathname of a shared folder on a specific computer, you can instantly view its files by typing the UNC path into the Address box at the top of any Windows Explorer window. You can type a path that includes just the computer name, a computer name followed by a shared folder name, or a longer path that specifies subfolders or a file within the shared folder.

Note

Remember, for all folders shared by Windows Vista, Windows 7, and Windows Server 2008 computers, to even see that a folder or file exists inside a shared folder, you must have permission to read the file or view the folder’s contents. In folders shared by other operating systems, you may be able to see the presence of files and folders that you don’t have permission to read.


For example, suppose you want to see the folders shared by a computer named “laptop.” Open a Windows Explorer window by clicking Start, Computer. Click in the Address box and the “breadcrumb” path will disappear. Then, type \\laptop and press Enter. This will display all of laptop’s shared folders, without your having to browse your way there. Likewise, you can see the files shared by a user whose account is named “lucy” on that computer using \\laptop\users\lucy, as shown in Figure 3.

Figure 3. You can instantly view a shared folder’s contents by typing its UNC pathname into the Address box at the top of any Windows Explorer display.

 
Others
 
- Windows Home Server 2011 : Patching Home Computers with WSUS - Approving Updates
- Windows Home Server 2011 : Patching Home Computers with WSUS - Connecting Home Computers to WSUS
- Windows Home Server 2011 : Patching Home Computers with WSUS - Synchronizing Updates
- Windows Home Server 2011 : Patching Home Computers with WSUS - Installing WSUS, Configuring WSUS
- Sharepoint 2013 : Office Web Apps (part 2) - Remove WOPI Bindings from SharePoint, Configure the WOPI SharePoint Zone
- Sharepoint 2013 : Office Web Apps (part 1) - Create a New WOPI Binding in SharePoint, Review Current SharePoint WOPI Bindings, Configure the Default Action for an Application
- Exchange 2010 and SharePoint 2010 Integration : SharePoint 2010 Integration
- Exchange 2010 and SharePoint 2010 Integration : Data Storage in Unified Messaging, Exchange 2010 Outlook Web Application
- Exchange 2010 and SharePoint 2010 Integration : Postinstall Configuration (part 3) - Enabling Mailboxes for UM, Testing Functionality
- Exchange 2010 and SharePoint 2010 Integration : Postinstall Configuration (part 2) - Associating the UM Server with the Dial Plan, Create a Unified Messaging Auto Attendant, Creating the Hunt Groups
 
 
Top 10
 
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 2) - Wireframes,Legends
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Finding containers and lists in Visio (part 1) - Swimlanes
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Formatting and sizing lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Adding shapes to lists
- Microsoft Visio 2013 : Adding Structure to Your Diagrams - Sizing containers
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 3) - The Other Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 2) - The Data Properties of a Control
- Microsoft Access 2010 : Control Properties and Why to Use Them (part 1) - The Format Properties of a Control
- Microsoft Access 2010 : Form Properties and Why Should You Use Them - Working with the Properties Window
- Microsoft Visio 2013 : Using the Organization Chart Wizard with new data
Technology FAQ
- Is possible to just to use a wireless router to extend wireless access to wireless access points?
- Ruby - Insert Struct to MySql
- how to find my Symantec pcAnywhere serial number
- About direct X / Open GL issue
- How to determine eclipse version?
- What SAN cert Exchange 2010 for UM, OA?
- How do I populate a SQL Express table from Excel file?
- code for express check out with Paypal.
- Problem with Templated User Control
- ShellExecute SW_HIDE
programming4us programming4us