Notice
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
31 |
Tags
- installer
- unix 편집기
- 아이폰6s
- solaris vi
- 두락
- win10
- init 0
- unix 종료
- 1마지기
- init 1
- 채굴기 채산성
- Run Level
- 한마지기
- 설치 오류
- cloud mining
- 스캠
- hashflair
- 마지기
- hashocean
- ncrc
- 해쉬오션
- 유닉스 종료
- 퓨어메이트 14인치 노트북 화면보호필름
- c++재배포
- 비트코인 반감기
- 1말
- iphone6s
- bitcoin
- SCSA
- 재발급
- Today
- 0
- Total
- 51,826
Unix & DB & WIN & 유용정보
IP Address 자동설정 Script [XP & Win7(Vista)] 본문
1. IP Auto Setup XP용
@echo off
netsh -c int ip show interfaces
netsh -c int ip set address name="로컬 영역 연결" source=static addr=192.168.0.50 mask=255.255.255.0 gateway=192.168.0.1 gwmetric=0
netsh -c int ip set dns name="로컬 영역 연결" source=static addr=16.12.6.1 register=PRIMARY
netsh interface ip show ip
echo 작업이 완료되었습니다. 창을 닫아주세요.
echo 문의: IT팀 이동엽
pause > nul
exit
2. IP Auto Setup Vista & Win7용
@echo off
netsh interface ip show interfaces
netsh interface ip set address name="로컬 영역 연결" static 192.168.0.50 255.255.255.0 192.168.0.1
netsh interface ip set dnsservers name="로컬 영역 연결" static 16.12.6.1 primary
netsh interface ip show ip
echo 작업이 완료되었습니다. 창을 닫아주세요.
echo 문의: IT팀 이동엽
pause > nul
exit
'TECHNOLOGY > Windows' 카테고리의 다른 글
windows 재배포 패키지 외 일괄 다운로드 (0) | 2019.09.01 |
---|---|
MS 윈도우 기술지원 만료일(IE 포함) (0) | 2015.03.20 |
GPT 파티션 포맷 또는 인식 (0) | 2013.05.09 |
Windows XP 시디키 변경 Script (0) | 2012.06.12 |
IP Address 자동설정 Script [XP & Win7(Vista)] (0) | 2012.06.12 |
windows 시스템 명령어 (0) | 2012.05.30 |
0 Comments