Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

removing Welcome screen

23 views
Skip to first unread message

ArtRab

unread,
Aug 17, 2006, 4:42:02 PM8/17/06
to
Hello,

I'd like to remove the Welcome screen on bootup. Based on a previous post ,I
added the registry key

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system\

DisableStatusMessages REG_DWORD 1

(I also tried a value of 0).

I confirmed that the registry key is on the target. However the Welcome
screen is still there.

Any ideas on why it's still there?

Thanks,

Art R.

Darren Twiss

unread,
Aug 20, 2006, 6:34:02 PM8/20/06
to
Hi Art

See if this is what you are after.

In Target Designer click on settings in your solution (just above extra
files, etc)

Then select 'other settings' and 'Do not display GUI boot screens'

This adds the /NOGUIBOOT switch to the BOOT.INI file and disables much of
the GUI during boot.

Hope this helps

Darren Twiss

--
Darren Twiss
Embiam Ltd.
Embedded Software Systems
www.embiam.com

LPhuong

unread,
Aug 22, 2006, 5:41:02 AM8/22/06
to
Hi Art,
Have you tried
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\policies\system
Data Name: HideStartupScripts Data Type: REG_DWORD Data Value: 1

Best regards,
Linh Phuong

Jim

unread,
Aug 24, 2006, 2:58:01 PM8/24/06
to
Hi Art,

Leave the DisableStatusMessages as 1.

Then go to HKLM\Software\Microsoft\Windows NT\CurrentVersion\WinLogon

Set LogonType to 0.
Set AutoAdminLogon to 1

If you don't have AutoAdminLogon (REG_SZ), I suggest you add the Automatic
Logon component in TD.

That should solve your problem =)

0 new messages