-
If 'Unpackaged' of the Windows App SDK sample is run in administrator mode, error 0xc0000409 occurs in Microsoft.WindowsAppRuntime.Bootstrap.dll and does not work. If you have successfully installed the Windows App SDK runtime and are not in admin mode, it will run. In a special environment, it must be run in administrator mode. I want to know why it is not running in admin mode and I want to run it in admin mode. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
For example, Windows Sandbox runs in administrator mode when running applications. Unable to run Windows App SDK unpackaged apps in Windows Sandbox. |
Beta Was this translation helpful? Give feedback.
-
Upon further checking, the program does not seem to work when privileges are elevated in version 1.0 (or 1.0.1), but according to the plan, it seems that it has been modified to work even when privileges are elevated in version 1.1. https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/37-elevated-admin-support Looking at the pull request in this regard, it appears that the request is ready. Is there a way to pre-use in version 1.0.1? |
Beta Was this translation helpful? Give feedback.
Upon further checking, the program does not seem to work when privileges are elevated in version 1.0 (or 1.0.1), but according to the plan, it seems that it has been modified to work even when privileges are elevated in version 1.1.
https://portal.productboard.com/winappsdk/1-windows-app-sdk/c/37-elevated-admin-support
#2066
Looking at the pull request in this regard, it appears that the request is ready. Is there a way to pre-use in version 1.0.1?