Wednesday, May 24, 2017

change ip addresses using CMD Netsh






view ip
open cmd with admin view
type netsh
type interface ip show config

change ip
type interface ip set address name = "Wif-Fi" static 192.168.1.10 255.255.255.0 192.168.1.1
type interface ip set dns "Wi-Fi" static 8.8.8.8




No comments:

Post a Comment