If you type:
control userpasswords2
you used to have an option to make a PC or server passwordless or at least login with a password automatically each time.
To get this check box back use the following command in powershell:
reg ADD “HKLM\SOFTWARE\Microsoft\WindowsNT\CurrentVersion\PasswordLess\Device” /v DevicePasswordLessBuildVersion
/t REG_DWORD /d 0 /f
All on one line.
Leave a Reply
You must be logged in to post a comment.