This tutorial will show you how to enable or disable secure sign-in to require users to press Ctrl + Alt + Delete on the lock screen before signing in to Windows 11.
The lock screen (aka: welcome screen) is the screen you see at startup and when you lock (Win+L) the PC. You will need to dismiss the lock screen to to see the sign-in screen and sign in to Windows.
For added security, you can enable secure sign-in to require users to press Ctrl + Alt + Delete on the lock screen before signing in. This guarantees that the authentic Windows sign-in screen appears, protecting the system from programs that mimic a sign-in to retrieve password info.
Reference:
Interactive logon Do not require CTRL+ALT+DEL - Windows 10
Describes the best practices, location, values, and security considerations for the Interactive logon Do not require CTRL+ALT+DEL security policy setting.
learn.microsoft.com
You must be signed in as an administrator to enable or disable secure sign-in.
Contents
- Option One: Enable or Disable Secure Sign-in in netplwiz
- Option Two: Enable or Disable Secure Sign-in in Local Security Policy
- Option Three: Enable or Disable Secure Sign-in using REG file
EXAMPLE: Secure sign-in "Press Ctrl+Alt+Delete to unlock" on lock screen
1 Open netplwiz.
2 Click/tap on the Advanced tab. (see screenshot below)
3 Check (enable) or uncheck (disable) Require users to press Ctrl+Alt+Delete under Secure sign-in for what you want.
4 Click/tap on OK.
Local Security Policy is only available in the Windows 11 Pro, Enterprise, and Education editions.
All editions can use Option Three to set the same policy.
1 Open Local Security Policy (secpol.msc).
2 Expand open Local Policies in the left pane, and click/tap on Security Options. (see screenshot below)
3 In the right pane of Security Options, double click/tap on the Interactive Logon: Do not required CTRL+ALT+DEL policy to open its properties. (see screenshot above)
4 Select (dot) Enabled (disable secure sign-in) or Disabled (enable secure sign-in) for what you want, and click/tap on OK. (see screenshot below)
5 You can now close Local Security Policy if you like.
1 Do step 2 (enable) or step 3 (disable) below for what you would like to do.
2 To Enable Secure Sign-in
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Enable_lock_screen_Ctrl+Alt+Del_Secure_sign-in_for_all_users.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DisableCAD"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DisableCAD"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableCAD"=dword:00000000
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableCAD"=-
3 To Disable Secure Sign-in
This is the default setting.
A) Click/tap on the Download button below to download the file below, and go to step 4 below.
Disable_lock_screen_Ctrl+Alt+Del_Secure_sign-in_for_all_users.reg
Download
(Contents of REG file for reference)
Code:
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DisableCAD"=dword:00000001
[HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon]
"DisableCAD"=-
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableCAD"=-
[HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\System]
"DisableCAD"=-
4 Save the .reg file to your desktop.
5 Double click/tap on the downloaded .reg file to merge it.
6 When prompted, click/tap on Run, Yes (UAC), Yes, and OK to approve the merge.
7 You could now delete the downloaded .reg file if you like.
That's it,
Shawn Brink
Related Tutorials
- Sign in to Windows 11
- Lock Computer in Windows 11
- Enable or Disable Lock Computer in Windows 11
- Enable or Disable Lock Screen in Windows 11
- Change Lock Screen Background to Windows Spotlight, Picture, or Slideshow in Windows 11
- Enable or Disable Show Lock Screen Background on Sign-in Screen in Windows 11
- Enable or Disable Lock Screen Background Motion in Windows 11
- Automatically Lock Computer after Inactivity in Windows 11
Attachments
Last edited: