This Forum has been archived there is no more new posts or threads ... use this link to report any abusive content
==> Report abusive content in this page <==
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how can we refresh the internet connection?
04-28-2014, 03:39 AM
Post: #3
 
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
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
[] - Answers R Us - 04-28-2014, 03:33 AM
[] - IT Expert - 04-28-2014 03:39 AM

Forum Jump:


User(s) browsing this thread: 2 Guest(s)