removing Welcome Windows Help!!!!

  • Thread starter Thread starter Jorge Gonzalez
  • Start date Start date
J

Jorge Gonzalez

Can someoone suggest how to to remove the Welcome Window
from prompting when the unit is first powered up?

The Users option under the Control Panel does not have the
Boot settings option in order to remove the
CTRL+Alt+Delete option.

This unit is not part of a Domain, it is set to work in a
group. Two users are created, we need to have the unit
logging automatically to one of this users.

Any suggestions are appreciated.

Jorge
 
Sounds like you need to be using the Automatic Logon and
not using the display friendly logon...
 
They're both components. If you add the Automatic Logon in
the component settings you can set up the username and
password, and if needed the domain. This will obviously
only work if you've also included an instance of the user
account component which has the appropriate settings for
the username and password in it.
 
try the following setting:
HKLM,"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\Explorer","NoWelcomeScreen",0x00010001,1

or if you use XP pro, play with gpedit.msc
 
Ah, I thought you were after help with an image you were
building in Target Designer. Is it an XPe image or XP Pro?
 
Jorge,
You can do this the old fashioned way by a regedit. Modify the following key
to automatically log the user on.
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon
Add the following keys
AutoAdminLogon = 1
DefaultUserName = username
DefaultPassword = password

Regards,

Sean Gahan
 
Back
Top