process-launcher-rs/launcher/manifest.xml
RabbyDevs bcd04b4524 add admin escalation using manifest and winres (#1)
makes it easier to launch program (no more right click run as admin) and also makes it more🧑‍🦼accessible

Co-authored-by: RabbyDevs <67389402+RabbyDevs@users.noreply.github.com>
Reviewed-on: ReversedRoomsMisc/process-launcher-rs#1
Co-authored-by: RabbyDevs <rabbydevs@gmail.com>
Co-committed-by: RabbyDevs <rabbydevs@gmail.com>
2025-05-16 20:01:17 +00:00

10 lines
No EOL
380 B
XML

<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
<security>
<requestedPrivileges>
<requestedExecutionLevel level="requireAdministrator" uiAccess="false"/>
</requestedPrivileges>
</security>
</trustInfo>
</assembly>