Pages

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