Link to home
Start Free TrialLog in
Avatar of captgriggs1
captgriggs1

asked on

Find all liceneces and keys via cmd prompt?

Is there a way to find all liceneces and keys on my computer via cmd prompt?  Thanks
SOLUTION
Avatar of Bradley Fox
Bradley Fox
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Chris Berry
Chris Berry

I don't believe you can easily.

You can use ProduKey and a command line to achieve this though.-
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
For those that are hidden in the registry you can write a VB script (or copy one off the Net!) depends what you want to find, if there's a list of specific programs and they store registry keys then the answer is a definite maybe :) If you want to just pick up anything that might be on there with no specific software in mind then probably not.

Example scripts quizzing WMI can be found here
http://www.visualbasicscript.com/Retrieve-Windows-Product-Key-m42793.aspx
All you need is the registry location for each of the programs you are interested in.
Jellybean Keyfinder is an utility that can be run without installing it last time I checked. Looks like they have updated it.
The Pro version is not that expensive.  Don't know if it can be run command line. You'd have to look into that.

https://www.magicaljellybean.com/keyfinder/
Avatar of captgriggs1

ASKER

I was hoping there was an out of the box way.  Thanks