I knew how to do it with Android phone, but because I paid with computer there was no possibility to switch internet connection over to phone. After 5 minute googling I found this article.
So solution is simple
- Run as Administrator cmd.exe
- netsh wlan set hostednetwork mode=allow ssid=<network_name> key=<password> keyUsage=persistent
- netsh wlan start hostednetwork
- Open Control Panel and go to Network and Sharing Center.
- Click Change Adapter Settings.
- Right click your Internet connection and select Properties.
- Click the Sharing tab.
- Check the box that says “Allow other network users to connect.”
- Choose your virtual Wi-Fi adapter and click OK.
- netsh wlan stop hostednetwork
- netsh wlan start hostednetwork
No comments:
Post a Comment