Microsoft
Software
Hardware
Network
Question : Get List of Currently Installed Applications in VB .NET
In the code snippet, you can see that I am getting a list of installed applications in the registry and then displaying them in a ListView.
Originally, I tried using the "Software\Microsoft\Window
s\CurrentV
ersion\Uni
nstall" LocalMachine key, but then decided that "SOFTWARE\Microsoft\Window
s\CurrentV
ersion\Ins
taller\Use
rData\S-1-
5-18\Produ
cts" was much better and had more relevant applications.
However, I'm still stumped. Neither of those keys grab all of the applications installed on a User's computer. It seems to be mostly Microsoft Products.
Is there a better way of obtaining the applications, or a better registry key?
Thanks
Answer : Get List of Currently Installed Applications in VB .NET
Oh, yeah, Process Monitor, not RegMon!!
Process Monitor does have the ability to monitor registry events. You just have to toggle off all the event buttons, except for the Show Registry button.
See image below:
Process-Monitor.jpg
(115 KB)
(File Type Details)
Process Monitor -- Show Registry button
Random Solutions
time formats - coming up with totals
Asking a ComboBox about its contents
Sub that makes every pivot table item visible
ON Shutdown - End Program: Connections Tray
Create NACHA Formated File using Access
Outlook 2007: How to build a custom button on Client Outlook ribbon to add a message to the blocked sender list, and move the message to the hidden message box
How do I release unused space from a single table in SQL Server?
WCF Transport Level
Acer Aspire 3500 Laptop - Can I delete a Partition and increase main Drive Partition
How do I find and delete data in excel using a list of data?