This commit is contained in:
USER
2025-08-21 20:40:13 +01:00
parent 837d0723a6
commit 63981c003b

5
PS/pShowSeconds.ps1 Normal file
View File

@ -0,0 +1,5 @@
If (!(Test-Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced")) {
New-Item -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" | Out-Null }
Set-ItemProperty -Path "HKCU:\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" -Name "ShowSecondsInSystemClock" -Type DWord -Value 1