View Single Post
  #1 (permalink)  
Old 12-29-2007, 01:28 AM
lightbiter's Avatar
lightbiter
Regular 'Geeker
Offline
 
Join Date: Oct 2007
Posts: 286
Reputation: 99
lightbiter is becoming a great contributor
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Hide/Show Screen orientation icon
If you wish to hide the Screen orientation icon, shown in the task bar on some devices, you can set:
HKLM\System\GDI\Rotation\HideOrientationUI = 1 (DWORD decimal)
And to show it again:
HKLM\System\GDI\Rotation\HideOrientationUI = 0 (DWORD decimal)

If this doesn't work, you can try:
HKLM\Services\screenrotate = 0 (DWORD decimal)
And to show it again:
HKLM\Services\screenrotate = 1 (DWORD decimal)

Note that this icon and its feature may not be available on your device at all.


Hide/Show battery indicator in Task bar
If you wish to hide the battery indicator in the task bar on some devices, you can set:
HKLM\Services\Power\ShowIcon = 0 (DWORD decimal)
And to show:
HKLM\Services\Power\ShowIcon = 1 (DWORD decimal)

Note that this icon and its feature may not be available on your device at all. For example, the HTC Wizard regularly ships with a battery indicator in the Tray instead, governed by "Windows\Startup\Init_Tray.exe".
__________________
1. Google is your friend
2. Search first, ask second (it increases retention)
3. Look before you leap. Then leap. Then fix it.
Reply With Quote