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"...
AI Summary: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
<B><FONT FACE="Tahoma" SIZE=4 COLOR="#ff0000"><P>***Disabling CTRL-ALT-DELETE on Windows NT, Windows 2000, and Windows XP***</P> </B></FONT><FONT FACE="Tahoma" SIZE=2> </FONT><FONT FACE="Tahoma"><P>There is an undocumented way to disable the Ctrl Alt Del key sequence on Windows NT/2000/XP using the registry. </P> <P>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. </P> <P>I've found this the easiest way to kill the Ctrl-Alt-Del sequence.</P> <P> </P> <B><P>Again, here are the keys needed to be set:</P> </B> <UL> </FONT><B><FONT FACE="Courier New" SIZE=2><LI>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon : AutoAdminLogon = "2"</LI></UL> <UL> <LI>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon : DefaultUserName = "(the username to automatically logon)"</LI></UL> <UL> <LI>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon : DefaultPassword = "(password for default username)"</LI></UL> </B>