© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
1 reply
Nemesis

❔ .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
requestedExecutionLevel
as
requireAdministrator
requireAdministrator
in
app.manifest
app.manifest
.
But on doing this,
await FilePicker.PickAsync();
await FilePicker.PickAsync();
just closes the app without any error or crash.
What could be wrong with this?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

❔ Launch .NET MAUI application in admin mode
C#CC# / help
3y ago
✅ [.NET MAUI] Customize Back button appearance on windows platform.
C#CC# / help
3y ago
❔ Error Deploying MAUI App on Windows
C#CC# / help
3y ago
❔ .NET MAUI class library name dependend on platform
C#CC# / help
3y ago