Created
July 3, 2012 08:00
-
-
Save ebibibi/3038379 to your computer and use it in GitHub Desktop.
disable SNP on windows7
This file contains hidden or 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 chimney=disabled | |
| netsh int tcp set global rss=disabled | |
| netsh int tcp set global netdma=disabled | |
| rem HW側でも無効にする必要あり。 | |
| rem you must disable function by hardware. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment