An open API service indexing awesome lists of open source software.

https://github.com/apppackagingguy/getappsinfofromarp

Get information (Publisher, DisplayName, DisplayVersion, InstallLocation, GUID, UninstallString) about the installed applications from the 'Programs and Features'.
https://github.com/apppackagingguy/getappsinfofromarp

applications powershell windows-desktop

Last synced: 11 months ago
JSON representation

Get information (Publisher, DisplayName, DisplayVersion, InstallLocation, GUID, UninstallString) about the installed applications from the 'Programs and Features'.

Awesome Lists containing this project

README

          

Get information about the installed applications from the 'Programs and Features'.

- Publisher,
- DisplayName,
- DisplayVersion,
- InstallLocation,
- GUID,
- UninstallString.

Entries with the "SystemComponent = 1" will be ignored.

Search by 'Display Name' using the '-like' operator, which is used to compare and find if a string exists within another string.

Run Start.cmd, type the application display name and press enter.

![image](https://github.com/user-attachments/assets/3326cd92-d60e-4e14-b464-46947a784028)