Hello,
Normally, you would force the EXE to be run as administrator from the application code.
However, Windows offers the possibility to set the
"Run as Administrator" for every EXE:

- Screenshot_35.png (57.04 KiB) Viewed 7332 times
In order to do this programatically, please follow this article:
How to Run EXE files as Administrator in Windows Programmatically
Best regards,
Catalin