Windows 10 Remote Desktop alt tab/Win+M problems

If the above link does go dark, The above link describes how to fix for those unable to use alt tab or winkey shorcuts is a registry key to allow transparent key pass through of the keyboard to citrix.

HKEY_LOCAL_MACHINE\SOFTWARE\Citrix\ICAClient\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Keyboard\TransparentKeyPassthrough

..

or in Windows 7/10 x64

HKEY_CURRENT_USER\SOFTWARE\Citrix\ICAClient\Engine\Lockdown Profiles\All Regions\Lockdown\Virtual Channels\Keyboard\TransparentKeyPassthrough

Set the value to Remote and restart your connection

Either use the link in above comment or the one below, they are both similar. above taken from : http://jonwilliams.org/wordpress/2012/09/25/how-to-enable-alt-tab-in-citrix-remote-desktopreceiver/


I am running Synergy.

It seems that there are issues with how it hooks 'special' keys and it keeps them local rather than allowing them to happen at the remote site.

As a bodge round I now have a small script that stops and restarts the synergy services which seems to work round it for 'a bit' (about an hour).

get-service synergy* | restart-service -force