Hi,
You can run applications as administrator from a normal user with the runas
command.
runas /user:administrator /savecred notepad.exe
The savecred parameter makes the credential stored in the credential manager so that you need to input the password only once.
If you don't want to input the command, create a shortcut and input the command in the target field.
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.