Created
March 5, 2013 21:21
-
-
Save mcantrell/5094393 to your computer and use it in GitHub Desktop.
TCP Offload Fix for VMWare and Windows Server 2008 r2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Netsh int tcp set global RSS=Disable | |
Netsh int tcp set global chimney=Disabled | |
Netsh int tcp set global autotuninglevel=Disabled | |
Netsh int tcp set global congestionprovider=None | |
Netsh int tcp set global ecncapability=Disabled | |
Netsh int ip set global taskoffload=disabled | |
Netsh int tcp set global timestamps=Disabled |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment