-
-
Notifications
You must be signed in to change notification settings - Fork 418
Command Line Switches
Robert C. Maehl edited this page Aug 18, 2021
·
17 revisions
Below are the available command line switches and their details:
Switch | Parameters | Description | Can be used with | Cannot be used with |
---|---|---|---|---|
/e /export |
filetype filepath | Exports requirement check results to a file of a certain format: 1. CSV: Comma Separated Values, will append without headers to an existing file if one exists. 1. TXT: Plain Text File, will always overwrite existing files |
/s | /h |
/h /help /? |
- | Displays a help dialog, then exits | None | All |
/s /silent |
- | Does not display the GUI but still runs checks and returns an Exit Code. Exit Code can be obtained using: (Start-Process WhyNotWin11.exe -PassThru -Wait).ExitCode
|
/e | /h |