7
2
for some weird reason I can't use netsh wlan start hostednetwork
and instead I am using the windows 10 option "Mobile hotspot". My problem is that I want to turn on the hotspot automatically on startup, is there a way to do it ?
On my other laptop I used netsh
commands in a .bat file for this purpose, but this won't work now. I tried to run the same .bat file that I used on my other laptop and it's failing. Also, if I do netsh wlan show drivers
I get the following line (among others): Hosted network supported : No
Just to be clear, I can use Mobile hotspot through the windows 10 interface normally, my problem is that I want to turn it on automatically on startup. I searched a lot and I can't find a solution to this ...
Bonus question: While trying to find out if I can do this with a service (Windows key + R => services.msc), I probably bugged something (even though I turned all options back when I touched something), because the mobile hotspot needs to be clicked twice after a few seconds to be turned on now. Any idea how I can reset all the services to default ? Note: The Windows Mobile Hotspot service didn't help when I switched it to turn on automatically.
Hosted network supported : No
means no AP mode not supported by driver or likely by hardware. – Free Consulting – 2019-05-09T02:59:35.363See this answer written by me, w/explanation and working c++/code
– smallscript – 2020-02-28T04:09:39.090