Enable Ctrl Alt Delete Secure Sign-In Windows 11
Requiring users to press Ctrl + Alt + Delete before signing into Windows 11 adds an extra layer of security known as Secure Sign-in. This feature ensures that the authentic Windows login screen appears rather than a spoofed screen designed by malware to capture credentials. This guide outlines the most straightforward methods to enable this security feature using the User Accounts tool, the Local Security Policy editor, and the Windows Registry.
Method 1: Using the User Accounts Tool (Netplwiz)
This is the quickest method and works on all editions of Windows 11.
- Press Windows Key + R to open the Run dialog box.
- Type
netplwizand press Enter. - In the User Accounts window, navigate to the Advanced tab.
- Locate the Secure sign-in section at the bottom.
- Check the box labeled Require users to press Ctrl+Alt+Delete.
- Click Apply and then OK.
Method 2: Using the Local Security Policy
This method is suitable for Windows 11 Pro, Enterprise, and Education editions.
- Press Windows Key + R to open the Run dialog.
- Type
secpol.mscand press Enter. - In the left pane, expand Local Policies and click on Security Options.
- In the right pane, locate and double-click the policy named Interactive logon: Do not require CTRL+ALT+DEL.
- Set the policy to Disabled (disabling the bypass enforces the Ctrl + Alt + Delete prompt).
- Click Apply and then OK.
Method 3: Using the Registry Editor
If you prefer using the registry or need to automate the configuration, use the following steps:
- Press Windows Key + R, type
regedit, and press Enter. - Navigate to the following path:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon - In the right pane, locate the DWORD value named
DisableCAD. (If it does not exist, right-click an empty
area, select New > DWORD (32-bit) Value, and name it
DisableCAD). - Double-click DisableCAD and change its
Value data to
0. - Click OK and restart your computer to apply the changes.
Once enabled by any of these methods, lock your PC by pressing Windows Key + L to verify that the Ctrl + Alt + Delete prompt is active.