WMIC command to read registry Uninstall keys ...

J

Joe

I'm trying to get a more accurate list from WMIC than from the "wmic
product list brief". I'd like to simply read all the registry keys
under
"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall",
but I can't figure out how to navigate to that key using "WMIC
REGISTRY"! Documentation on the internet is really scarce and the only
examples I can find list NO useful information for navigating the
registry using WMIC.

I'm new to both WMIC and WMI, so that may be why I'm hitting this wall.

By the way, I'm hoping for a fully WMIC command, not any vb script or
WMI commands (there are a lot of those on the internet already). It
should be possible with one line of code in WMIC to accomplish this.
Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top