How to start wifi hotspot in computer using command prompt
- Open control panel and select "network and internet" link.
- Click on "view network status and tasks".
- Click on "change adapter settings".
- Right click on your wifi adapter and select properties.
- Select sharing tab and check the box named "Allow other network users to connect through this computers internet connection".
- now follow the steps given below:
- Start command prompt with administrative permissions(Press windows button > type cmd > right click on command prompt > select run as administrator).
- Type command netsh wlan set hostednetwork mode=allow ssid="wifi_name" key="password" and hit enter. This will setup the wifi hotspot on your computer with name: "wifi_name" and password: "password".
- To start wifi hotspot type command netsh wlan start hostednetwork.
- To stop wifi hotspot type command netsh wlan stop hostednetwork.
Done!!!





Comments
Post a Comment