Article Number
000034180
Applies To
RSA Product Set: SecurID
RSA Product/Service Type: Authentication Agent for Windows
RSA Version/Condition: 7.x
Issue
This article provides steps to remove the "other users" login tile that appears when logging in to a Windows machine but keep the username tiles or remove the users' tiles and only keep other users.
Task
To complete this a few entries in the Group Policy need to be modified.
Resolution
To disable the Other Users tile
- Click Start and in the Run box, type gpedit.msc then press Enter. This opens the Local Group Policy Editor with the top-level Local Group Policy object open for editing.
- In the editor, expand Local Computer Policy > Computer Configuration > Administrative Templates > System > Logon.
- Double-click Always Use Classic Logon.
- Select Enabled, and then click OK.
- In the editor, expand Local Computer Policy > Computer Configuration > Windows Settings > Security Settings > Local Policies > Security Options.
- Double-click Interactive logon: Do not display last username.
- Select Disable, and then click OK.
- Restart the machine or open a command prompt as administrator and run the command gpupdate /force.
Notice: This will show all user IDs stored on that machine, thus the user can click on his tile directly and enter his password or passcode.
To enable the Other Users tile
- Invert the two policies above.
- Restart the machine or open a command prompt as administrator and run the command gpupdate /force.
Notice: This will only show the other users logon tile.
Notes
For Windows 7 Home and Basic Machines, there is no Group Policy editor (gpedit.msc), so we need to edit those entries through the registry:
- Click Start, type regedit.
- Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System.
- Double-click on dontdisplaylastusername in the right pane and then modify the value to 1.
- Alternatively, copy the text below into a text editor, save it with the extension .reg and execute it. A sample file is attached to this article.
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
“dontdisplaylastusername”=dword:00000001
This will disable the Other Users logon tile.