Display boot and shutdown screen with all black

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

HI All,

I managed to create a XPE image with Winlogon + Automatic Logon, and disable
all the boot and shutdown screen in TD and set the register key
'DisableStatusMessages' to 1. All work out fine, but there is a little bit
problem. While booting/shutting down, there is always a blue
screen/background display for about 1 second. Is there anyway to make this
to black screen/background? Or, is there anywhere to put a black image to
replace the blue screen/background?

Thanks in advance.

Joseph
 
Hi Joseph,

Create a component that has the follwing registry data:

HKEY_USERS\.DEFAULT\Control Panel\Colors\Background with a value of '0 0 0'
(without quotes).

Add a build order dependency on Windows API -User.

Your default background color should be black on the next build.

HTH,
Brad
 
Thanks Brad. It works.

Brad Combs said:
Hi Joseph,

Create a component that has the follwing registry data:

HKEY_USERS\.DEFAULT\Control Panel\Colors\Background with a value of '0 0 0'
(without quotes).

Add a build order dependency on Windows API -User.

Your default background color should be black on the next build.

HTH,
Brad
 
Back
Top