Anything goes
random and perhaps useful information
Pages
(Move to ...)
Main blog
About this blog
Contact me
▼
Thursday, June 02, 2011
Batch script to renew your network IP in Windows
Here's a handy batch script for renewing your IP in Windows. Create a file called renewip.bat containing the following lines.
ipconfig /release
ipconfig /renew
ipconfig /flushdns
Store this batch script in a convenient location. Run the batch script to renew your IP address.
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment