Difference between revisions of "Windows 7 as WiFi Access Point"

From Teknologisk videncenter
Jump to: navigation, search
m (added Category:Windows 7 using HotCat)
m
 
Line 1: Line 1:
 +
Run the following script in a command prompt as administrator
 
<source lang=cmd>
 
<source lang=cmd>
 
netsh wlan set hostednetwork mode=allow "ssid=Viborg" "key=1234567890" keyUsage=persistent
 
netsh wlan set hostednetwork mode=allow "ssid=Viborg" "key=1234567890" keyUsage=persistent

Latest revision as of 08:06, 1 June 2012

Run the following script in a command prompt as administrator

netsh wlan set hostednetwork mode=allow "ssid=Viborg" "key=1234567890" keyUsage=persistent
netsh wlan start hostednetwork

Link