Marc said:
Damn I wish I known that command in the past - would of come in handy on a couple of occasions.
Oh, it is damn handy. They actually just added the command in in XPSP2. In win2k and xp/sp1 you have to delete registry keys. Not hard if you're competant, or doing work in a shop... but talking end-users through THAT in a help desk setting... ::shudder::
Just in case anyone does come back to this later, or is making notes to use the NETSH commands in the future: it's slightly different in Vista. Presumably Win7, as well (I have the RC installed, but haven't tested this yet...next time I'm playing with 7 I'll check it out)
in Vista, you have to open the command prompt as administrator. Three ways to go about this:
1)the easy way, go to Start>Run and type
cmd. Unfortunately, as I'm sure many of you with Vista know...MS hid the run comand by default, so the VAST majority of people don't have Run in their start menu.
2)Turn off UAC, then open command prompt from
Start>Accessories.
3)Go to
Start>Accessories, right-click on Command Prompt and choose Run as Administrator. You'll get the infamous "Needs Your Permission" window.
From there, it's:
netsh (just like in XP, will go to new netsh> command line)
i i r r (unlike in XP, you should see a whole bunch of "resetting...OK" lines. It will tell you a reboot is required, ignore this)
winsock reset (w r won't work, you have to type it out. After that, you'll get the same "successfully reset" message)
now reboot, and you're good to go.