Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 763 Bytes

File metadata and controls

18 lines (15 loc) · 763 Bytes

Residues-check

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.

Usage

To get examples and informations on the parameters, run the following command:

Get-Help .\ResiduesCheck.ps1 -Detailed

Output colors

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.

Verbosity

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.