Asked By jwilliams55
10-May-07 12:17 PM

The short question is how do I set my custom theme as the default theme?
Here's more detail:
Several places have said to set the following registry key:
\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeWeb\OWA\Themes\DefaultTheme
(http://technet.microsoft.com/en-us/library/aa996029.aspx)
I have not been able to get this to work, even with the themes that ship
with Exchange.
Does anyone have specific ID's that they've gotten to work in the two
registry values? (one ID for the custom theme, and the corresponding ID for
the Default theme setting)
Abandoning this route I tried copying my default theme overwriting the MS
default theme, located here:
C:\Program Files\Exchsrvr\exchweb\themes\0
This still resulted in a problem. The page background color of: #2557ad is
still visable. I think this is a frameset color which cannot be set via CSS.
This value is set here for custom themes:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MSExchangeWeb\OWA\Themes\[Themename]
Value: id=[ID];path=[PATH];title=[Title];bgcolor=[HEXCOLOR]
...the location to change this for the default theme cannot be found.
Oh guru please help.