Search Tools Links Login

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


Visual Basic 6, or VB Classic

***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_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon :
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"...

Original Author: W?Ñzerface

Code

***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_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon : 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_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon : AutoAdminLogon = "2"



  • HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon : DefaultUserName = "(the username to automatically logon)"



  • HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindows NTCurrentVersionWinlogon : DefaultPassword = "(password for default username)"

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 304 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.