How to get netsh wlan hostingnetwork Forgetten password

I created a host network using the netsh wlan set hostednetwork command and I can connect it to my device. Now I want to connect my new phone to this hosting network, but I do not remember the password that I was set.

I can install a new hosted network and connect both of my devices to this network. but i'm curious to know

  • Do they have any way to find out what password I set?
  • Can I reset the host password?
+5
source share
3 answers

To display the password that you used on your hosted network, enter the command below at the Windows command prompt:

netsh wlan show hostnetwork setting = security

+15
source

Host network settings are stored in the Windows registry. See Key: HKEY_LOCAL_MACHINE \ SYSTEM \ CurrentControlSet \ Services \ WlanSyc \ Parameters \ HostedNetworkSettings. There may be a password.

0
source

In my opinion, the easiest way is to restart the computer and restore the wlan network through the netsh command.

-1
source

Source: https://habr.com/ru/post/1244785/


All Articles