satukoro Posted July 18, 2024 Share Posted July 18, 2024 (edited) I've searched high and low on google, copilot, reddit, etc. and unfortunately have not yet found a solution to my problem. Over the last 5 years or so I've utilized registry keys to have certain workstations automagically log on as a restricted user for the purpose of points of sale, camera monitoring workstations, etc. Instructions for this are available here: https://learn.microsoft.com/en-us/troubleshoot/windows-server/user-profiles-and-logon/turn-on-automatic-logon The gist of those instructions are to implement the following registry entries under the key "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon": AutoAdminLogon: 1 DefaultUserName: usernamegoeshere DefaultPassword: plaintextpasswordhere (I understand the implications of storing a password in plain text in the registry) DefaultDomainName: ourdomain Historically this has worked great, however it has recently stopped working since upgrading to W11 23H2. Google results have indicated that some users were able to fix this issue with the following registry key: "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device" > DevicePasswordLessBuildVersion: 0 However, that did not solve the issue I'm having. I have also tried to use the SysInternals tool as well as netplwiz to configure auto logon without success. I asked copilot about this and got the same instructions as the above link, the registry entry "DevicePasswordLessBuildVersion", and was told to check my credentials. Anyone else run into this? Link to comment https://www.neowin.net/forum/topic/1443970-autoadminlogon-configuration-no-longer-working-after-updating-to-23h2/ Share on other sites More sharing options...
satukoro Posted July 18, 2024 Author Share Posted July 18, 2024 Fixed this issue by removing our 2FA provider from being installed on those workstations. I thought it was related to 23H2 because we had done both of these changes within a week or so of eachother. AMPSV, bigarte and hellowalkman 2 1 Share Link to comment https://www.neowin.net/forum/topic/1443970-autoadminlogon-configuration-no-longer-working-after-updating-to-23h2/#findComment-598916931 Share on other sites More sharing options...
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