Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

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

  • 2 trả lời
  • 3 gặp vấn đề này
  • 2 lượt xem
  • Trả lời mới nhất được viết bởi 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.

Giải pháp được chọn

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.

Đọc câu trả lời này trong ngữ cảnh 👍 1

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

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