A system administrator is preparing to deploy a newly imaged standalone Windows workstation into a high-security corporate network environment. To ensure defense-in-depth and prevent exposure to network-borne threats during setup, the administrator must execute the workstation hardening baseline in a logical, secure sequence. What is the correct order of steps the administrator should take to secure the workstation from initial setup to final network placement?
- 1Change default administrative account credentials and verify that the local Guest account is disabled.
- 2Connect the system to an isolated remediation VLAN to download and install mandatory OS patches and antimalware signatures.
- 3Disable unneeded OS services, turn off AutoPlay/AutoRun policies, and close unused open network ports.
- 4Configure Local Group Policy settings to enforce screen lock timeouts, account lockout thresholds, and password complexity.
- 5Enable the host-based firewall with restrictive inbound rules and connect the workstation to the production network.
Answer
The correct sequence for hardening the workstation is: First, change default administrative credentials and disable the local Guest account; second, connect to an isolated VLAN to install OS patches and security definitions; third, disable unneeded OS services, AutoPlay, and unused ports; fourth, configure local group policies for screen lock and lockout thresholds; fifth, enable the host-based firewall and connect to the production network.
The correct order follows established CompTIA security hardening guidelines: credentials and accounts are secured first to eliminate default access risks; OS updates and signatures are downloaded on an isolated VLAN next; unnecessary services, ports, and AutoPlay are disabled to minimize the attack surface third; local security policies (such as screen lock timeouts and account lockout controls) are enforced fourth; and host-based firewalls are activated immediately prior to joining the production network fifth.
Step-by-Step Solution
Key Concept
Workstation Hardening Sequence & Attack Surface Reduction