netsh interface ip set address name="로컬 영역 연결" static 192.168.0.10 255.255.255.0 192.168.0.1 0

netsh interface ip set address name="로컬 영역 연결" source=dhcp

netsh interface ip set dns name="로컬 영역 연결" static 168.126.63.1 primary

netsh int ip add dns name="로컬 영역 연결" 168.126.63.2 index=2

netsh interface ip set dns name="로컬 영역 연결" source=dhcp

netsh -c int dump 사무실.txt

netsh exec 사무실.txt 

netsh interface set interface "로컬 영역 연결" disabled 

netsh interface set interface "로컬 영역 연결" enabled

참고
http://micingamja.egloos.com/5190278

+ Recent posts