connect to a wifi network using batch or vb script

本秂侑毒 提交于 2019-12-06 12:14:53

问题


I am trying to write a batch to automatically connect to a WiFi connection that has been set before on the system, I have tried using some other methods such as using NirCMD but unfortunately that doesn't work either.

any help would be appreciated

thanks in advance


回答1:


You can use this command from a dos console:

netsh wlan connect name=[wireless network]



来源:https://stackoverflow.com/questions/19039515/connect-to-a-wifi-network-using-batch-or-vb-script

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!