How to share wi-fi without software
Hello Everyone, today we will learn how to share wireless Connection without any software, Many advantages you will get whn share wirelwss connection without software :
Low resources for cpu, Avoud BSOD (blue Screen OF Death ) sometimes i had problem BSOD it occures becouse conflict software.
You can use command prompt below :
netsh wlan set hostednetwork mode=allow ssid="FREE HOTSPOT" key=technovisione
ANd now go to Control Panel\Network and Internet\Network Connections
for example im using wireless network Connection > Right Click > Properties
1) Choose Tab: Sharing
2)Check : Allow other network...
3) on tab Home Networking connection, choose Microsoft Virtual Wifi Miniport Adapter* or : "Wireless Network Connection 2" atau yg lain yg penting adapternya = "Microsoft Virtual Wifi Miniport Adapter" >then OK
Just click Ok whe you get this screen
it will set your wireless network connection 2 into 192.168.0.1
Now you can start Hotspot wit this command Prompt :
netsh wlan start hostednetwork
if you want to shut down the hotspot just enter the command prompt
netsh wlan stop hostednetwork
if you want to sehe who is connected type on command prompt :
netsh wlan show hostednetwork
If you wanna shortcut just create bat for the following command
netsh wlan set hostednetwork mode=allow ssid="FREE HOTSPOT" key=technovisione save as namefile.bat
netsh wlan start hostednetwork
netsh wlan show hostednetwork
netsh wlan stop hostednetwork