Last active
August 25, 2022 17:51
-
-
Save ycaty/91cd0895d25f37a44d72995357d3cd91 to your computer and use it in GitHub Desktop.
windows 10 turn on auto login without password
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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