posts - 5, comments - 3, trackbacks - 0

My Links

News

this is Matt's profile

Twitter












Archives

Post Categories

Image Galleries

Links

Resetting your whole IP stack in Vista

Scott Hanselman had a useful blog post, listing steps to reset the whole network IP stack in Windows Vista. It solved my problem the first time, so I thought I would pass It along here.

  • Go to the Start Menu, type cmd and right click or (Ctrl + Shift and hit Enter), and select "Run As Administrator"
  • Type the following commands, each followed by pressing enter.
    • ipconfig /flushdns
    • nbtstat -R
    • nbtstat -RR
    • netsh int reset all
    • netsh int ip reset
    • netsh winsock reset
Or another helpful command:
  • netsh interface tcp set global autotuninglevel=disabled
Hope this might solve any problems you might have with Vista's new networking stack.

Print | posted on Sunday, September 30, 2007 10:01 PM | Filed Under [ Windows ]

Feedback

Gravatar

# re: Resetting your whole IP stack in Vista

Did this help with using wireless?
12/10/2007 2:23 PM | Chris
Gravatar

# re: Resetting your whole IP stack in Vista

Yes, this solution will work with any wireless adapters (USB, PCI, etc.)
This also works with any NICs.
12/10/2007 4:04 PM | Matt Campbell
Comments have been closed on this topic.

Powered by: