컴퓨터시간
-
윈도우 설치 날짜를 확인하는 방법컴퓨터/윈도우일반 2016. 5. 30. 16:03
1. WMI(Windows Management Instrumentation)란? WMI는 엔터프라이즈 네트워크에서 관리 정보를 액세스하고 공유하는표준을 만들기 위하여 Microsoft에서 구현 2. WMIC(Windows Management InstrumentationCommand-line)란? WMI에 대한 간단한 명령줄 인터페이스를 제공하므로 WMI를 사용하여 Window를 실행하는 컴퓨터를 관리 wmic os get installdate wmic os get /format:hform>MyOS.htm https://technet.microsoft.com/ko-kr/library/cc784189(WS.10).aspx