This script searches for residual files, folders, registry keys, services, scheduled tasks and firewall rules left over from uninstalled programs.
The search is based on keywords provided by the user.
This script does not delete anything.
To get examples and informations on the parameters, run the following command:
Get-Help .\ResiduesCheck.ps1 -Detailed
Green values under a Blue path can be manually deleted. Green paths can be manually deleted. The optional White values under specify which string triggered the match.
You can use the [-Verbose, -v] option to add basic verbosity and the [-Debug, -d] option to add high verbosity.
Use both to add mmaximum verbosity.