1) netsh int tcp set global rss=disabled
Now test RDP. If it works normal you are done. If not, run this second command.
2) netsh int tcp set global chimney=disabled
Try again. Hopefully it works now. The values can be checked by running this command
netsh int tcp show global
if the problem re-occurs it can be addressed using a group policy preference modifying the registry settings as shown here:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
-EnableTCPChimney and EnableRSS will most likely need to be created as 32-bit REG_DWORDs.
- Right-click EnableTCPChimney, and then click Modify.
- In the Value data box, type 0, and then click OK.
- Right-click EnableRSS, and then click Modify.
- In the Value data box, type 0, and then click OK.
Another option is executing a computer based script running the above two netsh commands.
No comments:
Post a Comment