Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124

If you frequently access shared folders, NAS devices, or file servers on a local network or VPN, navigating through network neighborhood paths every time can be tedious. Mapping a network drive assigns a dedicated drive letter (such as Z: or Y:) to that shared folder, making it appear directly inside File Explorer just like a built-in hard drive.
In this comprehensive guide, we will walk you through every reliable method to map a network drive on modern Windows operating systems.
A network drive is a storage space located on another computer, a network-attached storage (NAS) device, or a cloud server that your local computer can access over a network connection.
By mapping a network drive:
This is the most straightforward and user-friendly way to map a shared folder using the standard Windows graphical interface.
Z:).\\ServerName\ShareName or \\192.168.1.50\Public). If you aren’t sure of the exact path, click Browse… to search your local network.If prompted, enter your network credentials (username and password) and click OK. The new drive will now appear under “Network locations” in This PC.
If you prefer using text commands or want to write an automated script to map drives quickly, you can use the Command Prompt.
Win + R, type cmd, and press Enter).net use Z: \\ServerName\ShareName /persistent:yes
/persistent:yes parameter ensures the drive automatically reconnects every time you restart your computer (similar to checking the “Reconnect at sign-in” box).If you no longer need access to a shared folder or want to remove a dead connection:
| Method | Action / Command | Best Used For |
| File Explorer | This PC > … > Map network drive | Standard day-to-day configuration via GUI |
| Command Prompt | net use Z: \\Path /persistent:yes | Quick text-based setup or automated scripts |
| Disconnect Drive | Right-click mapped drive in This PC > Disconnect | Removing old or unused network shares |
By mapping your network shares, you can streamline your workflow and access your shared files as smoothly as your local documents.