A systems administrator needs to perform an automated, silent in-place upgrade of 50 remote branch office workstations from 64-bit Windows 10 Pro to 64-bit Windows 11 Pro using a central Remote Monitoring and Management (RMM) script. The script executes the Windows 11 installation media's setup executable (`setup.exe`) from a mounted ISO file. During initial testing, the deployment stalls indefinitely on target computers because Windows Setup encounters non-critical application compatibility warnings and waits for manual user acknowledgement. Which of the following command-line parameter combinations should the administrator add to `setup.exe` to suppress the user interface and bypass non-critical compatibility prompts so the upgrade completes fully unattended?
- setup.exe /auto upgrade /quiet /compat ignorewarnAnswer
- Bsetup.exe /generalize /oobe /unattend:unattend.xml
- Cchangepk.exe /ProductKey Windows11Pro /silent /override
- Dsetup.exe /install /architecture:x64 /forceappcheck:disable