A desktop support technician is hardening a standalone Windows 11 Pro workstation to comply with corporate administrative policies. The requirement dictates that administrative users must be forced to enter their password on an isolated desktop whenever an elevation prompt occurs. Place the configuration steps in the correct order to implement and enforce this security baseline.
- 1Open the Run dialog box, enter secpol.msc, and press Enter to launch the Local Security Policy console.
- 2Expand the Local Policies folder in the left pane and select Security Options.
- 3Open 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' and set it to 'Prompt for credentials on the secure desktop'.
- 4Open an elevated Command Prompt and run 'gpupdate /force' to apply the modified policy immediately.
Cevap
The correct sequence begins with launching secpol.msc, navigating to Security Options under Local Policies, modifying the administrator elevation prompt behavior setting to require credentials on the secure desktop, and finally executing gpupdate /force in an elevated shell to enforce the change immediately.
To properly configure and enforce administrative elevation prompt behavior, a technician must first open secpol.msc, navigate to Local Policies -> Security Options, locate and set 'User Account Control: Behavior of the elevation prompt for administrators in Admin Approval Mode' to 'Prompt for credentials on the secure desktop', and complete the procedure by running 'gpupdate /force' in an elevated command line.
Adım Adım Çözüm
Anahtar Kavram
Local Security Policy (secpol.msc) UAC Elevation Prompt Configuration