A systems administrator is developing a standardized automated script to deploy a legacy line-of-business application across a enterprise network of 64-bit Windows workstations. Place the following installation and configuration steps in the correct chronological order from first to last.
- 1Verify 64-bit OS compatibility and install required 32-bit runtime environment libraries (WOW64 prerequisites).
- 2Execute the application installer package using an elevated administrative security token.
- 3Pass silent installation switches (e.g., /qn or /quiet) to suppress GUI prompts and user interaction during deployment.
- 4Apply system-wide configuration settings by updating application keys in HKEY_LOCAL_MACHINE.
- 5Configure folder-level NTFS permissions to enforce least privilege for standard domain users.
Cevap
The correct sequence for automated application deployment is: 1) Verify architecture compatibility and install prerequisite runtimes, 2) Execute installer with elevated admin privileges, 3) Pass silent switches for unattended setup, 4) Modify global registry keys in HKLM for baseline config, and 5) Restrict NTFS folder permissions to enforce least privilege.
The correct order follows the standard technical workflow for automated software deployment: first, ensure environment dependencies and runtime compatibility (32-bit runtimes on 64-bit OS via WOW64); second, launch the installer with elevated administrative rights to ensure write access to protected areas; third, include silent command-line switches to suppress interactive prompts; fourth, write post-installation configurations to global registry locations; and finally, harden the target folder with proper NTFS least-privilege permissions.
Adım Adım Çözüm
Anahtar Kavram
Application Installation and Configuration Concepts
Tahmini Süre:3m 0s