I have to run a program (an exe) with a specific user.
I'm using the "wscript.shell" object (run method) but it executes with "SYSTEM"'s rights. I've tried to use the "runas" command, but i have to specify the password after the launch of the command...
Suggestions? Tanks
I'm using the "wscript.shell" object (run method) but it executes with "SYSTEM"'s rights. I've tried to use the "runas" command, but i have to specify the password after the launch of the command...
Suggestions? Tanks