Hi , andy0001.
I am Ivan, I will help you with this.
You can use the "runas" system command to make the program open as administrator and record the credentials so the user doesn't need to know.
I suggest you use a local administrator account.
We will right-click on the program's shortcut and select properties.
Runas: running a program as an administrator in Windows After that, click on the shortcut tab and in Destination we will type: "runas /savecred /user:administrator " before the “C:\…”. Then, click on Apply and Ok.
Now we will run the shortcut. You will be asked for the admin user password. Type the password (note that when you type the password it will be invisible) and press ENTER.
Runas: running program as administrator in Windows
After typing the password and pressing ENTER the program will be executed.
Hope this helps.
If you find the answer helpful, please mark it as an answer.
Independent Advisor - Community
Thanks