I am trying to ensure that users that log on to VPN and RDP to their machine, can't copy/paste text/files over the RDP session.
In Windows 10 this is controlled by the following registry: HKLM/SOFTWARE\Microsoft\Terminal Server Client\DisableClipboardRedirection. Set REG_DWORD to 1 for disable, 0 for enable clipboard.
![clipboard.PNG clipboard.PNG](https://community.checkpoint.com/t5/image/serverpage/image-id/16903i2E5DB577B39CE777/image-size/large?v=v2&px=999)
You can create a Compliance->Applications/Files check -> Modify and check registry, input the above key name in the registry value name, check REG_DWORD under "Reg type" and Exist under "Check registry key and value".
![redirection.PNG redirection.PNG](https://community.checkpoint.com/t5/image/serverpage/image-id/16904i4594B65D866D7A39/image-size/large?v=v2&px=999)
The problem is that it seems the compliance check, goes and checks the wrong registry location. I found this is the case, by selecting Action=Update. I found that it updated the following location: HKLM/SOFTWARE\WOW6432Node\Microsoft\Terminal Server Client\DisableClipboardRedirection. So it's adding WOW6432Node in the registry path.
Any idea on why this happens and how to resolve it?
Setting the REG_DWORD to 1 on the WOW6432Node path doesn't disable the Clipboard in RDP.
The machine running Harmony Endpoint is Windows 10 x64.