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.

Shut Down Windows 10 IoT Enterprise LTSC 2019 Device with Assigned access (Kiosk) UWP App #484

Open
@myokeeh

Description

@myokeeh

I've looked several documentation to shut down a Windows 10 IoT Enterprise LTSC 2019 Device via a kiosk app, but so far have not been successful getting it to work.

E_ACCESSDENIED / 0x80070005 "Access Denied" is what I get.

I have the added systemManagement capability to the manifest.

//doesn't work
ShutdownManager.BeginShutdown(ShutdownKind.Shutdown, TimeSpan.FromSeconds(5));

What is needed to make shut down possible on the device?

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