Wie benutze ich Netsh WLAN, wenn SSID Whitespace enthält?

2010
dilip ghosh

Ich kann den WLAN- Befehl netsh nicht verwenden, wenn das Netzwerk, mit dem ich zu arbeiten versuche, Whitespace enthält. Zum Beispiel: Beim Arbeiten mit einem Netzwerk mit SSID " Some Network"

C:\Users\Padmanava>netsh wlan show profile Some Network key=clear There is no such wireless interface on the system. 

Beim Arbeiten mit einem Netzwerk mit SSID " SomeNetwork " funktioniert es jedoch 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 mit SSID zu arbeiten, die Whitespaces enthalten.

Ich habe auch keinen Zugriff auf den Router, so dass ich die SSID nicht ändern kann.

0
Wenn die SSID Leerzeichen enthält, müssen Sie den Namen in Anführungszeichen setzen. Ramhound vor 6 Jahren 0

1 Antwort auf die Frage

0
Sankalp Kotewar

Sie sollten Anführungszeichen für SSIDs mit Leerzeichen verwenden.

Beispiel: Wenn der Name Ihres WiFi WiFi-Hotpot ist, schreiben Sie ihn als "WiFi-Hotspot" in den Befehl.