SeaMonkey Default Preferences
- during install, don't add desktop shortcut -
Path for inserting the preferences file: C:\Program Files (x86)\SeaMonkey\defaults\preferences
The name of the preference file is ejp_seamonkey_config.js and it goes in the directory above.
Open notepad. Copy and paste the following into the blank file, and call it ejp_seamonkey_config.js Note that you need the file extension js rather than allowing notepad to add the extension txt.
Copy everything below this sentence.
- Mozilla User Preferences
/* Do not edit this file.
* * If you make changes to this file while the application is running, * the changes will be overwritten when the application exits. * * To make a manual change to preferences, you can visit the URL about:config */
pref ("network.prefetch-next", false);
pref ("app.update.enabled", false);
pref ("browser.bookmarks.restore_default_bookmarks", false);
pref ("browser.history.last_page_visited", "about:blank");
pref ("browser.places.smartBookmarksVersion", 4);
pref ("browser.rights.1.shown", true);
pref ("browser.startup.homepage", "about:blank");
pref ("browser.startup.homepage_override.mstone", "rv:20.0");
pref ("browser.startup.page", 0);
pref ("browser.windows.loadOnNewWindow", 0);
pref ("shell.checkDefaultApps", 8);
pref ("shell.checkDefaultClient", false);