Enable Ctrl+Alt+Del Logon Using Regedit
Enabling the Secure Attention Sequence (Ctrl+Alt+Del) adds an extra
layer of security to your Windows login screen by preventing malware
from spoofing the logon prompt. This guide provides a direct,
step-by-step walkthrough on how to configure the Windows Registry
(regedit) to require the Ctrl+Alt+Del keystroke sequence
before a user can sign in.
Step 1: Open the Registry Editor
- Press Windows Key + R to open the Run dialog box.
- Type
regeditand press Enter (or click OK). - If prompted by User Account Control (UAC), click Yes to grant administrative permissions.
Step 2: Navigate to the Winlogon Key
In the Registry Editor address bar at the top, paste the following path and press Enter:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Alternatively, you can manually navigate through the folder tree in
the left sidebar: * HKEY_LOCAL_MACHINE *
SOFTWARE * Microsoft * Windows NT
* CurrentVersion * Winlogon
Step 3: Modify the
DisableCAD Value
- With the Winlogon folder selected on the left,
locate the value named
DisableCADin the right pane. - If
DisableCADexists:- Double-click on it to open the Edit window.
- If
DisableCADdoes not exist:- Right-click an empty area in the right pane, select
New > DWORD (32-bit) Value, and
name it
DisableCAD.
- Right-click an empty area in the right pane, select
New > DWORD (32-bit) Value, and
name it
- In the Value data field, enter
0.- Setting the value to
0enforces the Ctrl+Alt+Del requirement. - Setting the value to
1removes the Ctrl+Alt+Del requirement.
- Setting the value to
- Ensure the Base is set to Hexadecimal and click OK.
Step 4: Apply the Changes
- Close the Registry Editor.
- Restart your computer or sign out of your current Windows session.
Upon reaching the lock screen, Windows will now prompt you to press Ctrl+Alt+Del before presenting the username and password fields.