VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



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

by Wåzerface (10 Submissions)
Category: Registry
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (14 Votes)

***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)

***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)"

Download this snippet    Add to My Saved Code

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

No comments have been posted about A L@@K : Disabling CTRL + ALT + DELETE on Windows XP, NT and 2000 (using the registry). Why not be the first to post a comment about A L@@K : Disabling CTRL + ALT + DELETE on Windows XP, NT and 2000 (using the registry).

Post your comment

Subject:
Message:
0/1000 characters