How to make your laptop a portable hotspot
There are times when you want to share the internet connection especially when you are in a hotel room with ethernet connection. The following script allows you to share the connection
Just create a bat file on a windows computer and add the following text.
netsh wlan set hostednetwork mode=allow ssid="MY-VIRTUAL-WIFI-NAME" key="MY-VIRTUAL-WIFI-PASSWORD" keyUsage=persistent
netsh wlan start hostednetwork
netsh wlan show hostednetwork
and then execute the file for stopping it
netsh wlan start hostednetwork
netsh wlan show hostednetwork
You can find the source from where I copied this here in the comment section.
Just create a bat file on a windows computer and add the following text.
netsh wlan set hostednetwork mode=allow ssid="MY-VIRTUAL-WIFI-NAME" key="MY-VIRTUAL-WIFI-PASSWORD" keyUsage=persistent
netsh wlan start hostednetwork
netsh wlan show hostednetwork
and then execute the file for stopping it
netsh wlan start hostednetwork
netsh wlan show hostednetwork
You can find the source from where I copied this here in the comment section.
0 Comments:
Post a Comment
<< Home