An IT technician logs into a shared Windows workstation using a local administrator account to install a specialized document editor. The technician runs the setup executable using default wizard options, and the installation completes successfully. Later, a standard user logs into their own account on the same computer to use the software, but the application shortcut is missing and the executable cannot be located. Which of the following best explains why the application is unavailable to the standard user?
- The installer defaulted to a per-user installation scope within the administrator's profile folder.Cevap
- BStandard user accounts require User Account Control (UAC) elevation to launch third-party applications.
- CThe technician omitted the mandatory /syswow64 command-line switch required for multi-user deployment.
- DWindows client editions restrict non-administrative accounts from accessing software installed outside the Microsoft Store.
Cevap
The installer defaulted to a per-user installation scope within the administrator's profile folder.
When software installers run in per-user mode, application files are written to the active user's %LocalAppData% directory and Start Menu shortcuts are created only within that user's profile. Because the technician ran the wizard under the administrator account without selecting a system-wide ('Install for all users') option, the application remains completely hidden from other standard user accounts.
Adım Adım Çözüm
Anahtar Kavram
Application Installation Scopes (Per-User vs. Per-Machine)
Tahmini Süre:1m 15s