2007~2011/Tools2008. 5. 26. 01:00

내 컴퓨터에 Windows 운영체제를 설치한 시점은? 컴퓨터를 부팅한 시간은 언제인지 확인하는 방법에 대해서 아래와 같이 정리하였습니다.


1. NET Command

C:\> NET STATS SRV


Server Statistics 정보를 확인합니다.


(추가 정보를 알려주신 S.H. CHO님께 감사드립니다)


2. Performance Monitor
uptime 을 확인하기 위해 성능 카운터(perfmon.exe)를 이용할 수 있습니다.
system - system up time 개체를 확인하시면 됩니다. 초 단위로 확인 가능합니다.


3. PSTOOLS
Windows Sysinternals 에서 제공하는 PsTools 입니다.  이것은 다양한 프로세스 관리를 위한 기능을 제공합니다. 그 중에서 PsTools 에 포함되어 있는 PsInfo 를 소개하고자 합니다.

다운로드 후 압축을 해제하고 psinfo.exe 를 실행하면 아래 결과를 볼 수 있습니다. 

사용자 삽입 이미지


시스템 가동 시간(Uptime), 윈도우 설치 날짜(Install date)를 확인할 수 있답니다.

또한 PsTools에는 아래의 바이너리들이 포함되어 있습니다. 자세한 것은 도움말을 참조하십시오.

PsExec - execute processes remotely
PsFile - shows files opened remotely
PsGetSid - display the SID of a computer or a user
PsInfo - list information about a system
PsKill - kill processes by name or process ID
PsList - list detailed information about processes
PsLoggedOn - see who's logged on locally and via resource sharing (full source is included)
PsLogList - dump event log records
PsPasswd - changes account passwords
PsService - view and control services
PsShutdown - shuts down and optionally reboots a computer
PsSuspend - suspends processes
PsUptime - shows you how long a system has been running since its last reboot
                  (PsUptime's functionality has been incorporated into PsInfo)



4. Uptime.exe

C:\> uptime


uptime.exe 유틸리티는 아래 [참고자료] 링크를 통해 다운로드 받으실 수 있습니다.




5. systeminfo
Windows 운영체제에서 제공하는 systeminfo 명령을 통해 OS 에 따라 uptime 또는 부팅 시간을 확인할 수 있습니다.
(추가 정보를 알려주신 G.H.PARK 님께 감사드립니다)


[참고자료] 
PsTools v.244 
http://technet.microsoft.com/en-us/sysinternals/bb896649.aspx


How to find Windows uptime?
http://support.microsoft.com/kb/555737

Uptime.exe Utility
http://technet.microsoft.com/en-us/library/cc751311.aspx


작성자 : Lai Go / 작성일자 : 2008.05.25 (업데이트 : 2010.08.19)

Posted by Lai Go