Ctrl-Alt-Delete prompts up during startup

  • Thread starter Thread starter AS
  • Start date Start date
A

AS

I have an XPe system up and running and I recently installed an application
which sort of disabled my automatic login. Now,
whenever, I startup, I get a "Press Ctrl-Alt-Delete" to login.... My problem
is, I don't want to use the keyboard.... I have the winlogon component and
the task mgr. etc is also in it. I don't have the "Users and Passwords"
Appln. section of the control panel..
So is there a registry key in there, that I can use to automatically login
without the keyboard...??

Thanks,
Regards,
 
Check the following in the registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"

and "DefaultUsername" and "DefaultPassword".

It seems that your auto login got disabled somehow.

HTH... Doug
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
There is also:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"ForceAutoLogon"="1"

HTH... Doug
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Doug Hoeffel said:
Check the following in the registry:

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon]
"AutoAdminLogon"="1"

and "DefaultUsername" and "DefaultPassword".

It seems that your auto login got disabled somehow.

HTH... Doug
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Have an opinion on the effectiveness of Microsoft Embedded newsgroups? Tell
Microsoft!
https://www.windowsembeddedeval.com/community/newsgroups
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 
Back
Top