start boot file, custom shortcuts, or a bat batch script
make steps to:
First, create Portable browser folders, such as e:firefox_portable II, copy the full version of the Firefox run file file to a portable browser folder:
Download Firefox installer, and install a good Firefox, Suppose you install Firefox to C:Program Filesmozilla Firefox and copy all the files in that folder: E:firefox_portable
Three, set profile profiles:
3.1 Create a new folder under the path of the portable folder, named Profile, such as E:firefox_portableprofile
3.2 To make sure you have the configuration file you want to customize to the portable version, you can add it to the Firefox shortcut path P parameter Select Run profile, under the profile to set their own skin, theme, bookmark Favorites, extensions and so on.
You want to learn more about user profile profiles, you can refer to this article: User profile
3.3 Copy the profile file you want to customize to E:firefox_portableprofile. If you can't find the configuration file you want to customize, a simple method is as follows:
(1) Run Firefox, click Help-> troubleshooting information
(2) in the Troubleshooting information page, click:" Open the folder "
(3) The newly opened folder is all the profile files you currently use. Place this folder under theHave content to copy to: E:firefox_portableprofile
Four, make boot boot file: Start portable Firefox has two ways: 4.1 Build shortcuts:
Right click on the shortcut, select Properties, add the following data to the end of the target column:
-profile "profile"
Note: the "-" number preceded by a space double click this shortcut, running is a portable version of Firefox.
4.2 Create a batch file: In the e:firefox_portable path, create a plain text file, enter the command:
start "" Firefox.exe "-profile" Profile "
the
and changes the suffix name to bat, such as naming its file Firefox.bat
If you don't like bat, you can also compile it as exe executable file, the compiler tool can choose Advanced bat to exe Converter
Well, you've After making a portable version of the Firefox browser, you can now copy the e:firefox_portable to any disk, double-click the shortcut to modify the property parameters, or double-click the Firefox.bat batch file, you can run.