rcmaehl / WhyNotWin11

Detection Script to help identify why your PC is not Windows 11 Release Ready. Now Supporting Update Checks!
https://whynotwin11.org
GNU Lesser General Public License v3.0
6.13k stars 416 forks source link

Command-Line #728

Closed mbartosh closed 1 year ago

mbartosh commented 1 year ago

What is the example of a command-line to run WhyNotWin11 silently and export the result to a file? I have tried this command-line: WhyNotWin11.exe /export win11.csv /format CSV /silent . The error is invalid FORMAT parameter for /format.

dmitriy1980 commented 1 year ago

Do this: WhyNotWin11.exe /export CSV win11.csv /silent

mbartosh commented 1 year ago

Thanks! That worked.