Skip to content

Instantly share code, notes, and snippets.

@ycaty
Last active August 25, 2022 17:51
Show Gist options
  • Save ycaty/91cd0895d25f37a44d72995357d3cd91 to your computer and use it in GitHub Desktop.
Save ycaty/91cd0895d25f37a44d72995357d3cd91 to your computer and use it in GitHub Desktop.
windows 10 turn on auto login without password
If you're unable to view "users must enter a username and password to use this computer"
after running "netplwiz" from run dialog.
1)
# RUN THIS ADMIN POWERSHELL
New-ItemProperty -Path “HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device” -Name DevicePasswordLessBuildVersion -Value 0 -Type Dword –Force
2)
# NEXT OPEN RUN DIALOG AND ENTER..
netplwiz
3)
# NEXT UNCHECK THE FOLLOWING
"users must enter a username and password to use this computer"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment