Add a bat file(wlan.bat) with content:
netsh wlan set hostednetwork mode=allow ssid=testt key=12345678
netsh wlan start hostednetwork
pause
And execute it with administrator privilege.
Then your mobile devices can find the wifi ssid.
Add a bat file(wlan.bat) with content:
netsh wlan set hostednetwork mode=allow ssid=testt key=12345678
netsh wlan start hostednetwork
pause
And execute it with administrator privilege.
Then your mobile devices can find the wifi ssid.