A little background on the situation:
Multiple users RDC to a 2003 Server. For workflow management each user logs onto the server under their own credentials.
Each user researches data for multiple clients. These external websites make heavy use of persistent cookies(IE and Flash) and sometimes certificates that require time consuming...
Is it possible to add a startup entry in the windows registry with a runas argument? So when it launches, it runs with the user specified?
...
I need to run a file as another user without it prompting for a password, from my script. How is this done?
...
Hi,
I need in to popup thr "Run As" form when user tries to run my application (C#.NET 4, on Win XP), that he could easily to log as other user. It may be in the application itself (in the C# code) or in some other preceeding batch/exe file ("launcher") or such. I didn't find any way to pop this form. How could it be done?
thanks.
...