Find windows registry uninstall keys with PowerShell
The function Find-RegistryUninstallKey is PowerShell logic that searches the Windows registry for uninstall keys that match a specified string. It can be useful for troubleshooting and removing software that may be causing issues on a Windows machine.
The function takes two parameters: $SearchFor, which is the string to search for