Change the Display of Clock (Time or Date) on WM5 Taskbar for Windows Mobile 5 Phone
Pocket PC Phone or Windows Mobile devices running Windows Mobile 5 (WM5) will display a battery level indicator icon by default. The battery indicator can be removed and replaced with clock. After the clock has been enabled and displayed on the taskbar, the clock display can be further customized to display time or data or both with different format.
Note: Registry in Windows Mobile 5 can be changed with PHM Registry Editor.
The registry keys that define the appearance of the clock in the taskbar is located at HKLM\Software\Microsoft\Shell\ branch. Just navigate to HKLM\Software\Microsoft\Shell\ and find a registry name named TBOpt. It can be set to show not only the time, but also the date, or just the date, or nothing at all.
The value for HKLM\Software\Microsoft\Shell\TBOpt for each settings are:
To show nothing:
HKLM\Software\Microsoft\Shell\TBOpt = 0 (DWORD decimal)
To show just the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 1 (DWORD decimal)
To show just the date:
HKLM\Software\Microsoft\Shell\TBOpt = 2 (DWORD decimal)
To show both the date and the clock:
HKLM\Software\Microsoft\Shell\TBOpt = 3 (DWORD decimal)
Note 1: If you are switching to the Analog clock display, the date will remain visible through the Analog clock.
Note 2: Setting the clock to invisible (show ‘nothing’) will not release the reserved space, so taskbar background is shown, and obscure any icons that will shift to the right.
Note 3: The date may get overlapped by the space reserved for the OK/Close button in the top-right corner. The fix is to add spaces at the end of your ‘Short Date Format’.
Beside, it’s also possible to display and attach AM or PM to the clock. Navigate to HKEY_LOCAL_MACHINE\nls\overrides to add a few new registry value:
1. Create a new String value with name = S1159 & data = Am
2. Create a new String value with name = S2359 & data = Pm
3. Create a new String value with name = STFmt & data = h:mm tM
Note: Please follow the capital letters and small letters used exactly or it may cause hard resets to your WM5 devices, and AM or PM (in capital letters) will be shown on the taskbar eventhough the registry data value was entered as Am and Pm.
Related Articles
- Display Clock on the Taskbar Replacing Battery Indicator
- How to Append and Add Custom Message or Text to System Clock on Windows Taskbar
- Change the Size to Group Similar Windows Together in Windows Taskbar (with Trick to Force Combine to One Button Only)
- How to Change the Windows 7 Taskbar Button Length or Width Size
- How to Display Text on Taskbar Buttons in Windows 7
- View and Display Date Picture Taken and Camera Model Metadata of Photos in Windows Explorer
- 511 – The Official Release Date For Windows Mobile 6.5
- With SBar Taskbar Replacement for Windows 7 Taskbar Features in XP or Vista
- Change Soft Keys (Shortcuts) on Windows Mobile Today or Home Screen
- Change (Increase or Decrease) Number of Recent or Frequent Items Displayed in Windows 7 Taskbar Jump List









































