How to enable a new logon screen in Windows 10?

Windows 10
Windows 10

Got any Tips, Tricks or Tweaks for Windows 10 that you would like to share? Post them here and with screenshots, scripts etc. So that it may be benefical to others.

You can enable this feature via the registry or just use the commandline script provided and run as admin.

Enable = 1, disable = 0

@Echo Off
Reg Add “HKLMSOFTWAREMicrosoftWindowsCurrentVersionAuthenticationLogonUITestHooks” /v “Threshold” /t REG_DWORD /d 1 /f

Windows 10 logon

Post your Tips, Tricks or Tweaks for Windows 10 in our forums