Categories:
Administration (10)
Adware Spyware (7)
Apache (10)
Bluetooth (125)
DOS Commands (1)
Edge (28)
General (2)
Internet Explorer (217)
Media Center (12)
Media Player (11)
Mozilla Firefox (18)
PHP (15)
Programming (8)
Security (4)
Silverlight (15)
Tips (17)
Tools (218)
Tutorials (5)
Windows 10 (166)
Windows 7 (636)
Windows 8 (1091)
Windows Phone (33)
Windows Server 2008 (165)
Windows Server 2012 (84)
Windows Server 2016 (23)
Windows Vista (52)
Collections:
Other Resources:
Missing Programs in "Get-WmiObject" Output on Windows 7
Why there are some installed programs missing in "get-wmiobject -class win32_product" output on Windows 7?
✍: FYIcenter.com
If you compare entries from the "get-wmiobject -class win32_product" output with
"Uninstall" registry entries, you will many installed programs are missing in "get-wmiobject" output.
This is because Win32_Product WMI class represents programs that are installed by Windows Installer.
Windows 7 uses the "WindowsInstaller" registry key to flag if a program is installed by Windows Installer.
For example, if you look at the installed program "Adobe Acrobat Reader DC MUI" in the registry at HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\{AC76BA86-7AD7-FFFF-7B44-AC0F074E4100}, you will see registry key "WindowsInstaller" is set to "1", indicating this program was installed by Windows Installer. So "Adobe Acrobat Reader DC MUI" entry will be in the output of "get-wmiobject -class win32_product".
If you look at the installed program "McAfee LiveSafe" in the registry at HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Uninstall\MSC, you will see no registry key "WindowsInstaller", indicating this program was installed by the "McAfee LiveSafe" itself. So "McAfee LiveSafe" entry will not be in the output of "get-wmiobject -class win32_product".
Â
⇒ Visible Installed Programs using Windows Installer on Windows 7
⇠Full Properties of Installed Programs with "Get-WmiObject" on Windows 7
⇑ Uninstall Old or Bad Programs and Software on Windows 7
⇑⇑ Windows 7 Installed Programs
2017-06-28, 2574👍, 0💬
Popular Posts:
What is the startup program "CyberLink MediaLibray Service - CLMLSvc_P2G8.exe" on my Windows 8 compu...
In my MS Access 2000 database, I have 4 tables: Bank, Client, Account, and Transaction. How to build...
What is "WLAN AutoConfig" in my Windows 7 service list? And how is "WLAN AutoConfig" service related...
How to configure Mozilla FireFox to use Notepad to edit Web page source code? By default, when you u...
What is naPrdMgr.exe process - Network Associates NAI Product Manager? Process naPrdMgr.exe is the p...