Getting past the "ctrl-alt-del"

  • Thread starter Thread starter Gator
  • Start date Start date
To enable this function you need to add several new values to the key
below.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]

Add a new string value named 'DefaultUserName' and set it to the username
you wish to automatically logon as.
Add a new string value named 'DefaultPassword' and set this to the password
for the user entered above.
Add a new string value named 'DefaultDomainName' and set this to the domain
of the user. Ignore this value if the NT box is not participating in NT
Domain security.

Add a new string value named 'AutoAdminLogon' and set it to either '1' to
enable auto logon or '0' to disable it.

Exit and restart, Windows should not ask for a password and automatically
show the desktop of the user.
Note: The password is stored in registry, which means anyone who has access
to the machine has access to the password.

Note: You can bypass this function by holding down the SHIFT key during the
boot or logoff process.

Note: It is also important to note that if the DontDisplayLastUserName
value is enabled, the auto logon feature does not function

System Key : [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows
NT\CurrentVersion\Winlogon]
Value name :AutoAdminLogon
Data Type:REG_SZ(string Value)
Value Data:(0=disable,1=Enable)

Note : Please take a backup of your registry before doing this.

Raj
This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Alt codes 4
Chrome keyboard shortcuts 2
Ctrl+Del+Alt video 1
CTRL + ALT + DEL 3
Ctrl-Alt-Del disabled 0
Ctrl + Alt + Del Not working 7
On Screen Keyboard 2
Ctrl + Alt + Del stopped working 20

Back
Top