run as different user

  • Thread starter Thread starter Jason Gallas
  • Start date Start date
J

Jason Gallas

Is there any way to hack the shortcut to always run as a different user
without it prompting me for the other use every time? I want to run the
Exchange 5.5 administrator program as the "administrator".
 
Jason said:
Is there any way to hack the shortcut to always run as a different user
without it prompting me for the other use every time? I want to run the
Exchange 5.5 administrator program as the "administrator".

Hi

If it doesn't matter if the password is in clear text:

Sanur Commandline Runas Automation Utility (free)
http://www.commandline.co.uk/sanur/

if it does:

A couple of free runas tools that "hides" (encrypt) username/password:

CPAU on the free win32 c++ tools page of
http://www.joeware.net


And from a recent post by Peter M.:

<quote>
I am currently using AutoIt V3 (http://www.hiddensoft.com/autoit3/)
It includes a command to run a command as a special user. You can
write a simple script and then compile it with autoit as an executable.
Protect this executable with a password and you are done.

AutoIt V3 ist still beta and under development, but the actual version
is stable and the functions you need (runasadmin,regwrite...) are
already implemented and working.
</quote>
 
: Jason Gallas wrote:
:
: > Is there any way to hack the shortcut to always run as a different user
: > without it prompting me for the other use every time? I want to run the
: > Exchange 5.5 administrator program as the "administrator".
:
: Hi
:
: If it doesn't matter if the password is in clear text:
:
: Sanur Commandline Runas Automation Utility (free)
: http://www.commandline.co.uk/sanur/
:
: if it does:
:
: A couple of free runas tools that "hides" (encrypt) username/password:
:
: CPAU on the free win32 c++ tools page of
: http://www.joeware.net
:
:
: And from a recent post by Peter M.:
:
: <quote>
: I am currently using AutoIt V3 (http://www.hiddensoft.com/autoit3/)
: It includes a command to run a command as a special user. You can
: write a simple script and then compile it with autoit as an executable.
: Protect this executable with a password and you are done.
:
: AutoIt V3 ist still beta and under development, but the actual version
: is stable and the functions you need (runasadmin,regwrite...) are
: already implemented and working.
: </quote>
:
:
:
: --
: torgeir
: Microsoft MVP Scripting and WMI, Porsgrunn Norway
: Administration scripting examples and an ONLINE version of the 1328 page
: Scripting Guide: http://www.microsoft.com/technet/scriptcenter
:
:

Thank you, this will also help me with those pesky installations that need
to run as a local administrator.
 

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

Back
Top