enable Win10 inbuild hotspot by cmd/batch/powershell

前端 未结 7 1944
渐次进展
渐次进展 2020-12-31 10:59

as the title says I search for a way to enable/disable the Hotspot inbuild in Win10 via the command prompt/powershell/a batch file. In the GUI it can be easily done with the

相关标签:
7条回答
  • 2020-12-31 11:30

    Turn on command - netsh wlan set hostednetwork mode=allow

    Turn off command - netsh wlan set hostednetwork mode=disallow

    -not tested-

    0 讨论(0)
提交回复
热议问题