Hello
Thank you for your question and reaching out. I can understand you are having query related to running .exe with Administrator account.
You can use Run as command to run .exe with specific or Administrator user.
runas /user:ComputerName\Username /savecred "C:\path\to\file.exe"
Also you can try you can log on as the Run As account you can set the "run this program as administrator" flag on the properties / compatibility page. Then log on the secondary account and perform the shift click run as will open it as administrator.
--If the reply is helpful, please Upvote and Accept as answer--