You may experience this unexpected behavior when working with some of the remote desktop connections.
Event Source: TermDD Event ID: 50 The RDP protocol component X.224 detected and error in the protocol stream and has disconnected the client.
To fix this issue open command prompt with administrative privileges and run below commands to change global settings. (TCP offloading)
netsh int tcp set global chimney=disabled
netsh int tcp set global rss=disabled netsh int tcp set global autotuninglevel=disabled
You can verify the global settings by executing below command.
netsh int tcp show global
If the above configuration change didn’t solve your problem or when you going to change it, if its already in disabled state, turn it on and turn it off again.
Leave a Reply