ahmedramzi Posted May 21, 2005 Posted May 21, 2005 is it possible to add a "RUN-AS" command to a script in order to install a software on a client computer?I've tried, but it prompts for a password!
Martin Zugec Posted May 21, 2005 Posted May 21, 2005 because of security reasons you cant. You can use sanur to pass password (in plaintext) to runas command or (better solution) use AutoIt and create small script... Once I created tool to create one-purpose exe files, that will launch specified command with higher privileges, I will try to find it for you.
tguy Posted May 21, 2005 Posted May 21, 2005 It will cost some $$, but you might want to consider TcqRunAs from Quimeras.Here's the link.
what3v3r Posted May 22, 2005 Posted May 22, 2005 if you use the /savecred switch, you will only have to enter the password once. windows will remember the password if you use runas in the future. this works only under win xp as far as i know.
jaclaz Posted May 23, 2005 Posted May 23, 2005 Also, you could try this:http://www.joeware.net/win/free/tools/cpau.htmjaclaz
bledd Posted May 23, 2005 Posted May 23, 2005 my mate has done this in work, i'll grab it tomorrow for you..we use it to run as administrator of remote pc's, might be of some use
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now