runas cpau on vista with uac

  • Thread starter Thread starter Mario
  • Start date Start date
M

Mario

I need a script that allows a standard user to run an application using
local administrator credentials.
On xp i used cpau. Cpau is a tool like runas with password commandline
option. But i got some problems with uac on vista.

Anyone a solution
 
Mario said:
I need a script that allows a standard user to run an application using
local administrator credentials.
On xp i used cpau. Cpau is a tool like runas with password commandline
option. But i got some problems with uac on vista.

Anyone a solution

The tool runasspc work thogether with vista and uac.
It is a similar tool like cpau or runas and you can encrypt the password for
your script.
You find this solution on:
http://robotronic.de/runasspcEn.html
 
I need a script that allows a standard user to run an application using
local administrator credentials.
On xp i used cpau. Cpau is a tool like runas with password commandline
option. But i got some problems with uac onvista.

Anyone a solution

deaktivate UAC or try the tool runasspc. It can be work with vista and
uac.
you find it on: http://robotronic.de/runasspcEn.html
 
Back
Top