You are here

Firefox Safe Mode

5 posts / 0 new
Last post
bobsch
Offline
Last seen: 17 years 11 months ago
Joined: 2006-01-18 01:53
Firefox Safe Mode

One of the attendees at a PC Workshop had a problem while running Firefox. I use my portable hard drive to run Firefox on PCs at the school which hosts the workshop and I wanted to show him how to run Firefox in Safe Mode. I couldn't see any way to do this. It would be handy to be able to do this with Portable Firefox.

DaveWest
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-11 23:16
Firefox forum would been a

Firefox forum would been a better spot for this.... but anyway, it works just fine from the run command not the menu.

'Start' -- 'Run'

Find your portable firefox folder, and use the command -safe-mode like this...

H:\PortableApps\FirefoxPortable\FirefoxPortable.exe -safe-mode

Works for me...:)

----------------------:)

Did you know that the entire operating system use to fit on a 5 1/4" floppy disk!

Simeon
Simeon's picture
Offline
Last seen: 10 years 6 months ago
DeveloperTranslator
Joined: 2006-09-25 15:15
Yes

or
copy the ini file from FirefoxPortable\Other\FirefoxPortableSource to \FirefoxPortable and add -safe-mode to the AdditionalParameters= line.
Should work too.
Just make sure you delete the ini afterwards (if you copied it the original will still be there) cause otherwise it will always start n safe mode.
“Science is the belief in the ignorance of the experts” - Richard P. Feynman

"What about Love?" - "Overrated. Biochemically no different than eating large quantities of chocolate." - Al Pacino in The Devils Advocate

Jafet
Offline
Last seen: 17 years 8 months ago
Joined: 2007-06-17 21:57
If you be lazy...
:: FirefoxPortable_safemode.bat
@echo off
echo Starting FirefoxPortable in safe mode...
start FirefoxPortable.exe -safe-mode %*
if errorlevel 0 goto end
echo Error detected!
:end
DaveWest
Offline
Last seen: 17 years 2 months ago
Joined: 2006-12-11 23:16
True..

But FirefoxPortable is not in your search patch so the bat file would need to be in the same folder as FirefoxPortable.exe for it to work.

Of course, we already know that... What are 'PC Workshops' anyway...

----------------------:)

Did you know that the entire operating system use to fit on a 5 1/4" floppy disk!

Log in or register to post comments