Disable Last Login (Computer Policy) - wAlber47/Tech-Journal GitHub Wiki
- Create a new GPO within the 'Computers' OU. Call it 'DisableLastLogin'.
- The security filter on this policy should be applied to Domain Computers, and not authenticated users.
- Edit the policy so that the "Do not display last user name" is enabled.
- You can find this option under Policies -> Security Settings -> Local Policies -> Security Options.
- Test your changes back on the computer you want to update using these two commands. May need to be run from an elevated position.
gpupdate /force
gpresult /scope computer /r
- Test the update:
gpresult /r