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

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

Open
myokeeh opened this issue Oct 6, 2021 · 0 comments

Comments

@myokeeh
Copy link

myokeeh commented Oct 6, 2021

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?

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