![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
![]() |
| |
| | #1 (permalink) |
| | VBS to set system colors I would like to create a simple VBS script to set my system colors (primarily the window title bar color). Any ideas? Thanks@ |
My System Specs![]() |
| | #2 (permalink) |
| | Re: VBS to set system colors If you look in the Registry under this key: HKCU\Control Panel\Colors\ you'll find a number of names. For instance, the active title bar color is the value "ActiveTitle". The data is an RGB value formatted as a string with spaces, so it's like R G B. You just have to calculate those values and format the string. (This info. is for Win95 ->XP. I assume Vista/7 is the same, but I'm not certain. Also, there are issues with writing to the Vista/7 64 Registry. 64-bit Windows basically has 2 Registries, which can make things very complicated in some cases. Quote: > I would like to create a simple VBS script to set my system colors Quote: > the window title bar color). Any ideas? > > Thanks@ |
My System Specs![]() |
| | #3 (permalink) |
| | Re: VBS to set system colors "mayayana" <mayaXXyana@newsgroup> wrote in message news:OwFxPsNUKHA.4364@newsgroup Quote: > If you look in the Registry under this key: > HKCU\Control Panel\Colors\ > you'll find a number of names. For instance, the > active title bar color is the value "ActiveTitle". > The data is an RGB value formatted as a > string with spaces, so it's like R G B. You > just have to calculate those values and format > the string. > > (This info. is for Win95 ->XP. I assume Vista/7 > is the same, but I'm not certain. Also, there are issues > with writing to the Vista/7 64 Registry. 64-bit Windows > basically has 2 Registries, which can make things > very complicated in some cases. > > Quote: >> I would like to create a simple VBS script to set my system colors Quote: >> the window title bar color). Any ideas? >> >> Thanks@ write to HKCU on Vista computers. If normal users (non-admin) attempt to write to HKLM, Vista may let you believe it happened, but it actually writes to a virtual hive in HKCU. -- Richard Mueller MVP Directory Services Hilltop Lab - http://www.rlmueller.net -- |
My System Specs![]() |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| colors | Vista General | |||
| COLORS 2 | Vista General | |||
| Colors | Vista General | |||
| GUI colors AWFUL | Live Mail | |||
| Windows Mail Stationery Stopped Working, Also Font colors and background colors... | Vista mail | |||