A tool for searching information about multiple files' manifests.
The tool can assist especially by searching for files with autoElevate field enabled.
Some processes contain manifest file that affects the application at start time. Interesting fileds in the manifest file are autoElevate and Level which determine how the application will work with UAC. Number of UAC bypasses were searching for files with autoElevate field enabled in order to bypass UAC.
This tool provides simple GUI that provide better visuality when searching for multiple files and it also have PowerShell version.
Run the executable and you will get GUI with all the options.
Import the module
Import-Module Invoke-ManifestoRun it like that for all the options:
Invoke-Manifesto -FolderPath "C:\Windows\system32"