Changes between Initial Version and Version 1 of reset-network-tcp-ip-stack


Ignore:
Timestamp:
12/22/16 04:41:40 (7 years ago)
Author:
nohl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • reset-network-tcp-ip-stack

    v1 v1  
     1= Reset Network TCP/IP stack =
     2
     3If your TCP/IP stack is corrupted it can be reseted with the following commands.
     4
     5== Windows XP: ==
     6{{{
     71. Search for Command Prompt > Run As Administrator
     82. netsh winsock reset
     93. netsh int ip reset
     104. ipconfig /flushdns
     115. Restart computer
     12
     13}}}
     14
     15== Windows Vista, 7, 8, 10: ==
     16{{{
     171. Search for Command Prompt > Run As Administrator
     182. netsh winsock reset catalog
     193. netsh int ipv4 reset reset.log
     204. netsh int ipv6 reset reset.log
     215. Restart computer
     22}}}