Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Tested in Windows 7
- First verify you have the right stuff installed (should be OK for all default Windows installations):
- 1. Go to "Network and Sharing Center" (right click the internet icon in the bottom right tray, next to the clock)
- 2. Select "Change adapter settings"
- 3. Verify the following adapter is listed "Microsoft Virtual WiFi Miniport adapter"
- Now create your own WiFi:
- 1. Start > type "cmd" > right click on CMD and select "Run as administrator"
- 2. Copy this command, personalise ssid and key to the desired WiFi name and password:
- netsh wlan set hostednetwork mode=allow ssid=NAME key=PASSWORD
- To start Wifi:
- netsh wlan start hostednetwork
- To stop Wifi:
- 3. netsh wlan stop hostednetwork
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement