Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open "Show available networks" panel from command line or windows message

i just signed up to ask this question.

I want to open the "Show available networks" Panel on the notifications area from the command line or by window message / winapi. (I want to open it from inside a C# Desktop App)

I have found ms-settings:network-wifi but this is not the correct window but the Panel can be opened from this window as well.

Target system is Windows 10 LTS 1607 Enterprise.

Can anyone help me or hint me on how to get the command?
Thanks in advance and best regards.

like image 976
ashupp Avatar asked Sep 06 '25 17:09

ashupp


1 Answers

Well after some research i have found the correct command to launch the "available networks" flyout from command line:

explorer.exe ms-availablenetworks:

Post on tenforums.com with many other commands

Hope this helps someone else as well :)

Cheers

like image 144
ashupp Avatar answered Sep 09 '25 08:09

ashupp