"윈도우 호스트명 확인"의 두 판 사이의 차이

9번째 줄: 9번째 줄:
;실행예시
;실행예시
<source lang='dos'>
<source lang='dos'>
C:\Users\jmnote>hostname
C:\Users\Administrator>hostname
JMNOTE-PC
jmnote
</source>
</source>


21번째 줄: 21번째 줄:
;실행 예시
;실행 예시
<source lang='dos'>
<source lang='dos'>
C:\Users\jmnote>echo %computername%
C:\Users\Administrator>echo %computername%
JMNOTE-PC
JMNOTE
</source>
</source>


[[분류: 윈도우]]
[[분류: 윈도우]]

2012년 7월 12일 (목) 21:48 판

윈도우 호스트명 확인

1 방법 1

명령어
hostname
실행예시
C:\Users\Administrator>hostname
jmnote

2 방법 2

명령어
echo %computername%
실행 예시
C:\Users\Administrator>echo %computername%
JMNOTE
문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}