The system is Windows 8.1 Professional.
I want to change through command line
my network config to this one :
How to do that ?
The system is Windows 8.1 Professional.
I want to change through command line
my network config to this one :
How to do that ?
For IP:
netsh interface ip set address name="Local Area Connection" static 192.168.1.68 255.255.255.0 192.168.1.168
For Primary DNS:
netsh interface ip set dns name="Local Area Connection" static 196.192.32.5
For Seondary DNS:
netsh interface ip add dns name="Local Area Connection" 41.188.9.130 index=2
"Local Area Connection" = your Ethernet
Good Luck