AWU Lookup

Written in C#, this application scans the Uninstall registry keys under HKLM to find all information about installed applications on a machine. It’s very helpful when we want to look for the UninstallString, which can be used as the uninstall command of a SCCM application.

I wrote this application because it takes too long for me to look for the UninstallString of an application every time I create an SCCM application.

Note: This application requires .NET Framework 3.5

1

2

The Windows Update tab searches for all Windows updates on the machine. In order to use it, you have to set the ExecutionPolicy to RemoteSigned, Bypass or Unrestricted (not recommended) on your machine.

1

Download: https://1drv.ms/u/s!ApTGRONy40Xed5wZjHM2VwXwPK0

 

Have fun!

Leave a comment