I'm searching for opening the network systray icon by powershell (left click), to show all of network avaliable connection. I've found of course about .cpl and NCPA, but not how I can open this systray popup programmatically.
There is also netsh interface show interface
but it's in Command Line. Does I need to recreate an interface ?
Perhaps this panel is created "on-the-fly", that's why I can't open it externally
It looks like you want to open Network Flyout
:
This can be done two ways:
%windir%\explorer.exe shell:::{38A98528-6CBF-4CA9-8DC0-B1E1D10F7B1B}
rundll32.exe %SystemRoot%\system32\van.dll,RunVAN
Reference: