An IT technician is tasked with performing baseline workstation hardening on a newly deployed Windows system before issuing it to an employee. In which sequential order should the technician perform these hardening steps to establish proper security controls from account access to session security?
- 1Disable the built-in Guest account and rename the default Administrator account.
- 2Configure local password complexity rules and account lockout thresholds.
- 3Disable AutoRun and AutoPlay features for external media drives.
- 4Enable a screen lock timeout that requires password authentication upon resume.
Answer
The correct procedural order is: first, disable the built-in Guest account and rename the default Administrator account; second, configure local password complexity and account lockout policies; third, disable AutoRun and AutoPlay for external media; and fourth, enable a screen lock timeout requiring a password on resume.
The correct order follows standard baseline security principles: eliminating high-risk default account exposure first, establishing robust user authentication rules second, restricting dangerous system automation (AutoRun/AutoPlay) third, and finalizing local physical session security (screen lock timeouts) fourth.
Step-by-Step Solution
Key Concept
Workstation Baseline Hardening Sequence