
5 SIMPLE STEPS TO TURN YOUR WINDOWS 8 AND 10 PCs INTO A MOBILE HOT SPOT WITHOUT A THIRD PARTY SOFTWARE
![]() |
SIMPLE STEPS TO TURN YOUR WINDOWS 8 AND WINDOWS 10 LAPTOP INTO A WIRELESS HOTSPOT WITHOUT USING ANY 3RD PARTY SOFTWARE |
The procedure described here utilizes Windows’ local Network Shell utility, sending the WLAN order inside the utility to empower a facilitated system that will, thus, fill in as your improvised connection. On the off chance that this sounds overwhelming, worry not, for the genuine method is genuinely simple. Pursue the means described underneath, and you ought to be a great idea to go.
To begin, follow these 5 simple steps below
Step 1:
Launch your windows command prompt in administrative mode by combining the shortcut keys on your keyboard
Step 2:
Run the following command to confirm that your system interface supports virtualization:
netsh wlan show drivers
If Hosted network supported says Yes, you’re all set. Otherwise, you will need to update your software or perhaps upgrade your hardware, if the software update doesn’t fix it.
Step 3:
netsh wlan set hostednetwork mode=allow ssid=enter_network_name_here key=enter_password_here
netsh wlan start hostednetwork
Step 5:
You’re good to go, with only one thing remaining. At this point, you have to permit Internet Connection Sharing (ICS) for your currently-active internet connection. Basically, head over to Network and Sharing Center by right-clicking on the network icon on your taskbar and click on the option “Open network and sharing centre“.
You will notice that our newly created hosted network is up and active. Click on the current network with the active internet connection.
then, click on properties.
netsh wlan stop hostednetwork
Anytime you wish to share your laptop’s internet connection, you don’t need to undergo all the procedures stated above, you can simply open your command prompt in the administrative mode as described in step1 then use the command
netsh wlan start hostednetwork
as stated in step 4 to turn on your ad hoc network.
Alternatively, you can create two batch files with a notepad which you can use to turn on and off your wireless hotspot respectively.
Creating the first batch file for turning on your adhoc network
- Open notepad
- type in the command for starting the hosted network (netsh wlan start hosted network).
- save the file with any name and make sure you change the .txt extension to .bat and change the save as type to “All” .
- You can choose to save on your desktop for easy access.
Leave a Reply