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!