How to Map a Local Drive in Remote Desktop
Mapping local drives in a remote desktop session is a straightforward process that enables efficient file transfers between your local and remote machines.
Follow these steps to set it up:
- Transferring Files in a Remote Desktop Session
- • Locate the files you want to transfer on the remote machine.
- • Click the Home tab at the top of the window.
- • Select Move to > Choose Location and pick the destination folder for the transfer.
- Mapping a Local Drive in RDP
To enable file transfers via local drive mapping:
Step 1: Launch PowerShell in the RDP Session
- Open PowerShell on the remote desktop.
- Run the following command to display the redirected drives:
net use
Step 2: Map Local Drives to a Network Drive Letter
- Run the following command to map the local drives:
net use \\tsclient
- This command redirects your local drives to the remote desktop.

Step 3: Verify the Drive Mapping
- Open Windows Explorer on the remote machine.
- Navigate to the Network Locations section.
- You should see the mapped drives listed there.
- Any files copied to the remote computer’s mapped drive will also appear on the corresponding local drive.
For scenarios where native drive mapping falls short, such as USB storage devices that need full pass-through or drives with vendor-specific drivers, a dedicated software for USB over RDP like USB Network Gate redirects the physical USB drive to the remote session as if it were locally attached.
Accessing and mapping local drives in Remote Desktop is a simple yet powerful feature that enhances productivity, enabling seamless file transfers and resource sharing. By following this guide, you can efficiently configure and verify drive mappings, ensuring a smooth workflow during remote desktop sessions. Whether you're working from home or managing remote systems, this functionality is an indispensable tool for maximizing efficiency.