Hi,
Policy management is a little (very) complicated and can produce unexpected or even disastrous results!
Registry key values:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Wampmanager64\Custom]
"LeftFontColor"=dword:00ffffff
"LeftFontName"="Tahoma"
"LeftFontSize"=dword:00000012
"LeftFontStyle"=dword:00000000
"RightFontColor"=dword:00ffffff
"RightFontName"="Tahoma"
"RightFontSize"=dword:00000010
"RightFontStyle"=dword:00000000
But... there are also modifiers of this information for certain types of menus or information.
These modifiers are in the config.inc.php file
- TextMenus -> Aestan Tray Menu text menu items
array $AesTextMenus
- TextMenuColor -> Aestan Tray Menu text menu color
array $AesTextMenuColor
- SeparatorMenuColor -> Aestan Tray Menu separator color
array $AesSeparatorLeftMenuColor and $AesSeparatorRightMenuColor
- PromptCustom -> Aestan Tray Menu prompt
array $AesPromptCustom
And the config.inc.php file is totally rewritten at each update of Wampserver.
---------------------------------------------------------------
Documentation Apache -
Documentation PHP -
Documentation MySQL -
Wampserver install files & addons