runas

Impersonate or RunAs

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...

Registry Startup Entry with runas argument?

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? ...

Pass Password to runas from Python

I need to run a file as another user without it prompting for a password, from my script. How is this done? ...

How can I force the "Run As" form to appear when someone tries to run my .net desktop application?

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. ...