Windows 7 - run program as another user while another instance is already running

2

I am logged to some user account on windows seven. I have Firefox running. I would like to run one more instance, but as another user. This doesn't work. Why?

kubal5003

Posted 2011-04-12T21:25:35.347

Reputation: 449

Answers

3

You have to use multiple FireFox profiles and then launch FF from a command line (or shortcuts) with:

firefox.exe -p <PROFILE> -no-remote

More info is available here.

You can (also) use this in combination with Windows' RunAs to get multiple instances actually running as different users.

Hope that helps.

Ƭᴇcʜιᴇ007

Posted 2011-04-12T21:25:35.347

Reputation: 103 763