Hi there!
I would like to know if there is a way to locally run a program with
different credentials form those of the current user, without invoking the
"runas" command. In other words I need vbscript code who launch an
application with an username and password provided as variables in the code
itself, without asking the user. I tried WMI, using
"WbemScripting.SWbemLocator" object and "objLocator.ConnectServer" method
but they only works remotely, not locally.
Any idea?
Thanks in advance,
Bye
Andrea