应用场景:热点自动启动、网页自动认证,系统自动重启
一、 通过批处理打开wifi热点@echo off
Ping /n 3 127.0.0.1 > null
powershell.exe -encodedCommand
……(参考附件)
Pause
二、 通过批处理命令实现系统重启@echo off
shutdown -r -t 50
pause
@echo off
shutdown 电脑 -a
pause
四、 通过计划任务实现wifi自启动开启a) 创建任务:选择不管用户是否需要登录都要运行
b) 电脑 触发器设置:选择在系统启动时
c) 操作:启动程序,关联wifi自启动服务.bat
电脑