Read This Post

Easy way to change your IP


Create a new batch file and call it renew-ip or whatever you like

paste this into the file


Code:
@echo on
ipconfig /flushdns
pause
ipconfig /release
pause
ipconfig /renew
pause
exit

Enjoy :)

Title Post: Easy way to change your IP
Rating: 100% based on 99998 ratings. 5 user reviews.
Author: SharedTutor

Thanks for visiting SharedTutor, If any suggestions please leave a comment.

Spread The Love, Share Our Article

Related Posts

No Response to "Easy way to change your IP"

Post a Comment