Skip to main content

Posts

Showing posts from August, 2015

Create Wifi Hotspot(How to Create Wifi Hotspot?)

WIFI  Hotspot Create Open a command line with administrator mode : ·          Click windows icon and write cmd   ·         Right click on cmd and select run as administrator. Write below line on command line. netsh wlan set hostednetwork ssid= hotspotname key= hotspotpass mode=allow ·        Now turn on wifi and run below command. netsh wlan start hostednetwork ·        To stop run below command netsh wlan stop hostednetwork