A systems administrator is configuring local security policies on standalone Windows 11 Pro workstations in a multi-user clinical environment. Management requires that when a workstation is locked or restarted, the sign-in screen must not display the account name or email address of the user who previously logged in. Which setting within Local Security Policy (`secpol.msc`) must the administrator enable to satisfy this requirement?
- Interactive logon: Don't display last signed-inAnswer
- BInteractive logon: Machine inactivity limit
- CUser Account Control: Behavior of the elevation prompt for standard users
- DCredential Manager: Disallow persistence of passwords and credentials
Answer
Interactive logon: Don't display last signed-in
Enabling 'Interactive logon: Don't display last signed-in' within Local Security Policy (`secpol.msc` under Local Policies > Security Options) ensures Windows will not display the username, full name, or email address of the account that last signed in. This requires any user approaching the workstation to type both their username and password to log in.
Step-by-Step Solution
Key Concept
Local Security Policy Interactive Logon Settings