Windows – Changing the password in Windows 7 hotspot

hotspotpasswordswindowswindows 7wireless-networking

I turned my Windows 7 laptop into a wireless hotspot a while ago. Now I forgot the password I set. How can I see and change the password?

  • I cannot see the network under Control Panel\Network and Internet\Manage Wireless Networks

Best Answer

Enter the following command into a command prompt with admin rights (elevated command prompt):

netsh wlan set hostednetwork mode=allow ssid=MyNet key=XXXX keyUsage=persistent

Change MyNet to the name of the network you would like to change the password for and replace the XXXX with your new password.

Related Question