List of all TCP/IP and WinSock Repair commands

Posted by Niepojety on Super User See other posts from Super User or by Niepojety
Published on 2014-06-08T06:52:54Z Indexed on 2014/06/08 9:29 UTC
Read the original article Hit count: 792

Filed under:
|
|

I am building a C# application and I am looking for all a list of TCP/IP and WinSock Repair commands.

ipconfig /flushdns    

netsh int reset all    
netsh int ipv4 reset    
netsh int ipv6 reset    
netsh int ip reset    
netsh int ip reset c:\ipreset.log    
netsh int ip reset resetlog.txt    
netsh int ip reset c:\resetlog.txt    
netsh int ip reset c:\network-connection.log    
netsh int 6to4 reset all
netsh int httpstunnel reset all    
netsh int isatap reset all    
netsh int tcp reset all    
netsh int teredo reset all    
netsh int portproxy reset all 

netsh branchcache reset    
netsh winhttp reset    

netsh winsock reset c:\winsock.log    
netsh winsock reset    
netsh winsock reset all    
netsh winsock reset catalog

© Super User or respective owner

Related posts about Windows

Related posts about tcpip