Skip to content

Instantly share code, notes, and snippets.

@adyavanapalli
Created April 29, 2022 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adyavanapalli/f967e4ab19acfd65da4de5cbe451649f to your computer and use it in GitHub Desktop.
Save adyavanapalli/f967e4ab19acfd65da4de5cbe451649f to your computer and use it in GitHub Desktop.
Make Windows 10’s taskbar clock display seconds
Set-ItemProperty -Path HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced\ `
-Name ShowSecondsInSystemClock `
-Value 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment