A systems administrator is configuring an automated deployment script to install an enterprise management tool across several Windows 11 Pro workstations. When executed remotely under the local SYSTEM account context, the installation process hangs indefinitely in the background because the executable defaults to an interactive setup wizard and attempts to trigger an immediate system reboot upon completion. Which of the following command-line switch combinations should the administrator append to the setup executable to ensure the installer completes unattended without prompting for user interaction or restarting the workstations?
- /quiet /norestartCevap
- B/s /f
- C/runas /elevate
- D/compat /nosplash
Cevap
The command-line switches /quiet /norestart should be appended to the setup executable.
Appending the /quiet switch suppresses the installation wizard GUI, allowing the installer to run completely unattended in non-interactive background sessions (such as under the SYSTEM account). Appending /norestart prevents the application setup from forcing an unannounced or immediate reboot on the target workstation upon completion.
Adım Adım Çözüm
Anahtar Kavram
Unattended Application Installation and Command-Line Switches
Tahmini Süre:1m 30s