RDM - Tabs staying open after signing out of target O/S

RDM - Tabs staying open after signing out of target O/S

avatar
josh08
Disabled

I am having an issue where an RDP session tab will stay open with just a black screen, even after I have signed out of the O/S on the target host. I have already ensured that the 'keep tab on disconnect' option is set to false (in both the actions menu and file > options menu).

I am using RDM from a new PC that I installed a few weeks ago, however I know on my previous machine that when I signed out of the target host O/S it used to automatically close the tab in RDM which is what I want to happen. Any idea's ?

All Comments (1)

avatar

After a bit of digging I found posts on this forum from way back of people having similar issues and got a resolution
The resolution was to disable 'UDP via RDP' by adding the below registry key on my local machine... as soon as I did that I started seeing the expected behavior in RDM

HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows NT\Terminal Services\Client
Add DWORD fClientDisableUDP with a value of 1

Thanks !