网上找了下有bat脚本来源b站,分享出来
源码:
@ echo off
%1 %2
ver|find “5.“>nul&&goto :admin
mshta vbscript:createobject(“shell.application“).shellexecute(“%~s0“,“goto :admin“,““,“runas“,1)(window.close)&goto :eof
:admin
mode con cols=50 lines=16
color f0
title 状态栏启用秒
:start
cls
echo.
echo 输入对应数字并且按下enter执行
echo ==================================================
echo 【1】 显示秒
echo 【2】 关闭秒
echo.
echo 【e】 退出
echo ==================================================
echo.
echo 输入对应数字后按下enter设定
set /p menu=
if %menu%==1 reg add “hkey_current_user\software\microsoft\windows\currentversion\explorer\advanced“ /v “showsecondsinsystemclock“ /t “reg_dword“ /d “1“ /f & taskkill /f /im explorer.exe & start explorer.exe
if %menu%==2 reg add “hkey_current_user\software\microsoft\windows\currentversion\explorer\advanced“ /v “showsecondsinsystemclock“ /t “reg_dword“ /d “0“ /f & taskkill /f /im explorer.exe & start explorer.exe
if %menu%==e exit
if %menu%==e exit
goto start
直接复制bat好像乱码,建议下载文件后缀改为bat
共有1个附件(扣50个妖晶):
1.状态栏显示秒.txt(1011Byte)
点击下载(3次)
后缀改为bat,管理员身份运行