Create your own ad-hoc network on windows 8 pc or laptop:
- Open CMD in administrator mode by pressing
- type these command to check your drivers details
netsh wlan show drivers
by this we can know that hosted network is available on local machine or not
- If you find hosted network supported : yes then only you can create Wi-Fi hotspot
- type the following command
netsh wlan set hostednetwork mode=allow ssid=connection _name key=password
ssid is the network id or name you can provide any name as you wish and key is the password (8character_key), make sure you key is of at least 8 character.
- press Enter key
- you will get a success note
- last command to enter
1 comment :
create wifi hotspot windows 8
Post a Comment