Question

Posts 18 of 8 · Page 1 of 1
Question
How do I change IP with CMD?
not possible
I'm pretty sure you can't.
​Don't know, don't think it's possible.
you cen't but you can use proxy for browser!
Not sure if it'll even work...But here's what I use when I got some DNS problems:

Code:
@ echo off
cls
ipconfig /release
ipconfig /flushdns
ipconfig /renew
pause
Save it as a .bat Or just use these:
Code:
ipconfig /release
ipconfig /flushdns
ipconfig /renew
Quote Originally Posted by Kenshin13 View Post
Not sure if it'll even work...But here's what I use when I got some DNS problems:

Code:
@ echo off
cls
ipconfig /release
ipconfig /flushdns
ipconfig /renew
pause
Save it as a .bat Or just use these:
Code:
ipconfig /release
ipconfig /flushdns
ipconfig /renew
Thanks. Better than "I dont know" and "You cant" It worked for me.
Posts 18 of 8 · Page 1 of 1

Post a Reply

Similar Threads

Tags for this Thread

None

Need help?