Share PC internet to Smartphone
Create a text file, add the commands below and save it as a .bat file: @echo off netsh wlan set hostednetwork mode=allow ssid=new key=12345678 echo. netsh wlan start hostednetwork echo. pause
Create a text file, add the commands below and save it as a .bat file: @echo off netsh wlan set hostednetwork mode=allow ssid=new key=12345678 echo. netsh wlan start hostednetwork echo. pause