Changing file permissions for remote desktop connections

1

I frequently connect to a remote machine on Windows using Remote Desktop Connection. Both my local machine and the remote machine run Windows 7 64 bit Enterprise.

I would like the remote machine to be able to write on the drives it mounts from the local machine.

There is an option in the Options->Local Resources tab to enable the mounting of local drives, but when I connect to the remote machine, the remote machine cannot write on the mounted local drives.

Are these the default permissions for remote desktop connections? Is there a way to change them?

Amelio Vazquez-Reina

Posted 2011-12-17T21:41:04.800

Reputation: 5 686

Answers

1

The permissions are exactly the same as those your local account has. If you are running Remote Desktop client as a normal user, then you will only have write access to your own files; the remote account is irrelevant.

If you want full access to the entire filesystem, run Remote Desktop (mstsc) as an administrator and with elevated privileges.

user1686

Posted 2011-12-17T21:41:04.800

Reputation: 283 655

How would running the Remote Desktop Client as Admin give you admin privileges on the server you're connecting to? – Canadian Luke – 2011-12-17T22:01:27.087

@Luke: Like I said, the privileges you have on the server are irrelevant. You're writing to a local drive, whether directly or via remote desktop mount, so only local privileges matter. – user1686 – 2011-12-17T22:07:42.640

Sorry, misread the question – Canadian Luke – 2011-12-17T22:57:12.413