Using the Runas command to gain admin rights

G

Guest

What is the verbiage to use the Runas command on a networked computer?

As user harryo I want to gain admin rights on a computer that does not have
them.
 
J

jmp242

happydude said:
What is the verbiage to use the Runas command on a networked computer?

As user harryo I want to gain admin rights on a computer that does not have
them.
As far as I know, you'd have to use something like psexec, beyondexec or
Advanced Remote Info http://masterbootrecord.de/ to get a shell on the
remote machine, then use the standard
runas /user:{uname} cmd
to upgrade to an admin shell.
 
M

Mark Dormer

Open a command prompt and type

runas /?

typically I use, runas /noprofile /user:domain\username program

eg. runas /noprofile /user:domain\username regedit



Regards
Mark Dormer
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top