Ich kann nicht benutzennetsh WLANBefehl, wenn das Netzwerk, mit dem ich arbeiten möchte, Leerzeichen enthält. Zum Beispiel: Beim Arbeiten mit einem Netzwerk mit SSID "Irgendein Netzwerk"
C:\Users\Padmanava>netsh wlan show profile Some Network key=clear
There is no such wireless interface on the system.
Aber wenn Sie mit einem Netzwerk mit SSID arbeiten "IrgendeinNetzwerk„Es funktioniert einwandfrei
C:\Users\Padmanava>netsh wlan show profile Lenovo key=clear
Profile Lenovo on interface Wi-Fi 2:
=======================================================================
Applied: All User Profile
Profile information
-------------------
Version : 1
Type : Wireless LAN
Name : Lenovo
Control options :
Connection mode : Connect automatically
Network broadcast : Connect only if this network is broadcasting
AutoSwitch : Do not switch to other networks
MAC Randomization : Disabled
Connectivity settings
---------------------
Number of SSIDs : 1
SSID name : "Lenovo"
Network type : Infrastructure
Radio type : [ Any Radio Type ]
Vendor extension : Not present
Security settings
-----------------
Authentication : WPA2-Personal
Cipher : CCMP
Security key : Present
Key Content : not_your_network
Cost settings
-------------
Cost : Unrestricted
Congested : No
Approaching Data Limit : No
Over Data Limit : No
Roaming : No
Cost Source : Default
Gibt es eine Möglichkeit, mit Netzwerken zu arbeiten, deren SSID Leerzeichen enthält?
Außerdem habe ich keinen Zugriff auf den Router und kann die SSID daher nicht ändern.
Antwort1
Sie sollten Anführungszeichen für SSIDs mit Leerzeichen verwenden.
Beispiel: Wenn Ihr WLAN „WiFi-Hotspot“ heißt, schreiben Sie ihn in den Befehl als „WiFi-Hotspot“.
Antwort2
Verwenden Sie bei der Verwendung von Netsh "*" anstelle von Leerzeichen
Antwort3
Du könntest es versuchen:
netsh wlan show profiles name="NAME OF NETWORK" key=clear