/build/static/layout/Breadcrumb_cap_w.png

How to add "Show a blank page" in firefox msi

I am using WPS 8.0 to create firefox msi. I want a blank page to be set at the first launch using msi.

0 Comments   [ + ] Show comments

Answers (1)

Answer Summary:
Posted by: akki 12 years ago
4th Degree Black Belt
0

Top Answer

For this you need to "pref.js" file present at "%appdata%\Mozilla\Firefox\Profiles\" folder with following settings:

--------------------------------------------------------
//Firefox Default Settings
// set Firefox Default homepage
pref("browser.startup.homepage","");
// disable default browser check
pref("browser.shell.checkDefaultBrowser", false);
// disable application updates
pref("app.update.enabled", false)
// disables the 'know your rights' button from displaying on first run
pref("browser.rights.3.shown", true);
---------------------------------------------------------

Restart the Firefox browser, it`ll showup blank homepage.

I hope this`ll help you.

Don't be a Stranger!

Sign up today to participate, stay informed, earn points and establish a reputation for yourself!

Sign up! or login

View more:

Link

Related Links

Post

Related Posts

Share

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ