I tried to change the two hosted network settings of my Wi-Fi access point using CMD / BAT / VBS, but I could not do this.
Settings I want to change:
- Authentication (e.g.: WPA, WPA2PSK)
- Cipher (ex: CCMP / AES)
The following code contains information about hosted network settings:
netsh wlan show hostednetwork
The following code sets the profile parameters:
netsh wlan set profileparameter
The problem is this: that is the name of the profile that launches the Wi-Fi access point.
profileparameter asks for the profile name, and I do not know it. I tried to export the profile, but it does not contain the profile name. The exported profile data is in the windows / system32 directory .
?
:
Netsh WLAN