rodrigosantosbr

How can I enable/disable the Ctrl-Alt-Del to enter logon information?

Aug 8th, 2020
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!

Windows NT 5.0 introduces the ability to remove the necessity of pressing Ctrl-Alt-Del, the Security Attention Sequence (SAS) to logon. By default on a workstation this is no longer needed however on a server it is still necessary but this can be configured with a single registry entry.

Start the registry editor (regedit.exe)
Move to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Double click on DisableCAD (create of type REG_DWORD if it does not exist)
Set to 1 if you don't want to have to press Ctrl-Alt-Del, and set to 0 if you do. Click OK
Close the registry editor
Reboot the machine
Disabling this feature does not decrease the security of Windows NT. To gain access to the computer, users are required to log on to Windows NT with a valid user name and password. The Windows NT logon process suspends all other user-mode processes to protect the logon process and is the only process that can create the access tokens used by the Windows NT security system.

This can also be set via a GUI on Windows 2000 Professional as follows:

Start the Users and Passwords control panel applet (Start - Settings - Control Panel - Users and Passwords)
Select the Advanced tab
Unselect "Require users to press Ctrl-Alt-Delete before logging on."
Click here to view image
Click Apply then OK

Add Comment
Please, Sign In to add comment