Friday 20 May 2016

Create a wifi hotspot in windows

Requirements: Windows with a wifi card
Steps: Open cmd.exe with administrator privileges and run:
netsh wlan set hostednetwork mode=allow ssid=MyWLAN key=password123
netsh wlan start hostednetwork
It does not work for 5Ghz, so only 2.4Ghz (windows driver limitation)

No comments:

Post a Comment