rcmaehl / WhyNotWin11

Detection Script to help identify why your PC is not Windows 11 Release Ready. Now Supporting Update Checks!

Home Page:https://whynotwin11.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Command-Line

mbartosh opened this issue · comments

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.

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

Thanks! That worked.