WMI “installed” query different from add/remove programs list?

后端 未结 13 1891
不知归路
不知归路 2020-11-29 01:56

Trying to use WMI to obtain a list of installed programs for Windows XP. Using wmic, I tried:

wmic /output:c:\\ProgramList.txt product get name,version
         


        
13条回答
  •  离开以前
    2020-11-29 02:42

    Not the best, but whether it is practical method:

    Use HijackThis.

    Run hijack this, click the "Open the Misc Tools section" button

    HijackThis Main Menu

    click "Open Uninstall Manager"

    HijackThis Configuration

    click save list (*.txt), yes to the prompts, notepad will open with your add/remove programs list.

    HijackThis Add/Remove Programs Manager


    Source

提交回复
热议问题