Add seconds to the system clock using a registry tweak. After applying the tweak, you need to either restart your computer, or restart the explorer.
Enable:
1 2 3 4 |
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSecondsInSystemClock"=dword:00000001 |
<! - more -> Disable:
1 2 3 4 |
Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced] "ShowSecondsInSystemClock"=dword:00000000 |