Commandline DNS Change
Remotely edit the DNS of a specific interface on a client machine.
1
2
3
netsh interface ipv4 show address
netsh interface ip set dns name="Wi-Fi" static 1.1.1.1
netsh interface ip add dns name="Wi-Fi" 8.8.8.8 index=2
Remotely edit the DNS of a specific interface on a client machine.
1
2
3
netsh interface ipv4 show address
netsh interface ip set dns name="Wi-Fi" static 1.1.1.1
netsh interface ip add dns name="Wi-Fi" 8.8.8.8 index=2