A desktop technician is configuring local security settings on newly provisioned standalone Windows workstations for a financial call center. The security baseline requires mitigating credential-based attacks targeting default accounts and restricting unauthorized incoming network traffic without disabling essential management access. Which TWO configuration settings should the technician implement to meet these hardening requirements?
- Disable the built-in Guest account and rename the local Administrator account.Answer
- BSet the User Account Control (UAC) prompt behavior to 'Never Notify' for administrative users.
- Enable Windows Defender Firewall and configure the active profile to block all inbound connections by default.Answer
- DOpen Event Viewer to configure the Local Account Lockout Policy thresholds.
Answer
The technician should disable the built-in Guest account and rename the local Administrator account, as well as enable Windows Defender Firewall and configure the active profile to block all inbound connections by default.
Disabling default built-in accounts such as Guest and renaming the default Administrator account eliminates well-known targets for brute-force attacks. Simultaneously, enforcing an inbound block rule on the host firewall minimizes network attack vectors.
Step-by-Step Solution
Key Concept
Workstation Hardening via Account Restructuring and Host Firewall Configuration