해결되지 않음
이 게시글은 5년 이상 된 게시글입니다.
2 Intern
•
270 Posts
0
855
December 25th, 2008 22:00
명령줄로 설치된 핫픽스와 서비스팩 리스트하기
List Installed OS Hotfixes and Service Packs from the Command Line
Windows XP Professional, Windows Vista, Windows Server 2003 그리고 Windows Server 2008에서 작동합니다.
Open a command prompt.
Execute the following command:
wmic qfe list
사용자 시스템에 설치된 핫픽스와 서비스팩 리스트가 화면에 출력됩니다.If you want to generate a text or HTM file for printing, execute the following:
텍스트 파일로 출력
/output:d:\\hotfixes.txt qfe list
HTM 포맷 문서로 출력하기
/output:d:\\hotfixes.htm qfe list
이벤트를 찾을 수 없습니다!