Re: Any way to show battery AND time persistently on task bar?
BTW, these DO NOT work:
hklm\software\microsoft\shell\ShowTitleBarClock
0=battery
1=clock
2=neither
3=Both
///
HKLM\Services\Power\ShowIcon=1
///
Tray icons reg settings.
"dword:00000000" - disable, "dword:00000001" - enable
Power icon
[HKEY_LOCAL_MACHINE\Services\Power]
"ShowIcon"=dword:00000000
Rotation icon
[HKEY_LOCAL_MACHINE\System\GDI\Rotation]
"EnableTray"=dword:00000000
And wireless icon
[HKEY_LOCAL_MACHINE\Services\WirelessMgr]
"Keep"=dword:00000000
Last edited by snovvman; 10-03-2008 at 10:30 PM.
|