Difference between revisions of "Windows 7 as WiFi Access Point"
From Teknologisk videncenter
m (Created page with "<source lang=cmd> netsh wlan set hostednetwork mode=allow "ssid=Viborg" "key=1234567890" keyUsage=persistent netsh wlan start hostednetwork </source> {{Source cmd}} =Link= *[http...") |
m (added Category:Windows 7 using HotCat) |
||
| Line 6: | Line 6: | ||
=Link= | =Link= | ||
*[http://www.ishanarora.com/2009/07/29/windows-7-as-a-wireless-access-point/ Article: Windows 7 As A Wireless Access point] | *[http://www.ishanarora.com/2009/07/29/windows-7-as-a-wireless-access-point/ Article: Windows 7 As A Wireless Access point] | ||
| + | |||
| + | [[Category:Windows 7]] | ||
Revision as of 07:01, 1 June 2012
netsh wlan set hostednetwork mode=allow "ssid=Viborg" "key=1234567890" keyUsage=persistent
netsh wlan start hostednetwork