Windows 10 Share Wi-Fi

Network and sharing center -> Ethernet -> Properties -> Sharing -> Allow other network users to connect through this computer's Internet connection

Then from cmd:
netsh wlan set hostednetwork mode=allow ssid=<ssid> key=<password>
netsh wlan start hostednetwork
 
Back
Top