I'm developing a Windows application in C# and distribute it with a PC with Windows Home operating system to customers. I'd like to make the PC a wireless hotspot.
I tried creating a hosted network, but NETSH WLAN show drivers reports that the driver does not support hosted network. I can create a hotspot using Windows settings Mobile hotspot manually. Searching online I can only find code that runs on WinRT.
Is there a way to do what Windows Settings Mobile Hotspot control does in C#?