0. Start IE without addons
Go to Start > All Programs > Accessories > System Tools > Internet Explorer (No Add-ons)1. Disable the Phishing Filter
The Phishing Filter in IE7 is another area for performance improvement. If you mainly visit sites you trust and have used a lot, you can consider disabling the Phishing Filter in IE7.
- In the IE7 Tools menu, select Phishing Filter.
- In the submenu select Turn Off Automatic Website Checking.
2. Disable sounds in webpages, under options - advanced - multimedia
3. Disable RSS feed updates - under options - content - feeds
4. Increase max simultaneous connections - I am experimenting with 32 [Edit: max possible is 16 decimal...)
- Start the Registry Editor. From the Windows Start menu, select Run. In the Run box, type regedit and click OK.
- In the Registry Editor, locate the following key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\ CurrentVersion\Internet Settings - With the key selected, open the Edit menu, click New and then select DWORD Value.
- In the name field for the new value, type MaxConnectionsPer1_0Server.
- Create another new DWORD Value and name it MaxConnectionsPerServer.
- Now right-click the new entries one-by-one, and select Modify in the popup menu.
- Enter the value for the maximum number of connections. By default Hexadecimal entry is selected, so if you type a value of 10 for these new DWORD values you will have a maximum of 16 downloads at the same time.
- Close the Registry Editor. Select Exit from the File menu.
- Finally reboot your computer and you’re ready to maximize your internet bandwidth usage by downloading multiple files at a time!
5. Limit reserved bandwidth to 0
- Open the Run option in the Start menu.
- Type gpedit.msc and click OK.
- Open the tree as shown in the image (Computer Configuration->Administrative Templates->Network->QoS Packet Scheduler).
- In the right-hand panel, double-click the Limit reservable bandwidth option.
- Next, change the option from Not Configured to Enabled.
the Bandwidth Limit (%) value, enter zero (0). - Click the OK button.
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser]
"ITBar7Position"=dword:00000001
undo the change:
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Toolbar\WebBrowser]
"ITBar7Position"=-
7. Hide IE search box
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\InfoDelivery\Restrictions]
"NoSearchBox"=dword:00000001
and undo this
Windows Registry Editor Version 5.00
[HKEY_CURRENT_USER\Software\Policies\Microsoft\Internet Explorer\InfoDelivery\Restrictions]
"NoSearchBox"=dword:00000000
8. TCP IP Buffers
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]"ForwardBufferMemory"=dword:00024a00
"NumForwardPackets"=dword:0000024a
"MaxForwardBufferMemory"=dword:00024a00
"MaxNumForwardPackets"=dword:0000024a
from http://www.msfn.org/board/lofiversion/index.php/t90257.html
No comments:
Post a Comment