How to Map a Network Drive in Windows?

By Dominic Chooper on June 25, 2023

You may map a network drive from the File Explorer in Windows or allow connecting to a shared network folder.

Mapping network drives is a very useful process to use drives of other computers as if it is in a local folder.

Fortunately, Windows allows mapping a drive in a few simple and quick steps. If you are not aware of it, this article is the right one to continue reading.

KEY TAKEAWAYS

Why Do You Need to Map a Network Drive in Windows?

The most important reason to map a network drive is to allow all members of the network to access it and share files and data as and when required.

Another important reason to map a network drive in Windows is to make it easier to transfer files and expedite communication.

You will not need to go through all the hassles of getting to the network first and then browse through the server to get to it. It will save you a lot of time and increase your productivity.

Moreover, mapping a network drive is extremely useful for the administrators, end users and different other groups and operators. It helps them to locate different things, such as:

To make the best use of this possibility in Windows, you do not need to be a technical expert. Just follow these simple steps explained below.

Read Also:  How to Change Router Security Settings?

Ways to Map a Network Drive in Windows

How to Map a Network Drive in Windows

In order to map a network drive, you must enable network discovery first. Then, assuming that you know the IP address of the host PC, you will need to share the folder of the host PC with others for mapping.

Another way of doing it is through Command Prompt. You will need to run specific commands that will show the drive in the window and then enable SMB to map the drive.

Here are the simple steps to follow for these methods.

Method 1: Using the Command Prompt

This is another useful and quick way to map a network drive.

STEPS TO FOLLOW:

command: net use DLetter: \PATH /PERSISTENT: YES

Note: You will have to replace the DLetter with the actual drive letter and path for the real network folder location. For example, if the drive letter and path is E:\DESKTOP-8PHHAN9\Program Files, type it in between net use and /PERSISTENT: YES.

The network drive will now show in the window.

However, you may not be able to access the drive for mapping. In that case, you will need to enable SMB, the particular protocol that allows mapping drives. The additional steps to follow for this are:

Typing appwiz.cpl

(Alternatively, you can also type in programs and features.)

Read Also:  15 Pros and Cons of Using Network Interface Card (NIC)

Finding the SMB 1.0/CIFS File Sharing Support

You can also map a network drive for all users automatically by using the net use command in the Command Prompt.

You will need to create a script first so that a driver letter is assigned automatically and the users are allowed to connect to the mapped network drive automatically.

The command to run is net use * “\\server\files” /p:yes and hit Enter.

Replace the ‘server\files’ part with your server and file name.

This will create the script which you will need to save as a BAT file. This will allow Windows to use it for execution whenever a user logs in.

For this, open the Run dialog box by pressing the Windows and R keys together on your keyboard and typing the command shell:common startup and hitting Enter or clicking on the OK button below.

Now, when any user logs into the computer, they can automatically connect to the network drive that you have mapped using the script.

Method 2: Using Windows PowerShell

If you are not comfortable using the Command Prompt, you may also use Windows PowerShell to map a network drive.

STEPS TO FOLLOW:

Since the above command is an example, you must replace DRIVE with the letter of the drive you want to map. Also, replace the \\ServerName\SharedFolder part with the path of the shared folder.

You may prefer to use a username and password for accessing the shared folder. In that case you add an additional ‘-Credential parameter’ to the command along with the username and password.

For example, if you want to map Drive X, the command would look like the following:

Read Also:  How to Set Up Wi-Fi Bridge Mode?

New-PSDrive -Name X -PSProvider FileSystem -Root \\ServerName\SharedFolder -Credential username password

This will allow PowerShell to map the network drive and you can access it from the File Explorer.

Method 3: From the Shared Folder Window of the Host PC

The shared folder on your host PC will allow you to map your network drive very easily.

In this case, consider the IP address of the host PC to be 192.168.0.138

STEPS TO FOLLOW:

Typing in the IP address

Opening the one in the Network

Clicking on the address bar

Selecting Map network drive from the options

Pasting the host address in the box next to Folder

The network drive will be now added to the window, fully mapped.

Conclusion

So, that is all you have to do to map a network drive in Windows. Follow any one of them and share files and folders quickly and easily.