"윈도우 마지막 부팅시각 확인하기"의 두 판 사이의 차이

(새 문서: ;윈도우 마지막 부팅시각 확인하기 ==방법 1== ;명령어 <source lang='dos'> wmic os get lastbootuptime </source> ;예시 <source lang='dos'> C:\Users\Jmnote>wmic os g...)
 
9번째 줄: 9번째 줄:
;예시
;예시
<source lang='dos'>
<source lang='dos'>
C:\Users\Jmnote>wmic os get lastbootuptime
C:\Users\Administrator>wmic os get lastbootuptime
LastBootUpTime
LastBootUpTime
20111214092809.564501+540
20111103214808.275528+540
</source>
</source>
--> 12월 14일 09:28:09
--> 2011년 11월 3일 21:48:08


==방법 2==
==방법 2==

2012년 1월 7일 (토) 17:26 판

윈도우 마지막 부팅시각 확인하기

1 방법 1

명령어
wmic os get lastbootuptime
예시
C:\Users\Administrator>wmic os get lastbootuptime
LastBootUpTime
20111103214808.275528+540

--> 2011년 11월 3일 21:48:08

2 방법 2

명령어 (영어판)
net statistics workstation | find "since"
명령어 (한국어판)
net statistics workstation | find "이후"
명령어 (영어판 또는 한국어판)
net statistics workstation | findstr -i "since 이후"
예시
C:\Users\Jmnote>net statistics workstation | findstr -i "since 이후" 
2011-11-03 오후 9:48:25 이후의 통계

--> 11월 3일 21:48:25

3 의견

  • 두 방법은 약간 다르지만 큰 차이는 없음. 테스트 결과 방법1이 방법2보다 13초~22분 정도 빨랐음.
  • 방법1은 부팅시각, 방법2는 통계수집 시작시각으로서 방법1이 더 정확하다고 할 수 있음.

4 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}