How do I reinstall the TCP/IP protocol driver on Windows 7?
How do I reinstall the TCP/IP protocol driver on Windows 7?
Reinstall and reset TCP/IP (Internet protocol)
- Click on the Start button.
- Type Cmd in the Start Search text box.
- Press Ctrl + Shift + Enter keyboard shortcut to run a command prompt as administrator. Allow elevation request.
- Type
netsh int ip reset
in the command prompt shell, and then press the Enter key. - Restart the computer.
Note: if you're using manually assigned TCP/IP settings, take notes as this will reset to the default 'automatically obtained'.
Reinstall and reset TCP/IP (Internet Protocol) for Windows 7 (32 and 64):
- Click on Start button.
- Click on Accessories.
- Right click on Command Prompt and select Run as Administrator.
- Type netsh int IP reset
C:\resetlog.txt
in the Command Prompt shell, and then press the Enter key. Do not restart computer. - Type netsh winsock reset in the Command Prompt shell, and then press the Enter key.
- Restart the computer.
You'll find a log with the changes in C:\resetlog.txt
.
I have used this a thousand times. How to reset TCP/IP by using the NetShell utility provides an EXE file to automatically do that reset for you.