Thursday, June 8, 2017

How to Fasten Your Internet Connection

netsh int tcp show global
netsh int tcp set global chimney=enabled[to enable chimney]
netsh int tcp set global chimney=disabled
netsh int tcp set global dca=enabled
netsh int tcp set global dca=disabled
NetDMA State[if there's problem need to turn it off]
netsh int tcp set global netdma=enabled
netsh int tcp set global autotuninglevel=enabled [auto-tuning can actually reduce network speeds in some situations]
netsh int tcp set global autotuninglevel=restricted [if slows you down or causes other issues]
netsh int tcp set global autotuninglevel=highlyrestricted [reducing the chance problem]
netsh int tcp set global autotuninglevel=disabled
netsh int tcp set global congestionprovider=ctcp
netsh int tcp set global congestionprovider=none
netsh int tcp set global ecncapability=enabled

No comments:

Post a Comment