up vote 9 down vote favorite
share [g+] share [fb]

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

link|improve this question

feedback

protected by Ivo Flipse Feb 10 '11 at 20:23

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

3 Answers

up vote 11 down vote accepted

Reinstall and Reset TCP/IP (Internet Protocol)

  1. Click on Start button.
  2. Type Cmd in the Start Search text box.
  3. Press Ctrl-Shift-Enter keyboard shortcut to run 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'

link|improve this answer
would you mind telling us a little more detailed about your problem? – Molly7244 Aug 28 '09 at 2:18
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 ... – Revolter Aug 28 '09 at 2:23
are you looking for TCPIP.SYS? please tell us exactly what you want to achieve. – Molly7244 Aug 28 '09 at 2:53
well, I want to reinstall all the files and settings related to the tcp/ip driver. – Revolter Sep 11 '09 at 22:17
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. – Molly7244 Sep 11 '09 at 22:50
show 1 more comment
feedback

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 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.

winsock reset was not recognized!!

The command is: Netsh winsock reset You have to be in the netsh command prompt. c:\netsh winsock reset or netsh> winsock reset

link|improve this answer
feedback

Have used this a thousand times. The link provides an .EXE file to automatically do that reset for you.

http://support.microsoft.com/kb/299357

link|improve this answer
it's just an automated version of "netsh int ip reset" – Revolter Aug 28 '09 at 19:27
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.