How to create a mapped Network drive in Windows 7
· One min read
Follow the instructions to create a mapped network drive in Windows 7 without windows indexing like a local folder?
- Create a new folder for your network shares (ie c:Shared)
- Go into the folder you created and make a new folder (ie c:SharedMovies)
- Now you need to link the library into the folder you create in the second step (ie c:SharedMovies) by going into Documents and up the top click “Includes: 2 locations” and click Add and add the folder.
- Now go back to your original folder you created (ie c:Shared) and delete the folder you made in the second step (ie c:SharedMovies)
- Now we make a link to link the folder to the remote folder and to do that we need the Command Prompt, click Start, Run type: cmd and press Enter
- Type in: mklink /d c:Shared remotemachinefolder and press Enter
- Now your Documents folder should include your remote folder mapped through the c:Shared folder you created earlier like it is a normal folder.