📎 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.

Xtrance

Member
Joined
Sep 5, 2016
Messages
4
Thread Author #1
Hello. How I can share (create an access point) Wi-fi on Windows 10?
 

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

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
 

Solution