Server 2022 needs reg hack to get users must enter a password box back

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.

Comments

Leave a Reply