Win7 WiFi hostpot
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
netshwlan set hostednetwork mode=allow ssid=MyNet key=12345678keyUsage=persistent netshwlan start hostednetwork
Windows 7 comes with a new feature for sharing your computers internet connection. Now, you can do it wireless. Well, As long as your system’s wireless network adapter supports Windows 7 “virtual wi-fi” feature, you can do it.
Next you need to check if your network card has the latest driver to support the feature. Intel, Broadcom, Realtek and some other NIC makers provide such drivers.
If the above conditions are met, you are good to read on …
The Commands – Step 1
Feel free to put the following commands into a .bat-file for simpler and faster usage.
∙Open an elevated command prompt (Type “CMD.EXE” in the start menu search bar, then right click the cmd.exe link and select “Run as Administrator”).
∙In the command window, type: netshwlan set hostednetwork mode=allow ssid=MyNet key=MyPasswordkeyUsage=persistent
∙Replace “MyNet” with the name you want to use for the wireless network and replace “MyPassword” with your chosen password for accessing it)
∙Press Enter.
∙Now type: netshwlan start hostednetwork
∙Press Enter.
Step 2 – You need only do this once (usually):
∙Open Control Panel and go to Network and Sharing Center.
∙Click Change Adapter Settings.
∙Right click your Internet connection and select Properties.
∙Click the Sharing tab.
∙Check the box that says “Allow other network users to connect.”
∙Choose your virtual Wi-Fi adapter and click OK.
Now Wi-Fi enabled computers within range should see your new wireless network and others can connect to it if they know the password.