Αυτός ο ιστότοπος θα έχει περιορισμένη λειτουργικότητα, όσο εκτελούμε εργασίες συντήρησης για να βελτιώσουμε την εμπειρία σας. Αν ένα άρθρο δεν επιλύει το ζήτημά σας και θέλετε να κάνετε μια ερώτηση, η κοινότητα υποστήριξής μας είναι έτοιμη να σας βοηθήσει στο Twitter (@FirefoxSupport) και στο Reddit (/r/firefox).

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

How to start in safe mode without prompt?

  • 4 απαντήσεις
  • 3 έχουν αυτό το πρόβλημα
  • 12 προβολές
  • Τελευταία απάντηση από cor-el

more options

I'm testing a website I'm developing and I'm opening Firefox in Safe Mode using a batch file with this command, which works:

"C:\Program Files\Mozilla Firefox\firefox.exe" -private-window -safe-mode "https://localhost/myWebsite"

However, there is a confirmation prompt window that appears each time I do this. How do I suppress the confirmation prompt window?

I'm testing a website I'm developing and I'm opening Firefox in Safe Mode using a batch file with this command, which works: "C:\Program Files\Mozilla Firefox\firefox.exe" -private-window -safe-mode "https://localhost/myWebsite" However, there is a confirmation prompt window that appears each time I do this. How do I suppress the confirmation prompt window?
Συνημμένα στιγμιότυπα

Τροποποιήθηκε στις από το χρήστη tomfirefox

Όλες οι απαντήσεις (4)

more options

Why do you need Safe Mode?

Could you possibly use a new clean profile instead without installed extensions for testing?

You can add -no-remote to the command line to open another Firefox instance with its own profile and run multiple Firefox instances simultaneously.

more options

I don't need to get into the various reasons why I wish to start this in SafeMode. I simply want to know how to suppress the prompt. How do I suppress the prompt?

more options

By suppressing the prompt, you will also disable Safe Mode altogether   .......  and that's not what you want, is it  ?

In   'about:config'   -   preference  :   'toolkit.startup.max_resumed_crashes' :   you can set the value to   -1 (minus one)  

more options

Are you starting Firefox with the -safe-mode command line switch?

You can't suppress that prompt when you start Firefox that way. You can look at the Safe Mode startup code in this file to see how it works:

Τροποποιήθηκε στις από το χρήστη cor-el