Have you ever wanted to see the seconds on your taskbar clock? You won’t find an option for this, but you can turn it on in Windows 10 with this trick.

Because this change is stored in your user profile, making this adjustment will not require administrative privileges and will only take effect for you. Any other users of the same machine that want the same will have to apply it for themselves.

The setting itself is controlled by a switch named “ShowSecondsInSystemClock” in the Explorer registry key. You can use Registry Editor to modify the value, but here’s a quick way to get the job done:

  1. Search for “command prompt” , and open it up
  2. Copy and paste the following command.  This will set the seconds option switch value to “1” (on), then stop and restart the Explorer process so that the change is effective.
reg add HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v ShowSecondsInSystemClock /t REG_dword /d 1 /f && taskkill /im explorer.exe /f && explorer.exe 

For easy copying, triple-click the above bold text to highlight the entire command. If needed after you run it, you can also press Ctrl-Shift-Escape to open Task Manager, then highlight the Windows Explorer process and restart it from there. In any case, the taskbar clock will show the seconds when it next loads and from now on.

And after you have your taskbar clock set, make the taskbar really shine with some additional transparency.

Comments

No comments yet. Why don’t you start the discussion?

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.