To open up a command prompt (example) using administrator rights, just do the following:
- Goto Start > Run
- Type runas /user:"mydomain\admin" "cmd"
Just type in the password for the account used in the "/user" field and that's it. You have opened up a command shell using the administrator account. You can replace cmd in the above example with any other command/program that you would want to execute.
Hope this is useful.
No comments:
Post a Comment