Run program with administrator permissions from user account
To achieve this you can use runas command:
runas /savecred /user:Administrator command
But as well-pointed by Tejs, this is will open computer to security attacks.
To achieve this you can use runas command:
runas /savecred /user:Administrator command
But as well-pointed by Tejs, this is will open computer to security attacks.