Soru

Zorluk: ZorApplication Installation and Configuration Concepts

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?

  1. /quiet /norestartCevap
  2. B
    /s /f
  3. C
    /runas /elevate
  4. 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

1
Analyze the deployment failure causes in the scenario.
The installer hangs because it expects user input in a hidden SYSTEM session GUI, and it disrupts endpoints by requesting an immediate reboot.
Remote automated background deployments run non-interactively, requiring all GUI prompts and automatic restarts to be explicitly disabled via installer switches.
2
Identify the required command-line switches for unattended application installation.
The switch /quiet (or /qn) suppresses the user interface and runs the setup silently, while /norestart prevents automated reboots.
Combining silent and reboot-suppression switches allows background script execution to complete cleanly.

Anahtar Kavram

Unattended Application Installation and Command-Line Switches
Tahmini Süre:1m 30s
Bu soruyu puanla