Pre-launch Script for Firefox Sequence
In Firefox sequence we need to update the prefs.js file with the content mentioned below.
Location: %userprofile%\Application Data\Mozilla\Firefox\Profiles\icgia83u.default\prefs.js
Content: user_pref("browser.bookmarks.autoExportHTML", true);
user_pref("browser.bookmarks.file", "P:\\FireFox\\FFBookmarks.html");
Looking for a script to do following....
• The folder in userprofile is a random name “icgia83u.defaultâ€Â.
• Edit the file prefs.js to add the above contents
• Create folder if P:\FireFox does not exists
Answers (1)
Unsure if you have found a solution yet or are still looking but I have created a Powershell script to do just this. Any setting can be set and it support multiple configuration files, including prefs.js.
The wiki page explains how to use it but it should do just what you are asking.
so that the conversation will remain readable.