Local File and Printer Access on Remote Desktop Web Connection

Recently a friend asked me whether it’s possible to do local file and printer access on remote desktop web connection, so that can copy files between both computers. The answer is Yes! You can do it!

Here is how to do it:

1) You need to enable Remote Desktop feature and also Remote Desktop Web connection on the computer that you wish to be connected remotely.

2) After that, open a file explorer and go to C:\\WINDOWS\\Web\\TSWeb\\ and edit this default.htm file by using Microsoft Frontpage or other webpage editor.

Edit Windows XP IIS default.html

3) In that default.htm file, search for the following 2 statements and change the setting from FALSE to TRUE. Save and close this file and restart your IIS service (or reboot computer to restart IIS service). That’s it the changes you need to do on Remote Desktop Web connection enabled computer.

MsRdpClient.AdvancedSettings2.RedirectDrives = TRUE
MsRdpClient.AdvancedSettings2.RedirectPrinters = TRUE

IIS Redirect Drives Printers

4) Now let’s go to the other computer (local computer) and open your browser and type in the URL of web server with Remote Desktop Web Connection feature enabled and hit Enter button. The URL format is http://[web-server-IP-or-domain-name]/tsweb/

5) The Remote Desktop Web Connection page will be displayed. Key in the Remote Desktop enabled server IP or domain name and select screen size, after that click Connect button.

Remote Desktop Web Connection RDP Webpage

6) After that you would see a pop up window to ask you to allow the Connect your local disk drives to the remote computers option, tick this option and click OK.

Connect Your Local Disk Drives to Remote Computer

7) Proceed to key in the username and password and click OK button to log on to Remote Desktop’s window.

8) Once you are connected, your local computer drives and printer would be mapped on remote computers, then you can copy files between both computers.

Remote Desktop RDP Shared or Mapped Drives

Note: Here are my 6 local computer’s drives, all of them are mapped on remote computer which is shown above.

Local Computer Drives

Related Articles:

Enabling Remote Desktop in Windows Vista
Enabling Remote Desktop in Windows XP
Printer and File Sharing on Remote Desktop Connection
Enabling Remote Desktop Web Connection in Windows XP
Stopping IIS for Remote Desktop Web Connection
Remote Desktop Connection from Internet


Return to top of "Local File and Printer Access on Remote Desktop Web Connection"!!