PC Review


Reply
Thread Tools Rate Thread

Remove 'Welcome' message screen at startup

 
 
=?Utf-8?B?Um9zaGFuIFIuRA==?=
Guest
Posts: n/a
 
      6th Jul 2007
Hello All,

I am building a custom shell using Winlogon component, I can’t use Minlogon
due to some issues. I want to remove the "Welcome" message screen during
Windows XPe boot time.
This question is not related to the splash screen (i.e. setting Noguiboot in
boot.ini)
I think this is part of msgina: ShellReadyEvent. Anyone knowing the solution
please help.

Regards
Roshan.




 
Reply With Quote
 
 
 
 
Mike Warren
Guest
Posts: n/a
 
      6th Jul 2007
Roshan R.D wrote:

> I am building a custom shell using Winlogon component, I can’t use
> Minlogon due to some issues. I want to remove the "Welcome" message
> screen during Windows XPe boot time.
> This question is not related to the splash screen (i.e. setting
> Noguiboot in boot.ini)
> I think this is part of msgina: ShellReadyEvent. Anyone knowing the
> solution please help.


Have you included the "Automatic Logon" component?

Here's some more information:

http://groups.google.com/group/micro...embedded/brows
e_thread/thread/481163e83dcf73cf/0b9dba0840549c19?lnk=gst&q=remove+welco
me+screen&rnum=3#0b9dba0840549c19

or

http://tinyurl.com/2pj7nu


--
-Mike
 
Reply With Quote
 
=?Utf-8?B?Um9zaGFuIFIuRA==?=
Guest
Posts: n/a
 
      6th Jul 2007
Hello Mike,

Thanks for the reply, I tried the registry settings and added the Automatic
Logon component but still I can see the Welcome Screen for some time on the
screen. What must be missing?

Regards
Roshan.

"Mike Warren" wrote:

> Roshan R.D wrote:
>
> > I am building a custom shell using Winlogon component, I can’t use
> > Minlogon due to some issues. I want to remove the "Welcome" message
> > screen during Windows XPe boot time.
> > This question is not related to the splash screen (i.e. setting
> > Noguiboot in boot.ini)
> > I think this is part of msgina: ShellReadyEvent. Anyone knowing the
> > solution please help.

>
> Have you included the "Automatic Logon" component?
>
> Here's some more information:
>
> http://groups.google.com/group/micro...embedded/brows
> e_thread/thread/481163e83dcf73cf/0b9dba0840549c19?lnk=gst&q=remove+welco
> me+screen&rnum=3#0b9dba0840549c19
>
> or
>
> http://tinyurl.com/2pj7nu
>
>
> --
> -Mike
>

 
Reply With Quote
 
Sean Liming \(MVP\)
Guest
Posts: n/a
 
      6th Jul 2007

There are alternative solutions to getting rid of the Welcome screen. Here
is a link to my MEDC Lockdown presentation:
http://www.seanliming.com/MEDC2007.html that discusses the alternatives.

Regards,

Sean Liming
www.sjjmicro.com / www.seanliming.com
Book Author - XP Embedded Advanced, XP Embedded Supplemental Toolkit


"Roshan R.D" <(E-Mail Removed)> wrote in message
news:C729D5FA-FAAA-407A-A9FD-(E-Mail Removed)...
> Hello Mike,
>
> Thanks for the reply, I tried the registry settings and added the
> Automatic
> Logon component but still I can see the Welcome Screen for some time on
> the
> screen. What must be missing?
>
> Regards
> Roshan.
>
> "Mike Warren" wrote:
>
>> Roshan R.D wrote:
>>
>> > I am building a custom shell using Winlogon component, I can’t use
>> > Minlogon due to some issues. I want to remove the "Welcome" message
>> > screen during Windows XPe boot time.
>> > This question is not related to the splash screen (i.e. setting
>> > Noguiboot in boot.ini)
>> > I think this is part of msgina: ShellReadyEvent. Anyone knowing the
>> > solution please help.

>>
>> Have you included the "Automatic Logon" component?
>>
>> Here's some more information:
>>
>> http://groups.google.com/group/micro...embedded/brows
>> e_thread/thread/481163e83dcf73cf/0b9dba0840549c19?lnk=gst&q=remove+welco
>> me+screen&rnum=3#0b9dba0840549c19
>>
>> or
>>
>> http://tinyurl.com/2pj7nu
>>
>>
>> --
>> -Mike
>>


 
Reply With Quote
 
Mike Warren
Guest
Posts: n/a
 
      6th Jul 2007
Roshan R.D wrote:

> Thanks for the reply, I tried the registry settings and added the
> Automatic Logon component but still I can see the Welcome Screen for
> some time on the screen. What must be missing?


These are the keys I used to set to prevent the light blue "Welcome"
screen. The side effect is that you will see 2 short dialogs in place
of it.

HKLM\Software\Microsoft\Windows NT\CurrentVersion\Winlogon

String 'AutoAdminLogon', '1'
String 'DefaultPassword', ''
Integer 'DontDisplayLastUserName', 1
Integer 'DisableCAD', 1
Integer 'LogonType', 0
String 'Shell', ProgName

--
-Mike
 
Reply With Quote
 
JS
Guest
Posts: n/a
 
      7th Jul 2007
Also, if your shell takes a long time to start (eg: a .net app), you may
want
to create a small C program to be your shell. It can show a splash screen
while
it launches your real shell.


 
Reply With Quote
 
=?Utf-8?B?cHl6?=
Guest
Posts: n/a
 
      30th Jul 2007
Roshan,

What you need to do is in Target Designer, go to the Windows Logon component
and in settings uncheck the "Show Windows Welcome Screen" option. I would
also uncheck the "Show friendly logon" option too if you have automatic logon.



"Roshan R.D" wrote:

> Hello All,
>
> I am building a custom shell using Winlogon component, I can’t use Minlogon
> due to some issues. I want to remove the "Welcome" message screen during
> Windows XPe boot time.
> This question is not related to the splash screen (i.e. setting Noguiboot in
> boot.ini)
> I think this is part of msgina: ShellReadyEvent. Anyone knowing the solution
> please help.
>
> Regards
> Roshan.
>
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to remove dual boot startup screen Adrian Boliston Windows XP General 6 5th Aug 2005 06:36 AM
remove login button on startup screen =?Utf-8?B?bXZvbGxtZXJz?= Windows XP Help 1 21st Jun 2005 06:37 PM
How to remove startup screen after SP2 ? John Smith Windows XP Configuration 0 7th Mar 2005 09:15 AM
How to remove message at startup JamesO Windows XP General 2 16th Feb 2004 05:58 AM
Remove Enable/Disable Macro message at startup carvil16 Microsoft Excel Programming 1 27th Jan 2004 05:25 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 10:06 AM.