Internet Tricks
Increase InterNet Speed Using Notepad
1. Open Notepad.
2. Copy the following code to the Notepad.
[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 as NetSpeed.reg or what ever name you want but the extension should be .reg.
4. If you run the file means it asks for “Do you want to add the following entry to the registry”
5. Press Yes
6. Reboot your PC.
7. Feel the difference….
VISIT MY BLOG AT WWW.TECHTRICX.BLOGSPOT.COM
How to Make Firefox Load Faster
Firefox may run quickly but it loads slowly; here’s how to fix it. (This tip is for experienced computer users only.)
You can slash Firefox’s slow load time by compressing the DLLs and executables. There are many choices for compression but I suggest you use UPX which is free, efficient and time proven.
1. Download UPX from http://upx.sourceforge.net/#download
2. Unzip upx.exe into your Firefox installation folder which is normally C:\Program Files\Mozilla Firefox.
3. Make sure Firefox is not running then shell to a command prompt in the Firefox installation directory.
4. Type in the following command in a single line and hit return:
for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx “C:\Program Files\Mozilla Firefox\%v”
5. If on some later occasion you want to unpack the files, just type in the command above but add the decompression switch “-d” after “do upx.”
That’s it; enjoy the difference!
VISIT MY BLOG AT WWW.TECHTRICX.BLOGSPOT.COM
How to increase your internet connection speed
If you have Windows XP, try this. Everyone that has tried it says it works, tell us if it works too. You should be logged as Administrator (not even accounts with administrator privileges).
1. Start – Run – type gpedit.msc.
2. Expand the Local Computer Policy / Administrative Templates / Network Branch.
3. Highlight the QoS Packet Scheduler in left panel.
4. In right panel double click the Limit reservable bandwidth setting.
5. On setting tab check the Enabled item.
6. Where it says Bandwidth limit % change it to read 0.
The problem is, XP seems to want to reserve 20% of the bandwidth for itself. Even with QoS disabled, even when this item is disabled. So why not use it to your advantage.
To demonstrate the problem with this on stand alone machines start up a big download from a server with an FTP client. Try to find a server that doesn’t max out your bandwidth. In this case you want a slow to medium speed server to demonstrate this. Let it run for a couple of minutes to get stable. The start up another download from the same server with another instance of your FTP client. You will notice that the available bandwidth is now being fought over and one of the clients download will be very slow or both will slow down when they should both be using the available bandwidth. Using this “tweak” both clients will have a fair share of the bandwidth and will not fight over the bandwidth. Try it and tell us if this works.
VISIT MY BLOG AT WWW.TECHTRICX.BLOGSPOT.COM
MOZILLA FIREFOX- Award Winning FASTEST Browser
I love Mozilla Firefox. I surf the net whole day by Mozilla and I dont feel like stopping it.
I want to increase Mozilla Users please download it from side bar , it also reduces use of bandwidth
coz inbuilt google, yahoo, wikipedia, and other search engines which no other browser to offer
you can also disableto show images of a site which is not offered in any other browser . download it and experience it.
VISIT MY BLOG AT WWW.TECHTRICX.BLOGSPOT.COM
Speed up Mozilla FireFox
——————————————————————————–
1. Type “about :config” in the adress field.
2. Set the value of network.http.pipelining to “true”.
3. Set the value of network.http.pipelining.maxrequests to “100″.
4. Set the value of network.http.proxy.pipelining to “true”
5. Set the value of nglayout.initialpaint.delay to “0″
The speed will be increases upto 20%
download MOZILLA FIREFOX eith GOOGLE TOOLBAR from the link above the polls in my blog , it is the most recent and updated version
VISIT MY BLOG AT WWW.TECHTRICX.BLOGSPOT.COM
Above 90% computers all over the world run Windows… and hence another computer trick.
FACT
But do you know that about 20% of your internet bandwidth is reserved by Microsoft.
———————————————————————————————————
Uses of Reserved Bandwidth
** Windows Automatic Updates rely on this reserved bandwidth.
** Fast loading Microsoft Websites
** Sending Error Reports
** Online Help support in Microsoft Office
———————————————————————————————————
But this can be recovered back…
———————————————————————————————————
The Remedy
** Start >> Run
** Type gpedit.msc
** This opens the Policy Editor
** Now, Local Computer Policy >> Computer Configuration
** Then, Administrative Templates >> Network
** Now, click on QOS Packet Scheduler
** Now, on Right hand side
** Double Click Limit reservable bandwidth
** Now in Setting Tab
***************************************************
It says : Not Configured
Reality : The Explain Tab says “By default, the Packet Scheduler limits the system to 20 percent of the bandwidth of a connection”
***************************************************
** So, on Setting Tab select Enabled
** Now, change Bandwidth limit (%) to 0 (Zero)
** Click OK !!!
That’s All !!!
VISIT MY BLOG AT WWW.TECHTRICX.BLOGSPOT.COM
Speed Up Browsing
When you connect to a web site your computer sends information back and forth. Some of this
information deals with resolving the site name to an IP address, the stuff that TCP/IP really
deals with, not words. 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. Although Windows XP and 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.
