Saturday, January 30, 2010

Renew I.P address with CMD & Batch File

Renew I.P address with CMD & Batch File

How to do it using cmd

Start >> Run >> cmd.exe

then type

* ipconfig /flushdns
* ipconfig /release
* ipconfig /renew

be warned, any internet stuff you're running will be temporarily turned off because you're refreshing your IP[/hide]

How to do it using batch file

[hide]ipconfig /release
ipconfig /renew
ipconfig /flushdns

Click Save as and for the Save Type As: Click All Files

Next name it IEBooster.bat

If you saved to your desktop, double click the batch file and let it run, be warned, any internet stuff you're running will be temporarily turned off because you're refreshing your IP.

No comments:

Post a Comment