skip to main |
skip to sidebar
Came to know about this long back and it was pretty fascinating back then. This can be done easily using VLC player. Open VLC and select Tools > Preferences.
On the Preferences windows, select the Video button on the left.
Create your own wifi hotspot on Windows 7 or 8You don't need connectify or any other software for it. Also, you can save yourself from that 90 minutes counter in connectify. All you need to do is run the following two commands in cmd - Open cmd with Run as Administrator.1) netsh wlan set hostednetwork mode=allow ssid=wifiname key=wifipassword2) netsh wlan start hostednetworkBest solution - Make a batch file of it and just run the file every time when you start the pc. To make a batch file -First write the commands on a notepad
Then save it with the extension bat. e.g. wifi.batYour 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. :)To stop the wifi hotspot - Write the following in command prompt : netsh wlan stop hostednetwork