How to Map/Unmap a network drive using the "net" c

Questions and answers to service issues.
Post Reply
Mikethetech

How to Map/Unmap a network drive using the "net" c

Post by Mikethetech »

• To map a network drive:
1. Click Start, and then click Run.
2. In the Open box, type cmd.
3. Type net use x: \\computer name\share name, where x: is the drive letter you want to assign to the shared resource.

• To disconnect a mapped drive:
1. Click Start, and then click Run.
2. In the Open box, type cmd.
3. Type net use x: /delete, where x: is the drive letter of the shared resource.
Post Reply