Jump to content

how to change the color of background - guirunonce


Recommended Posts


or if you mean the cmd do this

0=balck (use it for backround)

1=blue

2=green

3=aqua

4=red

5=purple

6=yellow

7=white

8=gray

9=light blue

a=light green

b=light aqua

c=light red

d=light purple

e=light yellow

f=bright white

well thats all of them, first numeral is back round second

is the letter color

color 09 is black w\light blue lettering

ECHO.

color 09

ECHO Installing what ever

Link to comment
Share on other sites

if u specify a program to run in winnt.sif it runs a blue background. its that blue color i want to change

example of xplode :

3.) Use [GUIRunOnce]inside Winnt.sif

Add this line underneath the section to start XPinstall using the default XPInstall.xml file

"%Systemdrive%\Install\XPinstall.exe"

Add this line if you want to start XPinstall using an alternate XML file such as test.xml

"%Systemdrive%\Install\XPinstall.exe /x:#Systemdrive#\Install\test.xml

edit:

is this the place to change?

Changing the logon background colour 

To change the logon background colour:

Use a registry editing tool to navigate to the following tool:

HKEY_USERS\.DEFAULT\Control Panel\Colors\Background

Change the following value:

Data Type: REG_SZ

Value Name: Background

Value: Decimal RGB value for the colour you wish to set, for example:

Red: 255 0 0

Green: 0 255 0

Blue: 0 0 255

Black: 0 0 0

White: 255 255 255

Please note: All numeric values are shown in decimal notation

source: http://www.sanx.org/tipShow.asp?articleRef=18

Link to comment
Share on other sites

@RaveRod

I'm not sure if we are talking about the same grey color of window but it can be change without passing by windows theme

The grey of window is ButtonFace

And many more colors customization possible in this hive

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Control Panel\Colors]
"ActiveBorder"="212 208 200"
"ActiveTitle"="10 36 106"
"AppWorkSpace"="128 128 128"
"Background"="0 41 83"
"ButtonAlternateFace"="181 181 181"
"ButtonDkShadow"="64 64 64"
"ButtonFace"="212 208 200"
"ButtonHilight"="255 255 255"
"ButtonLight"="212 208 200"
"ButtonShadow"="128 128 128"
"ButtonText"="0 0 0"
"GradientActiveTitle"="166 202 240"
"GradientInactiveTitle"="192 192 192"
"GrayText"="128 128 128"
"Hilight"="10 36 106"
"HilightText"="255 255 255"
"HotTrackingColor"="0 0 128"
"InactiveBorder"="212 208 200"
"InactiveTitle"="128 128 128"
"InactiveTitleText"="212 208 200"
"InfoText"="0 0 0"
"InfoWindow"="255 255 225"
"Menu"="212 208 200"
"MenuText"="0 0 0"
"Scrollbar"="212 208 200"
"TitleText"="255 255 255"
"Window"="255 255 255"
"WindowFrame"="0 0 0"
"WindowText"="0 0 0"
"MenuHilight"="49 106 197"
"MenuBar"="236 233 216"

@gmx

Yes I think it is what you want

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...