2014. 4. 22. 13:48ㆍOS/Windows
http://www.boutell.com/rinetd/
:: 모든 rinetd 프로세스 종료
taskkill /F /IM rinetd*
:: IP 변경
netsh interface ipv4 set address name="Loopback" source=static addr=10.0.95.1 mask=255.255.255.0
:: 고급 -> IP 설정탭 -> IP 주소
netsh interface ip add address "Loopback" 10.0.95.11 255.255.255.0
netsh interface ip add address "Loopback" 10.0.95.12 255.255.255.0
netsh interface ip add address "Loopback" 10.0.95.13 255.255.255.0
:: 고급 -> WINS탭 -> NetBIOS 설정 -> NetBIOS over TCP/IP 사용 안 함
wmic nicconfig where description="Microsoft Loopback Adapter" call SetTcpipNetbios 2
setlocal
hstart /NOCONSOLE /DELAY=3 /ERR="ERROR" "rinetd -c rinetd.conf"
:: z 드라이브 연결해제
net use z: /delete
:: z 드라이브 연결
net use z: \\10.0.95.11\[share] [password] /user:[userid]
:: z 폴더 열기
%windir%\explorer /e, z:
'OS > Windows' 카테고리의 다른 글
Visual Studio Assist 단축키 (0) | 2014.04.22 |
---|---|
Virtual WiFi (AP) (0) | 2014.04.22 |
[Windows] 원격접속(RDP) 포트 변경 (0) | 2013.04.05 |