我厌倦了每次计算机启动或移动热点自动关闭时都必须单击网络图标和移动热点按钮,所以我想通过任务计划程序使用批处理文件来自动执行该过程。
netsh wlan start hostednetwork
但是这个命令对我来说不起作用并导致以下消息:
The hosted network couldn't be started.
The group or resource is not in the correct state to perform the requested operation.
我发现无法启动托管网络我应该在设备管理器中启用“Microsoft 托管网络虚拟适配器”,但我却有“Microsoft Wi-Fi Direct 虚拟适配器”和“Microsoft Wi-Fi Direct 虚拟适配器 #2”。
我不确定“Microsoft 托管网络虚拟适配器”和“Microsoft Wi-Fi Direct 虚拟适配器”是否有某种关联,以便我可以使用与命令提示符略有不同的命令来允许批处理文件。
我该怎么做才能通过 cmd 打开移动热点?