Windows 11 how to connect to Wi-Fi with cmd/powershell script

  • Thread starter Thread starter Fadi Hazima
  • Start date Start date
F

Fadi Hazima

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 to Add 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 workthanks.FadiCopy to Clipboard

Continue reading...
 
Back
Top