Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

Firefox will not run for mulitple instances of the SAME user account on Windows Multipoint Server 2011

  • 2 ответа
  • 3 имеют эту проблему
  • 188 просмотров
  • Последний ответ от pjdtts

more options

We have an HP MS6200 MulitSeat PC It is running Microsoft Windows MultiPoint Server 2011 (which appears to be a tweaked version of Windows 7) It is set up in a computer lab, and students log in using their shared room account - ie multiple instances of the same user accounts are running on the PC at the same time. The first student to run Firefox can work with it without problem. However when another student tries to start firefox they get the following message: Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.

We have an HP MS6200 MulitSeat PC It is running Microsoft Windows MultiPoint Server 2011 (which appears to be a tweaked version of Windows 7) It is set up in a computer lab, and students log in using their shared room account - ie multiple instances of the same user accounts are running on the PC at the same time. The first student to run Firefox can work with it without problem. However when another student tries to start firefox they get the following message: Firefox is already running, but is not responding. To open a new window, you must first close the existing Firefox process, or restart your system.

Выбранное решение

You can't start Firefox using a profile that is already used by someone else. Each Firefox instance needs its own profile or you will get that error message.

Use the -no-remote command line switch to open another Firefox instance with its own profile and to run different Firefox instances simultaneously.

Прочитайте этот ответ в контексте 👍 1

Все ответы (2)

more options

Выбранное решение

You can't start Firefox using a profile that is already used by someone else. Each Firefox instance needs its own profile or you will get that error message.

Use the -no-remote command line switch to open another Firefox instance with its own profile and to run different Firefox instances simultaneously.

more options

Thanks for the quick reply. I managed to get this to work by using: "C:\Program Files (x86)\Mozilla Firefox\firefox.exe" -profile "%temp%\ffprof" -no-remote

This works because Windows assigns a different temp location for each instance of a user

Thanks for your help