plumyeti Posted May 10, 2023 Posted May 10, 2023 Trying to get auto login to work via GPO on exam laptops. Everything I've tried isn't working. Anyone got an example of a working GPO?
FN-GM Posted May 10, 2023 Posted May 10, 2023 (edited) Do not use group policy to do this. This credentials are stored in clear text and all domain users can read them. Also the password is readable in the registry. This utility can encrypt the password. This is much safer, assuming you lockdown who has local admin rights. https://learn.microsoft.com/en-us/sysinternals/downloads/autologon Edited May 10, 2023 by FN-GM
CHiLL Posted May 10, 2023 Posted May 10, 2023 We just use the classroom management software to do this (Impero in our case).
chazzy2501 Posted May 10, 2023 Posted May 10, 2023 we create an exam user with no password. The exam officer types it in before the exam. The account is disabled when not in use. 1
plumyeti Posted May 11, 2023 Author Posted May 11, 2023 Do not use group policy to do this. This credentials are stored in clear text and all domain users can read them. Also the password is readable in the registry. This utility can encrypt the password. This is much safer, assuming you lockdown who has local admin rights. https://learn.microsoft.com/en-us/sysinternals/downloads/autologon How would I go about setting this up via GPO?
dafyddf Posted May 18, 2023 Posted May 18, 2023 I would imagine it would be a startup script with something like: \\dcfilesrv\ExamSoftware\autologon.exe /accepteula exam ContosoHighSchoolDomain exampassword - once that has run once it should stick in the registry for the next reboot
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now