A system administrator is tasked with hardening standalone Windows workstations deployed in a building lobby for public visitor registration. The workstations must be secured against unauthorized access, privilege escalation, and automated malicious code execution from external drives. Which TWO of the following account and system policy configurations should the administrator implement to meet these hardening requirements?
- Disable AutoPlay and AutoRun policies across all removable storage drives.Answer
- Disable the built-in Guest account and rename the default local Administrator account.Answer
- CAssign public visitor accounts to the local Administrators group while enabling User Account Control (UAC) to prompt for credentials.
- DUse the Event Viewer administrative snap-in to filter and block unauthorized incoming network connections.
Answer
The correct hardening controls are disabling AutoPlay/AutoRun policies across removable drives and disabling the built-in Guest account while renaming the default Administrator account.
Hardening standalone workstations requires minimizing attack vectors. Disabling AutoPlay and AutoRun prevents malicious software on inserted drives from executing without user intervention. Disabling the built-in Guest account and renaming the default Administrator account removes known default attack paths and reduces the risk of credential brute-forcing.
Step-by-Step Solution
Key Concept
Workstation account and policy hardening best practices