I'm logging into a Windows 2003 system from a Windows 7 workstation using Remote Desktop. I'm aiming to try and copy some files to the server from the client. In the 'local resources' section of the RDC, I've got all the drives ticked so it should be sharing those drives with the remote server.
However, when I log in, none of these shares get mapped, and if I navigate to \\tsclient
, I just get a blank listing.
What's wrong here? What do I need to enable to allow this functionality to work?
Is there any kind of restrictions on the server that you are remoting into?
Check: Start > Run > tscc.msc
Right click on RDP-Tcp and go to Properties > Client Settings
Make sure that Drive Mapping doesn't have a check in it.
If I understand correctly, this can happen if drive redirection is disabled. To see if that's the case on Windows Server 2012 R2:
mmc
.On Windows Server 2008 R2:
Server Manager > Remote Desktop Services > RD Session Host Configuration
Right click on RDP-Tcp Connection and choose Properties.
Click on Client Settings tab.
Clear Drive Mapping checkbox in list of disabled settings.
rdpclip.exe
on the servergpedit.msc
(local group policy editor)Computer Configuration > Administrative Templates > Windows Components > Remote Desktop Services > Remote Desktop Session Host > Device and Resource Redirection
Disable
Do not allow drive redirection
Re-establish the RDP connection