❔ .NET MAUI Windows platform FilePicker not working on launching app in admin mode.
I am trying to launch a process from my app in admin mode. Only way I could find to launch the process and get output is to have the app in admin. for this I set the
requestedExecutionLevel
as requireAdministrator
in app.manifest
.
But on doing this, await FilePicker.PickAsync();
just closes the app without any error or crash.
What could be wrong with this?1 Reply
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.