📎 AI Summary:
The thread discusses how to create a Wi-Fi hotspot on Windows 10. The original poster asks for guidance, and a contributor provides step-by-step instructions involving network sharing settings and command-line commands. The original poster confirms that the provided solution works, indicating a successful setup.
The thread discusses how to create a Wi-Fi hotspot on Windows 10. The original poster asks for guidance, and a contributor provides step-by-step instructions involving network sharing settings and command-line commands. The original poster confirms that the provided solution works, indicating a successful setup.
Solution
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
Then from cmd:
netsh wlan set hostednetwork mode=allow ssid=<ssid> key=<password>
netsh wlan start hostednetwork
zirkoni
Extraordinary Member
- Joined
- Oct 8, 2009
- Messages
- 230
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
Then from cmd:
netsh wlan set hostednetwork mode=allow ssid=<ssid> key=<password>
netsh wlan start hostednetwork
Xtrance
Member
- Joined
- Sep 5, 2016
- Messages
- 4
Thank you. It worked.Then from cmd:
netsh wlan set hostednetwork mode=allow ssid=<ssid> key=<password>
netsh wlan start hostednetwork