Technical Problems

How to increase download speed

Go to Options>Preferences>Network -> Under ‘Port used for incomming connections’, enter any port number. It is best to use a port number above 10000. I use 45682. ->Randomize port each time utorrent starts: UNCHECKED. I leave this unchecked because I have a router. If you do not have a router or a firewall, and want extra security,check this option. -> Enable UPnP port mapping (Windows Xp or later only): UNCHECKED. I leave this unchecked because I have experienced it...

Increase Internet speed in WINDOWS

If you are using Windows XP Professional then it is achievable to enble extra 20% out of your internet connection. By default Windows XP Professional holds back 20% of your Internet speed for various services like windows update and spyware checks and other features.., If you want to tap into this locked speed then make the following changes: 1. Go to Start-> Run-> and type gpedit.msc 2. Expand the Administrative Templates branch 3. Expand the Network tab 4. Highlight QoS...

Computer virus means what??

Virus is a program or piece of code that is loaded onto your computer without your knowledge and runs against your wishes. Most viruses can also replicate themselves. All computer viruses are manmade. A simple virus that can make a copy of itself over and over again is relatively easy to produce. Even such a simple virus is dangerous because it will quickly use all available memory and bring the system to a halt. An even more dangerous type of virus is one capable of transmitting itself...

Delete virus by using CMD in windows

First you have  to enter cmd by pressing windows+r or go to All Programs in you have run Then enter the drive like you want to findout viruses for example in C drive type following  ( c: ) then look up four  the hidden files using command ( dir /a:h ) if u found (autorun.inf ) or any virus files like ( web.cmd ) do these commands for them ( attrib autorun.inf -s -h -r ) ( del autorun.inf ) u can change ( autorun.inf ) to any virus files name like ( web.cmd ) Try...