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:
Track Installed Programs with PowerShell "get-wmiobject" on Windows 8
How to track and maintain installed programs with PowerShell on Windows 8? I know how to use PowerShell cmdlets.
✍: FYIcenter.com
If you want to get a list of all installed applications on your Windows 8 with PowerShell cmdlets,
you can use the "Get-WmiObject" cmdlet as described in this tutorial:
1. Start a PowerShell window
2. Run the following command.
PS C:\fyicenter> get-wmiobject -class Win32_Product > installed-programs.txt
3. Open installed-programs.txt in Notepad. You see a list of installed programs recorded in the file, as shown in the example below:
IdentifyingNumber : {40F55150-F43D-4C9F-9A00-1A0A6F1EB7F0} Name : Movie Maker Vendor : Microsoft Corporation Version : 16.4.3503.0728 Caption : Movie Maker IdentifyingNumber : {46316411-80D8-4F68-8118-696E05FCE199} Name : Windows Live Essentials Vendor : Microsoft Corporation Version : 16.4.3503.0728 Caption : Windows Live Essentials IdentifyingNumber : {89478C31-5CE8-461A-9084-9A0AF059F84F} Name : Intel(R) PROSet/Wireless for Bluetooth(R) + High Speed Vendor : Intel Corporation Version : 15.5.0.0344 Caption : Intel(R) PROSet/Wireless for Bluetooth(R) + High Speed IdentifyingNumber : {1D8E6291-B0D5-35EC-8441-6616F567A0F7} Name : Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219 Vendor : Microsoft Corporation Version : 10.0.40219 Caption : Microsoft Visual C++ 2010 x64 Redistributable - 10.0.40219 IdentifyingNumber : {64DF7404-9D46-44AF-AFA1-A2F8D5648C2D} Name : Windows Live Photo Common Vendor : Microsoft Corporation Version : 16.4.3503.0728 Caption : Windows Live Photo Common IdentifyingNumber : {26A24AE4-039D-4CA4-87B4-2F83216020FF} Name : Java(TM) 6 Update 20 Vendor : Sun Microsystems, Inc. Version : 6.0.200 Caption : Java(TM) 6 Update 20 ...
Â
⇒ Remove or Disable Startup Programs on Windows 8
⇠Registry Keys for Installed Programs on Windows 8
⇑ Uninstall Old or Bad Software on Windows 8
⇑⇑ Windows 8 Security Tutorials
2020-12-15, 1450👍, 0💬
Popular Posts:
What is "WMI Performance Adapter" in my Windows 7 service list? And how is "WMI Performance Adapter"...
Can I remove startup application "DSentry.exe - Dell DVDSentry" to speedup my computer and reduce se...
What is the "World Wide Web Publishing Service (W3SVC)" system service on Windows Server 2012? Can I...
What is the startup program "Persistence Module - igfxpers.exe" on my Windows 8 computer? Can I remo...
Where to find information about what services are running on Windows 8 and how to manage them? I wan...