How to set permissions for windows app to run as admin on every launch #3961
-
I have built a win ui 3 based app using windows app sdk 1.4. Any registry operation needs elevated permissions. How can I set this permissions default, so the users who downloads my app doesn't have to himself run as admin. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I found this on the stackoverflow which does the job in app.manifest
in package.manifest
source: https://stackoverflow.com/a/72783681 |
Beta Was this translation helpful? Give feedback.
I found this on the stackoverflow which does the job
in app.manifest
in package.manifest
source: https://stackoverflow.com/a/72783681
example: https://github.com/ParkhutRoman/AsAdminWindowsAppSDK