FireTune for Firefox 1.1.4

November 13, 2008 by admin · Leave a Comment
Filed under: Free Utilities, Tweaks 

First off, you should download Firefox with Google Toolbar. After you have successfully downloaded Firefox with Google Toolbar you should then proceed to download Firetune, which is a completely free software component that is used to make FireFox run faster, more efficiently, and smarter.

FireTune for Mozilla Firefox was developed for an optimization of your browsing experience with Firefox. It is based on a collection of popular and well working optimization settings used and tested by the experts. Usually you have to optimize Firefox manually, which can be time consuming and difficult for the novice user. FireTune helps you here–it includes all the performance optimizations.

firetune.jpg

 

License: Free

Requirements: Windows 98/Me/2000/XP/2003 Server/Vista, Mozilla Firefox

Limitations: No limitations

Download Now (959KB)

Version 1.1.4 may include unspecified updates, enhancements, and bug fixes

Faster Internet Connections in Win9x & Win2K

October 25, 2008 by admin · Leave a Comment
Filed under: Tweaks 

Those of us fortunate enough to have fast internet connections (cable modem, DSL, etc.), the following registry tweak allows more concurrent HTTP connections while downloading a web page. Each item on a web page requires a separate HTTP "Get", so if your connection can handle more concurrent connections, you can "Get" more items downloading at once. This is what to do:

  • Create a new plain text file and call it Tweak.reg.
  • Highlight the text below and press CTRL+C to copy it:

     

    REGEDIT1

     

    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]
    "MaxConnectionsPer1_0Server"=dword:000000a
    "MaxConnectionsPerServer"=dword:0000000a

  • Paste it into your new text file by pressing CTRL+V.
  • If you decide to make your own, make sure everything one the line that starts with "[HKEY_CURRENT_USER....\Internet Settings]" is on one line. Also make sure that there are no blank trailing spaces, and that there is one carriage return after the last character in the text you paste.
  • Right click on the file. From the context menu choose Merge. Wait a few moments. Remember to delete the REG file when you’re done.

No shares in my My Network Places

October 25, 2008 by admin · Leave a Comment
Filed under: Tweaks 

Speed up Windows Explorer and network browsing by stopping automatic shares in "My Network Places"

By default, Windows 2k/XP/2k3 tries to read icon information from shortcuts in the "My Network Places" folder, accessing remote files on the network, and causing a very slow system response. Every time you open a file in a remote shared folder, or a file via a UNC name, Windows will automatically add another shortcut to "My Netowork Places", making the problem worse with time. To resolve this:

Navigate to:

HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer and add a new DWORD value:

NoRecentDocsNetHood=1 (set it to 1 to disable remote shared folders from being added to Network Places).

Depending on your OS, it might also be possible to modify this by accessing the Group Policy Object Editor. To use this method to achieve the same effect:

- Go to Start > Run > type: gpedit.msc

-  In the GPOE, navigate to: User Configuration > Administrative Templates > Desktop > Enable "Do not add shares of recently opened documents to My Netowrk Places"

Increase Network Redirector Buffers

October 25, 2008 by admin · Leave a Comment
Filed under: Tweaks 

If you increase the number of network redirector buffers it may considerably increase your network throughput. Each extra execution thread that you configure will take 1K of additional nonpaged pool memory, but only if your applications actually use them.

To configure additional buffers and threads, edit: HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanWorkstation\Parameters Modify or Add Value of type REG_DWORD for:

MaxCmds=dword:00000064 - range is 0 - 255 and the default value is 15. Set to a higher number, try 64 for starters.

MaxThreads=dword:00000064 - set to the same value as MaxCmds.

MaxCollectionCount in the same key is a DWORD buffer for  character-mode named pipes writes. You might want to increase it from te default 16 as well, its’ range is 0 - 65535.

Increase Request Buffer Size

October 25, 2008 by admin · Leave a Comment
Filed under: Tweaks 

In higher latency Network environments, delays may be encountered with the default request buffer size (4356 decimal). The range of this parameter is 1024 - 65535 bytes. Testing has shown that, in most standard Ethernet environments, 16384 (decimal) is a better choice, if memory is available. This tweak only applies to LANs, and helps with slow browsing of large directories.

To change this setting, edit:

HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\LanmanServer\Parameters and Add Value name SizReqBuf as a type REG_DWORD, increase its (decimal) value to  16384 or even higher and restart the computer for changes to take effect.

Here is the MS KB Article 320829 that describes the procedure as well.

Disable Network Task Scheduler

October 25, 2008 by admin · Leave a Comment
Filed under: Tweaks 

This tweak disables searching networked computers for scheduled tasks. It reduces the long wait when opening network folders.

To apply this tweak, find the following key:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace\

and delete this key:

{D6277990-4C6A-11CF-8D87-00AA0060F5BF}

You might want to export the key before deleting, then to revert the changes, simply merge your exported reg file.

« Previous PageNext Page »