An IT technician is configuring public-facing check-in terminals in a healthcare facility lobby. The terminals run Windows 11 and use a restricted local user account. The technician needs to prevent unauthorized software from automatically executing whenever a visitor connects an external flash drive to one of the terminals. Which of the following configurations best achieves this hardening goal?
- Disable AutoPlay and AutoRun features using Local Group Policy.Answer
- BSet the screen lock timeout setting to 15 minutes in the Power Control Panel applet.
- CConfigure Event Viewer to create a task that logs USB insertion events.
- DSet User Account Control (UAC) to Never Notify to restrict background program prompts.
Answer
Disable AutoPlay and AutoRun features using Local Group Policy.
Disabling AutoPlay and AutoRun via Group Policy prevents Windows from executing launch scripts or applications stored on removable drives when inserted. This effectively mitigates unauthorized drive-by code execution on public terminals.
Step-by-Step Solution
Key Concept
Workstation Hardening via Disabling AutoPlay and AutoRun Policies