@echo off
reg add "HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Advanced" /v "ShowSecondsInSystemClock" /t REG_DWORD /d 1 /f

taskkill /f /im explorer.exe
timeout /t 2 /nobreak > nul
start explorer.exe

echo 修改成功