You are using an out of date browser. It may not display this or other websites correctly. You should upgrade or use an alternative browser.
network tip
About this tag
This tag covers a network tip for Windows users who want to see more files and folders on another network computer. The specific method involves using the mklink command to create a directory junction, allowing access to additional drives or folders beyond the default Users folder. The tip applies to machines running at least Windows Vista and includes steps for connecting computers, opening a command prompt, and navigating through Windows Explorer to access the linked folder. This practical advice helps users share more data across a local network.
If you have two machines that both are at least Windows Vista, follow these steps:
1. Connect the two computers so that they are seen on the network
2. Open a command prompt
3. Type:
mklink /d /j C:\Users\(Name) C:\
*Replace (Name) with whatever you want and substitute the second C...