- Home
·
- Registry
·
- A L@@K : Disabling CTRL + ALT + DELETE on Windows XP, NT and 2000 (using the registry)
A L@@K : Disabling CTRL + ALT + DELETE on Windows XP, NT and 2000 (using the registry)

***Disabling CTRL-ALT-DELETE on Windows NT, Windows 2000, and Windows XP***
There is an undocumented way to disable the Ctrl Alt Del key sequence on Windows NT/2000/XP
using the registry.
The key, 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon :
AutoAdminLogon (REG_SZ)' has only two legal values, according to Microsoft: "0" and "1". 0
disables automatic logon of the account stored, and 1 enables it. The strange thing is that
if you set the key to "2"...
Rate A L@@K : Disabling CTRL + ALT + DELETE on Windows XP, NT and 2000 (using the registry)
(15(15 Vote))
***Disabling CTRL-ALT-DELETE on Windows NT, Windows 2000, and Windows XP***
There is an undocumented way to disable the Ctrl Alt Del key sequence on Windows NT/2000/XP using the registry.
The key, 'HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon : AutoAdminLogon (REG_SZ)' has only two legal values, according to Microsoft: "0" and "1". 0 disables automatic logon of the account stored, and 1 enables it. The strange thing is that if you set the key to "2", it will enable automatic logon AND disable CTRL + ALT + DEL sequence registration by windows on boot, effectively disabling Task Manager, etc... Of course for this to work you will have to set the "DefaultUserName" and "DefaultPassword" keys to the username to automatically logon.
I've found this the easiest way to kill the Ctrl-Alt-Del sequence.
Again, here are the keys needed to be set:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon : AutoAdminLogon = "2"
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon : DefaultUserName = "(the username to automatically logon)"
- HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon : DefaultPassword = "(password for default username)"
A L@@K : Disabling CTRL + ALT + DELETE on Windows XP, NT and 2000 (using the registry) Comments
No comments yet — be the first to post one!
Post a Comment