Windows 11 Create new Wi-Fi connection including username and password from command prompt

  • Thread starter Thread starter Tom Levett
  • Start date Start date
T

Tom Levett

i'm trying to create command to connect to my Wi-Fi via automation script, however my Wi-Fi demand user name and password to connectWindows Security Login pop up when connecting to wireless NetworkI tried toAdd a new wireless profile to the system: netsh wlan add profile filename='MYPROFILE.xml'and then Connect to the wireless network using the command line: netsh wlan connect name=$NAME ssid=$NAMEbut it doesn't work

Continue reading...
 
Back
Top