2024-03-29 16:51:48 +08:00

15 lines
540 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# tool_autologin_wlan
学校校园的自动登录被禁用了,于是写了个脚本替代原本的自动登录
仅支持windows
###使用方法
1. 导入系统计划任务
将plan_task.xml里的内容进行修改
- <Author>FIBER-LAPTOP\leaf填你的计算机名和用户名</Author>
- [EventData[Data[@Name='SSID']='(填wifi名)']]
- <UserId>S-1-5-21-433269246-2958678966-4243435114-1001填用户ID</UserId>
- <Command>C:\Users\leaf\Apps\scripts\WLAN_autologin.vbs (填脚本位置)</Command>
2. 连接wifi测试触发