服务器教程
windows中frp如何隐藏cmd命令窗口启动
新建一个文本文档在开头处写入 @echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit :begin REM ...
新建一个文本文档在开头处写入 @echo off if "%1" == "h" goto begin mshta vbscript:createobject("wscript.shell").run("""%~nx0"" h",0)(window.close)&&exit :begin REM ...