Friday, September 30, 2005

make firefox load faster

I am using firefox most of the time. But it is very slow to load in Windows. Here is one tip to make it faster.

  1. download upx.exe form sorceforge.
  2. close all firefox windows.
  3. in firefox installed directory, do
for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx "C:\Program Files\Mozilla Firefox\%v"

You may need to do this everytime upgrade firefox.

This poste was borrowed from http://www.techsupportalert.com/how_to_make_firefox_faster.htm.

0 Comments:

Post a Comment

<< Home