편하게 사용하시려면 아래 코드를 복사해서 config.bat으로 저장을 하신 다음 관리자 권한으로 실행하시면 됩니다.
netsh interface ip set address "로컬 영역 연결" static {IP 주소} {gateway 주소} {서브넷 마스트 주소} 1
netsh interface ip set dnsserver "로컬 영역 연결" stataic {주 DNS 서버 주소} primary
netsh interface ip add dnsserver "로컬 영역 연결" {보조 DNS 서버 주소} index=2