PowerShell
# Require Windows Hello sign in for Microsoft Accounts: 0 - off, 2 - on
New-ItemProperty
-Path
"HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device"
-Name
DevicePasswordLessBuildVersion
-Value
0
-Type
Dword
-Force
PowerShell
# Require Windows Hello sign in for Microsoft Accounts: 0 - off, 2 - on
New-ItemProperty
-Path
"HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion\PasswordLess\Device"
-Name
DevicePasswordLessBuildVersion
-Value
0
-Type
Dword
-Force