How to get the Forgetten password of netsh wlan hostednetwork
Asked Answered
S

5

7

I have created a hostednetwork using the netsh wlan set hostednetwork command and i am able to connect it with my device. now i want to connect my new phone with this hostednetwork but i did not remember the password what i have been set.

I can set new hosted network and connect both of my device with that network. but i am curious to know

  1. Is their any way to know what password i set ?
  2. Can i reset password of hostednetwork ?
Symposiac answered 10/3, 2016 at 4:41 Comment(0)
S
22

to display the password you used on your hosted network, type the command below on windows command line:

netsh wlan show hostednetwork setting=security

Snippet answered 14/10, 2016 at 15:1 Comment(0)
B
6

To view the security key content of your hostednetwork just open CMD with administration right and type:

netsh wlan show hostednetwork security 

and press enter.

100% working.

Bruner answered 13/6, 2018 at 6:2 Comment(0)
A
4

To reset your password on hosted network, run your cmd as administrator and you then type

Netsh wlan set hostednetwork key=new password

U can then confirm it by checking

Netsh wlan show hostednetwork security

Antique answered 24/4, 2018 at 22:49 Comment(0)
T
0

Hosted network settings are stored in windows registry. See at the key : HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\WlanSyc\Parameters\HostedNetworkSettings. The password may be there.

Thermionic answered 22/6, 2016 at 13:19 Comment(0)
V
-1

In my opinion, the simplest way is that reboot the computer, and reconstruct wlan network through the netsh command.

Vey answered 10/3, 2016 at 4:47 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.