hotComm Logo

Reset Winsock

Document number: rwfaq 2
Copyright (c) 2009 1stWorks Corporation. All rights reserved.


This article gives instructions for resetting Winsock on Windows XP and Windows Vista:




Reset Winsock (XP)

To reset Winsock on Windows XP:

1. Click Windows Start, then click Run.

2. In the Open: field type CMD, then click OK. The Windows Command Console (black DOS window) will appear.

3. At the blinking cursor, type netsh int ip reset c:\Reset.txt

4. Press Enter on the keyboard.

5. At the blinking cursor, type: netsh winsock reset

6. Press Enter.

7. At the blinking cursor, type: exit. This closes the Windows Command Console window.

8. Restart your computer.






Reset Winsock (Vista)

To reset Winsock in Vista:

1.Click the Windows Start button.

2. Type Cmd in the Start Search text box and press Ctrl-Shift-Enter (keyboard shortcut to run Command Prompt as Administrator). Click Continue to allow elevation request.

3. Type netsh winsock reset in the Command Prompt shell, and then press the Enter key.

4. Type netsh int ipv4 reset in the Command Prompt shell, and then press the Enter key.

5. If you use ipv6, type netsh int ipv6 reset in the Command Prompt shell, and then press the Enter key.

Note: you may need to run Network Diagnostics afterwards to "repair" your connection after this.


Top