Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

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

  • 2 réponses
  • 3 ont ce problème
  • 2 vues
  • Dernière réponse par 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.

Solution choisie

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.

Lire cette réponse dans son contexte 👍 1

Toutes les réponses (2)

more options

Solution choisie

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