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.
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".
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.