Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

available network list box cannot be launched in the Kiosk environment #509

Open
liangming2003 opened this issue Oct 25, 2022 · 0 comments

Comments

@liangming2003
Copy link

Hi, support

Here is the command I use to launch a available network list box in a Kiosk environment. (implemented by C# App using Shelllauncher V2 )
explorer.exe ms-availablenetworks:

Here is how to reproduce this problem:

1. Launch available network list box by clicking button that trigger the command "explorer.exe ms-availablenetworks:".

2. Successfully launch available network list box.

3. Click somewhere on screen.

4. available network list box is dismissed.

5. Click button again to launch available network list box.

6. available network list box will not display.

workaround:

  1. run explorer.exe ms-settings:network-wifi first.

  2. click "Show Available Networks" in the WiFi page.

  3. available network list box will always display in kiosk mode.

what's difference between click "Show Available Networks" and run "explorer.exe ms-availablenetworks:"?

I guess the cause of the problem is the process ShellExperienceHost.exe is suspended somehow, so the available network list box cannot be launched, and there is no way to make the process ShellExperienceHost.exe running again in kiosk environment.

Do you guys know the solution for this problem, C# code is preferred. thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant