Select Page

To create a WIFI access point on Windows do the following:

– Run a command window as administrator (right click command window icon, run as admin)
– Enter:
[plain]netsh wlan set hostednetwork mode=allow "ssid=ssid" "key=key” keyUsage=persistent
netsh wlan start hostednetwork[/plain]
(change ssid and key to what you want to use)

Now the WIFI accesspoint “ssid” should be visisble from another computer and you should be able to connect with the key “key”. If you want internet access on the connection you can share the connection from another adapter.