Link to home
Start Free TrialLog in
Avatar of Jim Metcalf
Jim MetcalfFlag for United States of America

asked on

running chrome as different user Batch or Powershell

i have a user that needs to run the chrome browser as another user.  I don't want her to have to remember the password for this user.  fyi... it is a windows domain.
I am open to using powershell or a batch file.

how would i write this in either.
fictitious information to use.
user is logged with user name    contoso\Janedoe

user needs to run chrome as contoso\johndoe  with a password of      Blueberry

i would also like for chrome to automatically open up the website http://banking.com

I basically need the user to have an icon somewhere that when she clicks on it.  it runs chrome as different domain credentials - hopefully without prompting her for credentials either.
Thanks guys
ASKER CERTIFIED SOLUTION
Avatar of Robert
Robert
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Jim Metcalf

ASKER

thanks guys
runas cmd worked well