Run-as with password option

  • Thread starter Thread starter Miha
  • Start date Start date
M

Miha

Hi

Since cmd run-as that is built into WinXP does not support to add password
as a parameter, I'm wondering if anyone know for a run-as free software that
will be able to enter a password via command line like runas /u user /p
password "program.exe".
Thanks.
Regards,Miha
 
Psexec.exe will do what you want. It is part of the free PSTools package
available from MS.
Louis
 
I'm wondering if anyone know for a run-as free software that will be able
to enter a password via command line like runas /u user /p password
"program.exe".

runasspc /program:"prog.exe" /domain:"localhost" /user:"admin"
/password:"pass"
http://robotronic.de/runasspcEn.html
you can also encrypt the call to hide the password
 

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

Similar Threads


Back
Top