Improve performance
Hi, I found a way to make firefox portable virtually lagless. I'm not sure if this has been already suggested, but you can just make a batch file to copy it to a temporary directory, and then run it on the hard drive. Then, when you're done, you can copy to back to your USB drive.
Here is one I made:
@ECHO OFF
ECHO Creating temporary directory for firefox potable
PAUSE
MKDIR %temp%\FFXP
ECHO Copying firefox to temp directory
PAUSE
XCOPY /E /Q FirefoxPortable %temp%\FFXP
ECHO Starting firefox
PAUSE
%temp%\FFXP\FirefoxPortable.exe
ECHO Saving changes to USB device
PAUSE
- Read more about Improve performance
- 11 comments
- Log in or register to post comments