VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

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

Wåzerface  (10 Submissions)   Registry   Visual Basic 5.0   Beginner   Wed 3rd February 2021

***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))
A L@@K : Disabling CTRL + ALT + DELETE on Windows XP, NT and 2000 (using the registry).bas

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

0/1000 characters