Win11 右下角时间显示到秒

PowerShell 版本:

Set-ItemProperty `
    -Path "HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced" `
    -Name ShowSecondsInSystemClock `
    -Type DWord `
    -Value 1

然后重启资源管理器生效。