-
Notifications
You must be signed in to change notification settings - Fork 26
Console mode
Scover edited this page Jun 16, 2023
·
3 revisions
WinClean can be executed in console mode (no GUI) by starting WinClean.exe with arguments.
Argument names are case-insensitive.
Command-line syntax:
| Argument | Description |
|---|---|
--ListScripts |
List all available scripts. |
-v Verbose/Info/Warning/Error/Critical, --LogLevel=Verbose/Info/Warning/Error/Critical |
Log level. Values are case-insensitive (default value: Info) |
--RunScripts="capability1" "script1" "capability2" "script2" ... |
Execute a list of scripts. Script and capability names are case sensitive and follow ordinal string comparison rules. |
--help |
Display the help screen. |
--version |
Display version information. |