How do I reinstall the TCP/IP protocol driver on Windows 7?

14

3

How do I reinstall the TCP/IP protocol driver on Windows 7?

user8228

Posted 2009-08-27T22:05:57.960

Reputation:

Answers

16

Reinstall and reset TCP/IP (Internet protocol)

  1. Click on the Start button.
  2. Type Cmd in the Start Search text box.
  3. Press Ctrl + Shift + Enter keyboard shortcut to run a command prompt as administrator. Allow elevation request.
  4. Type netsh int ip reset in the command prompt shell, and then press the Enter key.
  5. Restart the computer.

Note: if you're using manually assigned TCP/IP settings, take notes as this will reset to the default 'automatically obtained'.

Molly7244

Posted 2009-08-27T22:05:57.960

Reputation:

would you mind telling us a little more detailed about your problem? – None – 2009-08-28T02:18:32.300

whats the difference between doing this, and using "add new hardware" then select "windows tcp ip protocol driver" ? this work fo XP, in win7 there's no such option ... – None – 2009-08-28T02:23:12.497

are you looking for TCPIP.SYS? please tell us exactly what you want to achieve. – None – 2009-08-28T02:53:19.453

well, I want to reinstall all the files and settings related to the tcp/ip driver. – None – 2009-09-11T22:17:09.307

funny, only this afternoon one of my windows 7 VMs crashed due to a corrupt driver (tcpip.sys), as suggested, a repair installation solved the issue. – None – 2009-09-11T22:50:07.353

it seems there is no other way... – None – 2009-09-12T14:46:10.300

3

Reinstall and reset TCP/IP (Internet Protocol) for Windows 7 (32 and 64):

  1. Click on Start button.
  2. Click on Accessories.
  3. Right click on Command Prompt and select Run as Administrator.
  4. Type netsh int IP reset C:\resetlog.txt in the Command Prompt shell, and then press the Enter key. Do not restart computer.
  5. Type netsh winsock reset in the Command Prompt shell, and then press the Enter key.
  6. Restart the computer.

You'll find a log with the changes in C:\resetlog.txt.

user38575

Posted 2009-08-27T22:05:57.960

Reputation: 31

1

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.

ctzdev

Posted 2009-08-27T22:05:57.960

Reputation: 2 320

it's just an automated version of "netsh int ip reset" – None – 2009-08-28T19:27:54.920