| 1 | = Reset Network TCP/IP stack = |
| 2 | |
| 3 | If your TCP/IP stack is corrupted it can be reseted with the following commands. |
| 4 | |
| 5 | == Windows XP: == |
| 6 | {{{ |
| 7 | 1. Search for Command Prompt > Run As Administrator |
| 8 | 2. netsh winsock reset |
| 9 | 3. netsh int ip reset |
| 10 | 4. ipconfig /flushdns |
| 11 | 5. Restart computer |
| 12 | |
| 13 | }}} |
| 14 | |
| 15 | == Windows Vista, 7, 8, 10: == |
| 16 | {{{ |
| 17 | 1. Search for Command Prompt > Run As Administrator |
| 18 | 2. netsh winsock reset catalog |
| 19 | 3. netsh int ipv4 reset reset.log |
| 20 | 4. netsh int ipv6 reset reset.log |
| 21 | 5. Restart computer |
| 22 | }}} |