Turning Windows 7 into a WIFI hotspot

Source: Internet
Author: User

360 to push a portable router, I personally think its main purpose is to keep an eye on the information on users' wireless devices. Because if a user's mobile devices use this router, all unencrypted data is under his control.

In fact, Windows 7 and above systems are very easy to establish wireless hotspots, in order to more easily implement the function of using PC as a wireless hotspot, write a small tool, I hope you will not use 360 of such dangerous things.

The implementation principle is actually very simple. Call the command line and run several commands:

Start a virtual Wireless AP:

Netsh wlan set hostednetwork mode = allow ssid = WIFI_NAME key = "abcdefgh" netsh wlan start hostednetwork

Disable virtual Wireless AP:

Netsh wlan stop hostednetwork

The source code has been shared on Github: https://github.com/jinweijie/VirtualAP

Download executable: http://www.jinweijie.com/download/virtualap/virtualap.zip directly

Simple use tutorial: https://github.com/jinweijie/VirtualAP/blob/master/README.md

:

 

Thank you!

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.