PowerShell 版本:
Set-ItemProperty `
-Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" `
-Name ShowSecondsInSystemClock `
-Type DWord `
-Value 1
然后重启资源管理器生效。
PowerShell 版本:
Set-ItemProperty `
-Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" `
-Name ShowSecondsInSystemClock `
-Type DWord `
-Value 1
然后重启资源管理器生效。