Completely reset TCP stack on Windows

11 Jul

Completely reset TCP stack on Windows

Create CMD file (for example TCPReset.cmd) with this content:

arp -a -d
ipconfig /flushdns
nbtstat -R
nbtstat -RR
netsh int reset all
netsh int ip reset
netsh winsock reset
netsh interface tcp set global autotuninglevel=disabled