Search This Blog

Wednesday, February 10, 2010

Change Your Dynamic IP Address

Following is supposed to change your dynamic IP Address. Open notepad and type:

ipconfig /flushdns
ipconfig /refresh
ipconfig /renew
ipconfig /all>newip.txt
end


then save as (select all file types) --- ip.bat

this is now a batch file rather than a txt file. Simply hit run on the file and watch the progress.

If you want to print out the results then add this line into the same file befoe "END"

ipconfig /all>filename. txt

A report will be saved in the same directory as your batch file, detailing your new ip and a bit more...

No comments:

Post a Comment