Last active
March 22, 2022 05:43
-
-
Save MarkZhangTW/8a13a0b55617e79698ac84b39f04552e to your computer and use it in GitHub Desktop.
Configure Windows 11's explorer to show seconds on clock.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
reg add HKCU\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced /v ShowSecondsInSystemClock /t REG_DWORD /d 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment