Prevent cut and paste from/to RDP client

2

2

Is there a way to ensure a windows remote desktop client does not have access to cut/paste from/to the host machine from the host OS?

Jim

Posted 2011-06-28T06:08:48.900

Reputation: 23

Answers

3

I think you need to turn off clipboard redirection in group policy:

Start -> Run -> gpedit.msc

Then

Local Computer Policy -> Computer Configuration -> Administrative Templates -> Windows Components -> Terminal Services -> Client/Server Data Redirection -> Do Not Allow Clipboard Redirection

Haqa

Posted 2011-06-28T06:08:48.900

Reputation: 549