netsh interface ip set dns "區域連線" static 192.168.1.101 primary
netsh interface ip add dns "區域連線" 192.168.1.102 2
netsh interface ip add dns "區域連線" 192.168.1.103 3
netsh interface ip add dns "區域連線" 192.168.1.104 4
:
: 以此類推...
:
netsh interface ip set wins "區域連線" static 192.168.1.201
netsh interface ip add wins "區域連線" 192.168.1.202 2
netsh interface ip add wins "區域連線" 192.168.1.203 3
netsh interface ip add wins "區域連線" 192.168.1.204 4
:
: 以此類推...
:
|