This tip was printed from the MalekTips Computer and Technology Help and Tips website at http://malektips.com.

Windows 2000 and DOS - Reset Your High-Speed Internet Connection

SUMMARY: These Windows 2000 DOS commands may help revive an Internet connection that has temporarily gone dead.

These commands also work in Windows XP.


Does your high-speed Internet connection sometimes temporarily go away under Windows 2000? If you frequently sleep or hibernate your machine, or if you often cycle the power to your cable or DSL modem, Windows may not correctly link back up to your Internet connection when your computer comes back on. If this occurs, try entering the following commands at the DOS prompt before you once again cycle the power to your cable or DSL modem:

ipconfig /release
ipconfig /renew

This releases, and then renews if possible, your IP address for your Internet adapter.

Better yet, put both these commands in a batch file to quickly refresh your Internet connection. I do this on my systems with a batch file I created called 'ip.bat.' And, for added convenience, consider creating a shortcut to this batch file on your Desktop or QuickLaunch bar for one or two-click IP address release and renewal. You may want to add a "pause" command to ensure the Internet connection property refreshed its address before the batch file's DOS window closes.

Here's an example ip.bat:

@ipconfig /release
@ipconfig /renew
@pause


 


Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to Windows 2000 and DOS - Reset Your High-Speed Internet Connection
 
Standard disclaimer applies - read http://malektips.com/disclaim.html.