Start a Conversation

해결되지 않음

이 게시글은 5년 이상 된 게시글입니다.

Closed

N

2 Intern

 • 

270 Posts

855

December 25th, 2008 22:00

명령줄로 설치된 핫픽스와 서비스팩 리스트하기

List Installed OS Hotfixes and Service Packs from the Command Line
 

  1. Windows XP Professional, Windows Vista, Windows Server 2003 그리고 Windows Server 2008에서 작동합니다.

  2. Open a command prompt.

  3. Execute the following command:

    wmic qfe list

    사용자 시스템에 설치된 핫픽스와 서비스팩 리스트가 화면에 출력됩니다.

  4. If you want to generate a text or HTM file for printing, execute the following:

    1. 텍스트 파일로 출력

      /output:d:\\hotfixes.txt qfe list

    2. HTM 포맷 문서로 출력하기

      /output:d:\\hotfixes.htm qfe list      bullet_22_1.gif

No Responses!
이벤트를 찾을 수 없습니다!

Top