简体   繁体   English

在特定时间连接到WiFi

[英]Connect to WiFi in specific time

How can I connect to my WiFi in a specific time. 如何在特定时间连接到我的WiFi。 For example I want my notebook connect to a WiFi at 3:00 AM and disconnect at 7:00 AM. 例如,我希望笔记本电脑在3:00 AM连接到WiFi,在7:00 AM断开连接。 How can I do it? 我该怎么做?

You could use Windows Scheduled Tasks to run a bat file that connects. 您可以使用Windows计划任务来运行连接的bat文件。 You would need to make sure that your battery / power settings allowed the computer to be awake at that time or always on. 您需要确保电池/电源设置允许计算机在那时或始终处于唤醒状态。

In the bat file I would use a command similar to this: 在bat文件中,我将使用类似于以下命令:

netsh wlan connect ssid=YOURSSID name=PROFILENAME netsh wlan connect ssid =您的ID名称= PROFILENAME

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM