Tuesday 1 August 2017

How to turn your Windows Laptop into a wireless Hotspot

Open Command line with elevated privileges (Run as Admin).Type in the following command:

netsh wlan set hostednetwork mode=allow ssid=MyNet key=MyPassword

Replace 'MyNet' with a name you want to use for the custom network, and 'MyPassword' with a password that is hard to guess. Press enter to create it and then type in the following text:
netsh wlan start hostednetwork
Press enter to start it up.
Lastly, go to Control Panel > Network and Internet > Network and Sharing Centre > Change Adapter Settings, right click your internet connection and select Properties. Select the Sharing tab and then check 'Allow other network users to connect…' and pick the virtual Wi-Fi adapter name you just created.

No comments:

Post a Comment

O365: Exchange and AD: How msExchRecipientDisplayType and msExchangeRecipientTypeDetails Relate to Your On-Premises

Syntax :  Get-ADUser -filter * -Properties * | fl *msExchRecipientDisplayT ype*        Get-ADUser -identity <LANID> -Properties * | f...