Friday, December 31, 2010

How to run the application with different user

There are many applications (ERP) that are setup in a way that it didn’t ask for credentials and runs for the current user, if you want to run those application with different user

Go to command prompt and type 'runas /user:<username> "<process name that is register in GAC>"'

i.e.

C:\Users\v-agulza>runas /user:v-naahma@microsoft.com "ax32"
Enter the password for v-naahma@microsoft.com:

type the password and it will open the application with the particular

No comments:

Post a Comment