New

Tuesday, February 14, 2012

Speedup Internet .......


Registry Trick 1:

1. Open Notepad.
2. Copy and paste the following text in the Notepad:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters]
"SackOpts"=dword:00000001
"TcpWindowSize"=dword:0005ae4c
"Tcp1323Opts"=dword:00000003
"DefaultTTL"=dword:00000040
"EnablePMTUBHDetect"=dword:00000000
"EnablePMTUDiscovery"=dword:00000001
"GlobalMaxTcpWindowSize"=dword:0005ae4c

3. Save the file.
4. Change the file extension from .txt (text file) to .reg (registry file).
5. Double click open the file. Click "Yes" and then "OK".

Registry Trick 2:

1. Open Registry Editor ( Start > Run > regedit )
2. Get to the following key:
HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Explorer\RemoteComputer\NameSpace

Under NameSpace key you can see the below two keys.
{D6277990-4C6A-11CF-8D87-00AA0060F5BF} for Scheduled Tasks.
{2227A280-3AEA-1069-A2DE-08002B30309D} for Shared Printers.
Export those two keys and then Delete them.

Registry Trick 3:

1. From the Start menu select Run . Type gpedit.msc and hit enter (click Ok).
This opens the Group Policy Editor.
2. Get to:
Local Computer Policy > Computer Configuration > Administrative Templates > Network > QOS Packet Scheduler
3. Then double click LimitReservableBandwidth.
4. Set Enable and give a vlue 0 (Zero).
This will allow the system to reserve nothing, rather than the default 20%


Speed Up your Internet Browsing:

When we connect to a  website our computer sends information back and forth. Some of this information deals with resolving the site name to an IP address. This is DNS information and is used so that you will not need to ask for the site location each and every time you visit the site.  Windows XP have a pretty efficient DNS cache, you can increase its overall performance by increasing its size.
You can do this with the registry entries below:

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

Make a new text file and rename it to dnscache.reg. Then copy and paste the above into it and save it. Merge it into the registry.



Speed up your Firefox:

Speed up your firefox browser and load pages 2-3 times faster than previous

1. Type "about:config" into the address bar and hit return. Scroll down and look for the following entries:

network.http.pipelining
network.http.proxy.pipelining
network.http.pipelining.maxrequests

Normally the browser will make one request to a web page at a time. When you enable pipelining it will make several at once, which really speeds up page loading.


2. Alter the entries as follows:

Set "network.http.pipelining" to "true"

Set "network.http.proxy.pipelining" to "true"

Set "network.http.pipelining.maxrequests" to some number like 30. This means it will make 30 requests at once.

3. Lastly right-click anywhere and select New-> Integer. Name it "nglayout.initialpaint.delay" and set its value to "0". This value is the amount of time the browser waits before it acts on information it recieves.

If you're using a broadband connection you'll load pages 2-3 times faster now.

No comments:

Post a Comment