cancel
Showing results for 
Search instead for 
Did you mean: 

Open Internet explorer as other user

VinayKulkarni
Level 2
Hi,   I want to open internet explorer as other user before launching my application url, can somebody guide me in achieving that.
3 REPLIES 3

AmiBarrett
Level 12
There's the command-line runas command, but it will prompt for credentials. Alternatively, you can use PSExec from PSTools to accomplish this.

VinayKulkarni
Level 2
Thank you for the suggestion, could you please elaborate on how to call PSExec?

AmiBarrett
Level 12
First, make sure you have PSTools. https://docs.microsoft.com/en-us/sysinternals/downloads/pstools You can run PSExec from there via command-line.