Monday, June 15, 2009

Increase Browsing Speed


DNS TRICK:

When you connect to a website,your computer sends information back forth.Some of this deals with resolving the site name to an IP address.This is the stuff that TCP/IP really deals with,not words.You can increase the DNS cache by a simple Registry tweak.

#Open Notepad and copy-paste the
following code and save it with the filename dnscache.reg .

This is what you have to copy:

Windows registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Dnscache\Parameters]
"CacheHashTableBucketSize"=dword:00000001
"CacheHashTableSize"=dword:00000180
"MaxCacheEntryTtlLimit"=dword:0000fa00
"MaxSOACacheEntryTtlLimit"=dword:0000012d

SECOND METHOD:
Click Start then Run and type "gpedit.msc" without quotes.

This opens the "group policy editor" and go to: "Local Computer Policy"

Then "Computer Configuration" Then "Administrative Templates"

Then select "Network" then "QOS Packet Scheduler"

After that select "Limit Reservable Bandwidth".
Double click on Limit Reservable bandwidth. It will say it is not configured, but the truth is under the 'Explain' tab i.e." By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection, but you can use this setting to override the default."
So the trick is to ENABLE reservable bandwidth, then set it to ZERO. This will allow the system to reserve nothing, rather than the default 20

THIRD METHOD:

Increases the number of allowed simultaneous connections to ten (10).


[Start] --> [Run] --> Type Regedit --> Press Enter --> then Navigate to following key.

Registry Key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings



Modify/Create the Value Data Type(s) and Value Name(s) as detailed below.
Data Type: REG_DWORD [Dword Value] // Value Name: MaxConnectionsPerServer
Setting for Value Data: [0000000a]



Exit Registry and Reboot

0 comments:

Post a Comment