1. Go to
http://www.google.com
2. Click "images"
3. Fill in "bikes, flowers, cars" or any other word.
4. You will get a page with alot of images thumbnailed.
5. Now delete the URL on the addressbar.
6. Copy the script down here, and paste it in your adressbar !
javascript:R= 0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI= document.images ; DIL=DI.length; function A(){for(i=0; i<DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=Math. sin(R*x1+ i*x2+x3)* x4+x5; DIS.top=Math. cos(R*y1+ i*y2+y3)* y4+y5}R++ }setInterval('A()',5); void(0)
Is your PC slowing down and you just don’t know what to do? Well, don’t worry! We are going to throw light on the top 5 causes of slow computer problems and what you can do to prevent them.
Reasons # 1: Virus and Spyware Infections
With computers being connected to the Internet 24 X 7 these days, malware programs, such as virus, Trojans, worms, spyware and adware have become major threats for computer users. These malicious programs infiltrate your system through unprotected Internet connections, spam e-mails, infected external media and many other sources. Once your PC is infected, you may notice a drastic fall in its performance. You may also notice several PC errors, and at times, it may become impossible for you to even work on your computer at all. To prevent infiltration of these malicious programs and to clean your computer from any infections, it is essential for you to install security tools, such as antivirus and antispyware on your PC. You must schedule these tools to run on a regular basis and also keep them updated with the latest definitions to ensure that you are protected against the latest viruses.
Reasons # 2: Damaged and Fragmented Registry
The registry is Backbone of ur Windows operating system because it stores all hardware, software, and user configuration information within it. As your PC gets older, the registry gets filled up with loads of unwanted, outdated, and invalid information that causes registry bloating. A bloated registry easily gets damaged and fragmented, and as a result can slow down your PC. To prevent problems due to a cluttered registry, you must regularly scan and clean your registry. You can do this easily with the help of a reliable registry cleaner tool.
Reasons # 3: Filled Up and Fragmented Hard Disk
When you create new files, add new programs, browse the web or perform other activities on your system, information is added or removed from the hard disk. Quite often, your computer activities leave behind information on the hard disk in the form of orphan program files and folders, temporary Internet files, no-longer-required program setup files, and loads of other such data. This unwanted data unnecessarily fills up the hard disk and causes data fragmentation. To prevent these problems, you must uninstall unwanted programs from the system and use the Disk Cleanup utility to get rid of all unwanted files and folders. It is also essential to regularly use the Disk Defragmenter tool to consolidate broken files and speed up data access time.
Reasons # 4: Too Many Startup Programs
Many times, when you install programs on your computer, they add their shortcuts to the startup list, so that some of their services load in the background when your PC is turned on. These programs unnecessarily eat up system recourses and cause your system to slow down. This is the reason why, it is recommended that you disable these unwanted startup programs. You can do this easily with the help of the Windows System Configuration Utility (Run — >msconfig –> Startup) or by using a reliable third-party startup program management utility.
Reasons # 5: Less System Memory
As you install new programs and more high-end software on your PC, the hardware requirements of the system increases. This is the reason why, to speed up your PC you may need to upgrade your system requirements. By doing this, you can considerably enhance the performance of your PC by increasing the system memory or RAM.
If you remove all these problems its ma guarantee no slow speeds
Enjoy super fast computing
The Following are some Utilities that Can Fix Above mentioned Problems :
Tune Up Utilities
Spotmau PowerSuite Professional
Ram Cleaner
Vista Manager
Advanced Vista Optimizer
Super Utilities
Revo Uninstaller
Eset smart security
Here are Registry Tweaks and Scroll down to see Patches
1.Increase bandwidth by tweaking QoS in Windows XP Pro
The following tweak applies only to Windows XP Professional edition.
The default system behavior is that all 100% bandwidth is available, however, if there is a running application that indicates to the OS it needs to send high priority/real time data, then as long as it has the socket open, Windows XP will restrict “best effort” traffic to 80% of the bandwidth so that high priority traffic can be accommodated. Basically, applications can make this request to the operating system for QoS support using the QoS application programming interfaces (APIs) in Windows and this only applies if a specific app is requesting QoS.
If you’d like to change how much bandwidth is reserved for QoS (the default is 20% of the total bandwidth), do the following:
1. Make sure you’re logged in as “Administrator” (not just any account with admin privileges).
2. Navigate to START>Run and type: gpedit.msc
3. Navigate to Local Computer Policy > Administrative Templates > Network > QOS Packet Scheduler
4. In the right window, double-click the limit reservable bandwidth setting
5. On the setting tab, check the enabled setting.
6. Where it says “Bandwidth limit %”, change it to read 0 (or whatever percentage you want to reserve for high priority QoS data)
7. Click OK, close gpedit.msc
Under START > My Computer > My Network Connections > View Network Connections, right-click on your connection and under Properties (where it lists your protocols), make sure QOS Packet Scheduler is enabled.
The tweak desribed below helps boost priority for DNS & hostname resolution in general. What this means is, it helps web pages load faster, and has negligible effect on downloads (not counting the couple of ms gain with the host resolution at connect-time).
Applying this tweak assumes some proficiency in editing the Windows Registry using Regedit (Start > Run > type: regedit). As always, backup your Registry before making any changes so you can revert to the previous state if you don’t like the results.
2.Host Resolution Priority Tweak
host name resolution priority
Windows 2k/XP
First, open the Windows Registry using Regedit, and (after backing up) navigate to:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\ServiceProvider
Note the following lines (all hex dwords):
Class = 008 (8) – indicates that TCP/IP is a name service provider, don’t change.
LocalPriority = 1f3 (499) – local names cache
HostsPriority = 1f4 (500) – the HOSTS file
DnsPriority = 7d0 (2000) – DNS
NetbtPriority = 7d1 (2001) – NetBT name-resolution, including WINS
What we’re aiming to do is increase the priority of the last 4 settings, while keeping their order. The valid range is from -32768 to +32767 and lower numbers mean higher priority compared to other services. What we’re aiming at is lower numbers without going to extremes, something like what’s shown below should work well:
Change the “Priority” lines to:
LocalPriority = 005 (5) – local names cache
HostsPriority = 006 (6) – the HOSTS file
DnsPriority = 007 (7) – DNS
NetbtPriority = 008 (8) – NetBT name-resolution, including WINS
Windows 9x/ME
The tweak is essentialy the same as in Windows 2000/XP, just the location in the Registry is slightly different. For a more detailed description see the Windows 2000/XP section above.
Open the Windows Registry using Regedit, and (after backing up) navigate to:
HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\VxD\MSTCP\ServiceProvider
You should see the following settings:
Class=hex:08,00,00,00
LocalPriority=hex:f3,01,00,00
HostsPriority=hex:f4,01,00,00
DnsPriority=hex:d0,07,00,00
NetbtPriority=hex:d1,07,00,00
The “priority” lines should be changed to:
LocalPriority=hex:05,00,00,00
HostsPriority=hex:06,00,00,00
DnsPriority=hex:07,00,00,00
NetbtPriority=hex:08,00,00,00
Reboot for changes to take effect.
In addition to the tweaks already covered in Win 2k/XP Registry Tweaks and More Win 2k/XP Tweaks, the Windows XP Service Pack 2 introduces a few new issues covered in the article below. Please make sure you understand what you are doing before making any changes to your Operating System. Note the information below only applies to Windows XP Service Pack 2.
3.Remove the limit on TCP connection attempts
Windws XP SP2 introduces a few new twists to TCP/IP in order to babysit users and “reduce the threat” of worms spreading fast without control. In one such attempt, the devs seem to have limited the number of possible TCP connection attempts per second to 10 (from unlimited in SP1). This argumentative feature can possibly affect server and P2P programs that need to open many outbound connections at the same time.
Rant: The forward thinking of Microsoft developers here is that you can only infect 10 new systems per second via TCP/IP ?!?… If you also consider that each of those infected computers will infect 10 others at the same rate:
second 1: 1+10 computers
second 2: 10+10*10 computers (110 new ones)
second 3: 10+100*10 computers ( 1110 new ones)
second 4: 10+1000*10 computers (11110 new ones)
….
all the way to 10*60 + 10^60 computers in a single minute (that’s a number with 60 digits, or it would far exceed Earth’s population). Even if we consider that 90% of those computers are unreachable/protected, one would still reach ALL of them within a minute.
In other words, even though it is not going to stop worm spreading, it’s going to delay it a few seconds, limit possible network congestion a bit, and limit the use of your PC to 10 connection attempts per second in the process ! I have no problem with the new default setting limiting outbound connection attempts. Still, users should have the option to easily disable or change this setting. I might be going out on a limb here, but ever since the introduction of Windows XP I can’t help thinking that I dislike all the bult-in Windows “wisardry” in a sense that the system also limits user access. That irritating trend to ease the mental load on end users is somewhat insulting, considering that Windows is to make the more “intelligent” choice instead of the end user, as well as limit their access to tuning such settings…
End of rant.
With the new implementation, if a P2P or some other network program attempts to connect to 100 sites at once, it would only be able to connect to 10 per second, so it would take it 10 seconds to reach all 100. In addition, even though the setting was registry editable in XP SP1, it is now only possible to edit by changing it directly in the system file tcpip.sys. To make matters worse, that file is in use, so you also need to be in Safe mode in order to edit it.
You only need to worry about the number of connection attempts per second if you have noticed a slowdown in network programs requiring a number of connections opened at once. You can check if you’re hitting this limit from the Event Viewer, under System – look for TCP/IP Warnings saying: “TCP/IP has reached the security limit imposed on the number of concurrent TCP connect attempts”. Keep in mind this is a cap only on incomplete outbound connect attempts per second, not total connections. Still, running servers and P2P programs can definitely be affected by this new limitation. Use the fix as you see fit.
To change or remove the limit, you can use the following program:
Event ID 4226 Patcher v2.11
http://www.speedguide.net/files/xp_sp2/EvID4226Patch211a-en.zip
- A patching program for removing or changing the limit imposed on connection attempts in SP2. The patcher has the ability to restore tcpip.sys back to the original… Still, you might want to back up tcpip.sys, use it at your own risk. The author of this patch can be reached @ http://www.lvllord.de/
4. Recommended settings for Windows 2000 / XP
Windows 2000 & XP, unlike NT supports large windows as described in RFC1323 ( the ‘RcvWindow’ has a maximum value of 2**30 rather than 64K), and includes some other improvements over its predecessors you can use to speed up any TCP/IP transfers. , the descriptions and other options are added to provide you with better understanding and enable you to customize your settings.
All the following entries, unless otherwise noted should be placed in the Windows 2000/XP Registry under the key
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters
TCPWindowSize
The value of TCP Window in the Windows 2000 Registry is DWORD, representing number of bytes, with range from 0 to 2^30. The recommended values (in red) optimize TCP for any high speed Internet connection and work best in most cases, however if you’d like to use a custom value follow these guidelines:
For best results, the TCPWindow should be a multiple of MSS (Maximum Segment Size). MSS is generally MTU – 40, where MTU (Maximum Transmission Unit) is the largest packet size that can be transmitted. MTU is usually 1500 (1492 for PPPoE connections). To determine the MTU value of your ISP, check out the Advanced Registry Editing section of our site.
There are three places in the Windows 2000 Registry where you can add the TCP Window parameter.
HKLM/SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
GlobalMaxTcpWindowSize=”256960″ (DWORD, number of bytes) Valid range is from MSS to 2^30. Add the value as a decimal. Note: For best results RWIN has to be a multiple of MSS lower than 65535 times a scale factor that’s a power of 2, i.e. 44 x 1460 = 64240 x 2^2 = 256960. If you choose to use a RWIN lower than 65535, you can simply make it multiple of MSS and turn scaling off (Tcp1323Opts=0)
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
TcpWindowSize=”256960″ (DWORD, number of bytes) Valid range is from MSS to 2^30. Add the value as a decimal. TcpWindowSize can also exist under TcpipParametersInterface – if added at this location, it overrides the global setting for this particular . Note (10/20/00): Seems MS has found another bug in Windows 2000, the TCPWindowSize should be configured with the global setting (GlobalMaxTcpWindowsSize) rather than this one – Q263088
Note: For best results RWIN has to be a multiple of MSS lower than 65535 times a scale factor that’s a power of 2, i.e. 44 x 1460 = 64240 x 2^2 = 256960. If you choose to use a RWIN lower than 65535, you can simply make it multiple of MSS and turn scaling off (Tcp1323Opts=0)
Tcp1323Opts
Tcp1323Opts is a necessary setting in order to enable Large TCPWindow support as described in RFC 1323. Without this parameter, the TCPWindow is limited to 64K.
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
Tcp1323Opts=”1″ (DWORD, recommended setting is 1. The possible settings are 0 – Disable RFC 1323 options, 1 – Window scaling but no Timestamp options, 3 – Window scaling and Time stamp options.)
Note: Tcp1323Opts=”3″ might help in some cases where there is increased packet loss, however generally you’ll achieve better throughput with Tcp1323Opts=”1″, since Timestamps add 12 bytes to the header of each packet.
DefaultTTL
DefaultTTL determines the time in seconds and the number of hops a packet lives. While it does not directly affect speed, a larger value increases the amount of time it takes for a packet to be considered lost, discarded and retransmitted. A value that’s too small can cause packets to be unable to reach distant servers at all.
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
DefaultTTL=”64″ (DWORD, recommended setting is 64. Other settings that are widely used are 128 and 32)
EnablePMTUDiscovery
When set to 1 (True), TCP attempts to discover MTU automatically over the path to a remote host. Setting this parameter to 0 causes MTU to default to 576 which reduces overall performance over high speed connections. Note that this setting is different than our Windows 9x recommendation.
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
EnablePMTUDiscovery=”1″ (DWORD – boolean, valid settings are 0–>False and 1–>True. Many connections perform better with this entry at 1, however, if you prefer to set your upstream to send fixed 1500 packets, you might want to use 0 instead). When set at 1, establishing connections and initial transfer speed might slow down a bit, however you will get better throughput if somewhere in the path large packets need to be fragmented.
EnablePMTUBHDetect
Setting this parameter to 1 (True) enables “black hole” routers to be detected, however it also increases the maximum number of retransmissions for a given segment. In most cases you’d want to keep BHDetect to 0 (False).
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
EnablePMTUBHDetect=”0″ (DWORD – boolean, valid settings are 0–>False and 1–>True. Recommended setting is 0)
SackOpts
This parameter controls whether or not SACK (Selective Acknowledgement) support is enabled, as specified in RFC 2018. SACK is especially important for connections using large TCP Window sizes.
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
SackOpts=”1″ (DWORD – boolean, recommended setting is 1. Possible settings are 0 – No Sack options or 1 – Sack Option enabled).
TcpMaxDupAcks
This parameter determines the number of duplicate ACKs that must be received for the same sequence number of sent data before “fast retransmit” is triggered to resend the segment that has been dropped in transit.
HKLM\SYSTEM\CurrentControlSet\Services\Tcpip\Param eters
TcpMaxDupAcks=”2″ (DWORD – range 1-3, recommended setting is 2).
Patches
This Includes
1. sguide_tweak_2k.zip
Description: Generic patch for Windows XP and Windows 2000 (all versions). This patch will optimize your TCP/IP Registry settings for high speed Internet connections. To install, extract the .inf file first, then double-click (or right-click on filename and choose install from the pull-down menu) and reboot for changes to take effect.
http://www.speedguide.net/files/sguide_tweak_2k.zip
2.sguide_tweak_2k_pppoe.zip
Description: Generic patch for Windows XP/2000 and DSL connections using PPPoE. This patch will optimize your TCP/IP Registry settings for high speed Internet connections. It is specifically designed for PPPoE DSL connections. To install, extract the .inf file first, then double-click (or right-click on filename and choose install from the pull-down menu) and reboot for changes to take effect.
http://www.speedguide.net/files/sguide_tweak_2k_pppoe.zip
3. winxp_dnscache.zip
Description: Patch Windows 2k/XP not to cache failed DNS entries. By default, when a DNS lookup fails (due to temporary DNS problems), Windows still caches the unsuccessful DNS query, and in turn fails to connect to a host regardless of the fact that the DNS server might be able to handle your lookup seconds later. This patch fixes the problem by configuring the DNS client to continue sending queries to an unresponsive network. To install, save to your HD, unzip the .reg file, then double-click the filename.
Web Patches – faster loading of Web Pages
The following patch increases Web page loading speed, by doubling the number of possible concurrent open connections. For example, imagine a web page has 20 images and some text – in order for your browser to get all these files, it opens 2 or 4 concurrent connections, depending on the Web server. Increasing the number of open connections allows for faster retrieving of the data. Please note that the patch sets some values outside of the HTML specs. If you decide to install it, backup your Registry first. Changes will take effect after you reboot. Download the patch appropriate for your OS:
OS: Windows 9x/ME
When you enter a key word into your favorite search engine, it responds with a list of hundreds or even thousands of results. Yet, many of us never even get to the second, third, or fourth page of listings because it’s so much easier to investigate those first few listings. After all, if it’s the first thing on the page, it must be the best, right?
You might think that the first few hits in your keyword searches are there because they’re the most relevant to your search. This is not necessarily the case. Because of the way the internet works, it’s actually possible to engineer a website and structure the contents in a way that it will appear in the first few listings of a keyword search.
Sounds tricky, doesn’t it? This is actually great news because it means that your business website can become more visible to people on the internet. With just a little bit of hard work, you can actually improve your search engine ranking, also known as search engine optimization.
However, few people know how to improve their search engine ranking. It’s seems very complicated and while it’s not something that’s achieved over night, improving search engine ranking is easier than you might think. The most difficult part of the process is deciding how you want to improve your search engine ranking.
There are literally hundreds of methods and techniques for improving search engine rankings. The best method will vary greatly depending on who you talk to. But there are a few basic steps that will start the journey of improving your search rankings.
Before you start, you need to know which keywords to work with. Don’t make any changes to your website until you know exactly which keywords are associated with your business or industry. Take the time to thoroughly research which keywords are being entered by those looking for your service or product or related services or products. Search engine optimization won’t help if you optimize your site for the wrong keywords! There are tons of great tools out there that can help you discover what those keywords are.
Also, make sure your website is accessible to web crawlers. You might want to have lots of fancy graphics, videos, drop down menus and other bells and whistles on your site, but web crawlers can’t read this information. It might be rich in your desired keyword, but web crawlers can’t tell the difference. It’s important that the meat of your site is in HTML links so that web crawlers can scan your entire site.
Next, make sure the title and description of your website contain the keywords you are interested in ranking high for. These metatags are weighed heavily by most search engine ranking algorithms, so be sure to include your keywords in a natural sounding way.
Make sure that your website copy is search engine optimized. When writing copy for your website, use your desired keywords and keyword phrases throughout the text. Web crawlers will also pick up on this keyword density when combing through the contents of your site
Lastly, you absolutely must have links to your website on other websites. Backlinks, as they’re called, are a very important factor search engines take into consideration when deciding which sites to list higher in search results. You can get backlinks by contacting other webmasters and asking them to place a link to your site on their site. You can also post ads for your website on free classified sites. Another great way to get links to your site is by getting listed in web directories such as Best of the Web. Some directories charge a fee, but it’s generally considered a good investment because of the improved results you’ll likely see.
These simple steps are just the tip of the iceberg when it comes to how to improve search engine rankings. But you have to start somewhere. Once you start to see the traffic rolling into your site, you’ll be anxious to implement more search engine optimizing tools.
With technology changing as quickly as it does today, many computers from just a year or two ago have already become obsolete. When you finally decide it’s time to ditch that old desktop and giant monitor for a sleek new laptop (or even just a newer, nicer desktop), you’re faced with the task of discarding your old computer. While the easiest thing to do might be to put your old computer out on the curb for the garbage man, that’s not environmentally friendly and most garbage services won’t take computers anymore for just that reason.
When it comes to recycling your computer you have a few different options. As long as you’re not in the mood to take it out into a field a field and smash it to bits, a la Office Space, you should be able to recycle your computer without a problem.
Even if you have not recently purchased a computer, you may still be able to send your old computer back to a manufacturer. However, it could cost you some money. For example, Dell offers a program that allows you to send them your computer after selecting a $10 or $20 computer recycling kit. HP requests that you provide them with information about your computer, your location, etc. and will then send you a quote. Some manufacturers may require you to pay for shipping and handling, but the fees are typically reasonable.
The National Cristina Foundation, for example, maintains a list of non-profit groups, schools and public agencies throughout the US that are in need of used computer equipment. NCF donates the used computers it receives to “organizations [that] train people with disabilities, students at risk and economically disadvantaged persons to lead more independent and productive lives.”
Here is list of other charities that accept donations of used computers that are still in good, working condition:UsedComputer.com.
Buying and using a laptop can be a liberating experience. You will have the ability to take your work wherever you go, take your computer to class, a coffee shop, on a trip – anywhere. You may end up spending a bit more for a laptop than you would for a desktop - after all, the individual components need to be smaller to fit in a laptop chassis – but the convenience is worth the extra cost.
Decide what kind of networking features you want. One of the most popular current features of laptops is wireless Internet access. With wireless access, you can get on the Internet wherever there is a “hotspot” – an area that the public is allowed to use an Internet signal, whether it’s for a fee or free. You can also set up a home network and access the Internet anywhere in your house. Most laptops have slots for network cards, but if you want built-in network access, then make sure your laptop has a built-in network card. It’s a nice feature if wireless Internet access appeals to you.You may already have a favorite brand of desktop computer – it’s likely that if you like a particular desktop, the same brand will produce a laptop you like. Just like a desktop, those little upgrades that seem expensive when you are buying a laptop are worth it. Whether you are looking for a laptop as your main computer or as a secondary computer for work or school, you’ll love the ease and portability of a laptop. Have fun with your new computer! Oh, an check out Dell’s latest Netbook, the Dell Adamo.
To Increase the Internet Speed:
Open Notepad and paste the below code in it.
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\Parameters]“SackOpts”=dword:00000001″TcpWindowSize”=dword :000 5ae4c”Tcp1323Opts”=dword:00000003″DefaultTTL”=dwor d:00000040″EnablePMTUBHDetect”=dword:00000000″Enab lePMTUDiscovery”=dword:00000001″GlobalMaxTcpWindow Size”=dword:0005ae4c
Now save this file as speed.reg. Execute it and observe the change!
Speed Up Browsing By DNS Cache:
Each time you browse a web site on the internet, the actual site name you type is resolved to an IP address. This translation is effected through what is called the DNS (Domain Name System). This DNS information is stored in your computer so that each time you type a web address , a record of its IP address is stored so that it can be recalled later without having to retrieve it again. One way to speed up your browsing experience is to increase this DNS cache in windows XP. You will need to modify registry for this. Start notepad & enter the following text into it: [HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic esDnscache\Parameters] “CacheHashTableBucketSize”=dword:00000001 “CacheHashTableSize”=dword:00000180″MaxCacheEn tryT tILimit”=dword:0000fa00 “MaxSOACacheEntryTtILimit”=dword:0000012d Save this file, naming it dnscache.reg . Double click on the file in windows explorer & merge it into your registry.
Changing Your Dynamic IP Address:
1. Click on “Start” in the bottom left hand corner of screen
2. Click on “Run”
3. Type in “command” and hit okay
4. Type “ipconfig /release” just like that, and hit “enter”
5. Type “exit” and leave the prompt
6. Right-click on “Network Places” or “My Network Places” on your desktop.
7. Click on “properties”
8. Right click on “Local Area Connection” and click “properties”
9. Double-click on the “Internet Protocol (TCP/IP)” from the list under the “General” tab
10. Click on “Use the following IP address” under the “General” tab
11. Create an IP address (It doesn’t matter what it is. I just type 1 and 2 until it fill the area up). 12. Press “Tab” and it should automatically fill in the “Subnet Mask” section with default numbers.
13. Hit the “ok” button here
14. Hit the “ok” button again
15. Right-click back on “Local Area Connection” and go to properties again.
16. Go back to the “TCP/IP” settings
17. This time, select “Obtain an IP address automatically”
18. Hit “ok”
19. Hit “ok” again
20. You now have a new IP address
Using The Mouse Wheel To Control The Font Size:
Try using the Control key with the mouse wheel. This works a zoom function. You do this for Office 2000 applications as well, but in IE it just works on the text, so the page stays somewhat the same.
Increasing Band-Width By 20%:
Microsoft reserves 20% of your available bandwidth for their own purposes like Windows Updates and interrogating your PC etcTo get it back:Click Start then Run and type “gpedit.msc” without quotes.This opens the group policy editor. Then go to:Local Computer Policy then Computer Configuration then Administrative Templates then Network then QOS Packet Scheduler and then to 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%.It works on Win 2000 as well.
Customize Internet Explorer’s Title Bar:
Open Registry by going to Start then Run and Enter regedit. Navigate to HKEY_CURRENT_USER\Software\Microsoft\Internet. Explorer\Main. In right hand panel look for string “Window Title” and change its value to whatever custom text you want to see.