Showing Seconds in Windows Taskbar Clock

  1. Navigate to the following registry key
    Computer\HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced
  2. Look for the registry value named ShowSecondsInSystemClock. If it is not there, create a new DWORD (32-bit) Value by that name, and give it a value of 1.
    Name Type Data
    ShowSecondsInSystemClock REG_DWORD 0x00000001 (1)
  3. Logout and login again to see the change.