Posts

Showing posts with the label Create hotspot

How to Create a Free Windows Hotspot Without Any Software ll BUFFOON SACHIN

Image
  BUFFOON SACHIN Hello, friends! In this blog post, I’ll show you how to create a hotspot on Windows without the need for any free or paid applications. We’ll be using Command Prompt (CMD) to set it up. Just follow the simple steps below: Note: For the code just type the text give in bold.If you receive some message from cmd then you have type the code correct. 1]Press the windows key and type cmd. Open CMD and type or copy/paste the below code & hit enter. netsh wlan set hostednetwork mode=allow ssid=name key=password  In ssid you have to type the name of your hotspot and in key type the password which you want to give. 2]Now you network is created and ready to host. To host it with other devices copy/paste or type the below code and hit enter. netsh wlan start hostednetwork Now your network is hosted you can use it with other devices with help of correct password. 3]Now to stop the sharing of hosted network or to turn off the hotspot copy/paste or type the below code and...