How to display seconds in the taskbar clock?
Currently it's not possible to make Windows 7 taskbar clock display the seconds without 3rd party app.
However, 7+ Taskbar Tweaker from http://rammichael.com/7-taskbar-tweaker adds this functionality with one single click:
This is not currently possible without using third party apps. While windows allows you to change the short-form and long-form of your default times (Control Panel -> Region and Language -> Additional Settings -> Time -> Short: hh:mm:ss tt
), this change does not take effect on the taskbar clock.
As @CharlieRB noted, you can use the Clock gadget to display the clock on your desktop, or you can click on the time to see an expanded calendar/clock flyout with the time in seconds.
Starting with Windows 10 build 14393:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced]
"ShowSecondsInSystemClock"=dword:00000001
In order to apply change immediately restart explorer.exe
process via Task Manager.
Or relogin. Thanks to Microsoft. On Linux I use xclock -digit
for 10 years ))
- http://winaero.com/blog/taskbar-clock-show-seconds-windows-10/
- http://www.winhelponline.com/blog/show-seconds-taskbar-clock-showsecondsinsystemclock/