Tuesday, June 24

Create your own wifi hotspot on Windows 7 or windows 8

Author Keyur Savaliya

Create Wifi on Windows 7/ Windows 8
Some times you are finding for a few shortcuts,specially like when friends meets and all of them need a wifi.At that time you can create wifi using this method.This is one of the best methods to create wifi on windows 7 and windows8. You don't need e of any type of connectivity to create hotspot or wifi on your Windows7/8. you need to do is run this two commands in cmd - 

Open cmd with Run as Administrator. 


1) netsh wlan set hostednetwork mode=allow ssid=wifiname key=wifipassword 

2) netsh wlan start hostednetwork Best solution - 

Make a batch file of it and just run the file every time when you start the pc. 

ips To make a batch file -
 First write the commands on a notepad Then save it with the extension bat. e.g. wifi.bat Your batch file is made and now execute the file with Admin Privileges. 

Important - For this to work, your sharing should be on in network properties for the network/ethernet connection that you want to share through your wifi: 


Go to Open Network and Sharing Centre ->Change Adapter Settings(On left panel) Your wifi hotspot would be Microsoft Hosted Network Virtual Adaptor in the Network Connections. 


Go to the properties of the LAN/ethernet/WiFi connection and make the changes accordingly. Your wifi hotspot would be ready.


How to stop wifi on windows7 and windows8

To stop wifi hotspot ,
Go to CMD - Write the following in command prompt : netsh wlan stop hostednetwork

0 comments:

Post a Comment

Thanks For your valueable Feedback.