You update the manifest
https://blog.verslu.is/maui/net-maui-windows-app-as-administrator-elevated/
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
How I run maui app on windows 8 as admin after deployment as unpcakaged (exe).
This deployment command.
dotnet publish -f net8.0-windows10.0.19041.0 -c Release /p:AppxPackageSigningEnabled=true /p:PackageCertificateThumbprint="c01ba45666762f3615cf6813aeb4dc4b1919541d" -p:RuntimeIdentifierOverride=win10-x64
I do not want to set on exe properties / compability to run as administrator.
Please supply all steps for that.
Thanks in davance,
You update the manifest
https://blog.verslu.is/maui/net-maui-windows-app-as-administrator-elevated/