嘛,起初是因为测试模式的原因,因为要用到不要签名的软件。或者是过期签名~所以就搞了个这个小工具,管理员运行就好啦~当然你自己也可以加一点自己用的上的小命令啦~

@Echo Off
color 2e
Title 命令
:begin
cls
Echo. 请选择需要的操作
Echo 1 查看IP
Echo 2 清理垃圾
echo 3 注册表
echo 4 启动程序
echo 5 打开测试模式
echo 6 关闭测试模式
Set /P Choice= 请选择要进行的操作数字 ,然后按回车:
If not "%Choice%"=="" (
 If "%Choice%"=="6" bcdedit /set testsigning off
 If "%Choice%"=="5" bcdedit /set testsigning on
 If "%Choice%"=="4" msconfig
 If "%Choice%"=="3" regedit
 If "%Choice%"=="2" cleanmgr
 If "%Choice%"=="1" iPconfig /all
)
pause>nul
goto :begin
大概就是这样子啦,新建一个文本文档,然后重命名为.cmd就好啦

最后修改:2021 年 04 月 10 日

感谢看完,可以点个赞~请作者喝杯咖啡~ヾ(◍°∇°◍)ノ゙❤