win10&win11时间如何设置到秒 win10&win11右下角时间怎么显示当前秒数

1、开始中找到cmd命令提示符以管理员运行

win10&win11时间如何设置到秒 win10&win11右下角时间怎么显示当前秒数

2、在cmd 命令提示符中,依次输入下面两行脚本代码即可

powershell.exe Set-ItemProperty -Path HKCU:\Software\Microsoft\Windows\CurrentVersion\Explorer\Advanced -Name ShowSecondsInSystemClock -Value 1 -Force
 
taskkill /f /im explorer.exe & start explorer.exe

tips:如果想关闭显示秒数,第一行命令中:-Value 1显示秒数,改为-Value 0不显示秒数

win10&win11时间如何设置到秒 win10&win11右下角时间怎么显示当前秒数

上一篇 在Windows 11中关闭任务栏时间显示秒数