An IT security technician is hardening several standalone Windows 11 workstations located in a hospital's semi-public reception lobby. The endpoints are utilized by floating medical staff to access check-in systems. According to the organization's security baseline, the technician must satisfy three core security controls:
1. Prevent unauthorized code from automatically running when removable storage devices are inserted, without disabling necessary USB hardware peripherals.
2. Ensure idle sessions automatically lock to protect patient data while maintaining active background processing for logged-in sessions.
3. Reduce exposure to targeted brute-force attacks against default built-in system accounts.
Which combination of administrative configurations best satisfies all three hardening requirements?
- Disable AutoPlay and AutoRun policies via Group Policy, set a password-protected screensaver lock timeout, disable the local Guest account, and rename the built-in Administrator account.Cevap
- BEnable the built-in Guest account with restricted local privileges for floating staff, set system sleep timeout to 5 minutes of inactivity, and disable all USB Host Controllers in Device Manager.
- CConfigure Task Scheduler to run a forced user logoff script after 5 minutes of idle time, maintain default account names with complex passwords, and disable the USB Storage Service in Computer Management.
- DAttach physical monitor privacy screens, install physical USB port blockout caps, and set display power-off timeout to 5 minutes without requiring logon credentials on resume.