Britec Tech Support Forum

Full Version: Get List Of Installed Programs With Command Prompt
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey everyone,

Now that I jumped onto the MSP Wagon, I have to run scripts in Python and CMD Commands... so anytime I run into something that may help... I will post.

Here is a way to get a list of ALL installed programs exactly how they show up in Programs and Features list using Command Prompt:

Run CMD as admin:
Code:
wmic product get name
In some cases, programs show up here that do not show up in Programs and Features List.

Hope this helps someone...
Thanks, Larry
Heres a couple of other ways



great job Larry keep them coming Smile  
Excellent Larry, Keep it up Wink

You are now larryTheTutorialGuy Smile
Thanks Larry.
(10-10-2017, 09:33 PM)RichTech Wrote: [ -> ]Excellent Larry, Keep it up Wink

You are now larryTheTutorialGuy Smile

LarryThe TutorialGuy....lol Good one Rich!

My pleasure guys...
Good stuff Larry!