Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

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

Open
@liangming2003

Description

@liangming2003

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions