Remember to maintain security and privacy. Do not share sensitive information. Procedimento.com.br may make mistakes. Verify important information. Termo de Responsabilidade

How to Map Network Drives in Windows

In this article, we will discuss the process of mapping network drives in the Windows environment. Mapping network drives allows users to access shared folders and files on remote servers as if they were local drives on their own computers. This is particularly important in a Windows environment as it provides a seamless way to access and manage files stored on network servers.


Mapping network drives in Windows involves assigning a drive letter to a shared folder or network location. Once mapped, the network drive will appear in File Explorer or My Computer, allowing users to easily access and work with files and folders on the remote server.


Examples:


1. Mapping a network drive using File Explorer:



  • Open File Explorer by pressing the Windows key + E.

  • Click on "This PC" in the sidebar.

  • Click on "Map network drive" in the toolbar.

  • Choose a drive letter from the dropdown menu.

  • Enter the path of the shared folder or network location (e.g., \server\share).

  • Check the box for "Reconnect at sign-in" to automatically map the drive every time you log in.

  • Click "Finish" to complete the mapping process.


2. Mapping a network drive using Command Prompt:



  • Open Command Prompt by pressing the Windows key + R, then typing "cmd" and pressing Enter.

  • Type the following command: net use [drive letter]: \server\share.

  • Replace [drive letter] with the desired drive letter and \server\share with the path of the shared folder or network location.

  • Press Enter to execute the command and map the network drive.


3. Mapping a network drive using PowerShell:



  • Open PowerShell by pressing the Windows key + X and selecting "Windows PowerShell."

  • Type the following command: New-PSDrive -Name [drive letter] -PSProvider FileSystem -Root \server\share.

  • Replace [drive letter] with the desired drive letter and \server\share with the path of the shared folder or network location.

  • Press Enter to execute the command and map the network drive.


To share Download PDF