computer tips n tricks

>

Turn your Windows PC to a Wifi Hotspot

No comments

You have an internet connection by your Lan or Usb Broadbands but want to share it to your other devices. This Tip will show how to make your Windows Pc into a wifi hotspot and share your internet connection to others, This one is called Ad-Hoc wireless connection.

To make this happen follow this Steps:

  1. On your start menu type "cmd" without quotes
  2. Right click on cmd then click run as administrator
  3. On cmd type this: netsh wlan set hostednetwork mode=allow ssid=YourSSID key=YourPassword keyusage=persistent (where SSID is your choosen wifi name and KEY is your password)
  4. Next type this: netsh wlan start hostednetwork (turn on your wireless connection)
  5. Done. ( If you want to turn it off you just type this on cmd run as administrator first, then netsh wlan stop hostednetwork)


No comments :