Windows 7 has the ability to create wireless hotspots that allow you to share your pc internet connection.
You don't need any other software for this.
More Info:--
http://msdn.microsoft.com/en-us/library/windows/desktop/dd815243%28v=vs.85%29.aspx
You don't need any other software for this.
- First Enable Internet Connection Sharing on the network you want to share from network and sharing center.
Internet Connection Sharing - Start cmd with Admin priviledges. Run cmd with CTRL+SHIFT+ENTER
- Run the following command "netsh wlan set hostednetwork mode=allow ssid="techdorm" key="techd0rm" keyUsage=persistent" #Change ssid and key to your like.
- You should see "Microsoft Virtual Wifi Miniport Adaptor" when goto change adapter settings in Network and sharing center.
- Then run the following command in cmd "netsh wlan start hostednetwork".
- Now you should a WiFi network with ssid you choose above be able to connect to it.
- To stop the network you can simply run "netsh wlan stop hostednetwork"
More Info:--
http://msdn.microsoft.com/en-us/library/windows/desktop/dd815243%28v=vs.85%29.aspx
Comments
Post a Comment