Skip to main content

Explain How To Create Hotmail Email Account

Step by Step Procedure To Create Free Hotmail E-Mail Account

How to Create New Hotmail Account Free
1. Open your web browser, type www.hotmail.com and press enter key.
2. On the home page of Hotmail Click Link of Sign Up Now on bottom.
Get a new Hotmail Email Account Free
3. Now, you will see a form requiring some information about you. Fill in the form for Hotmail Email Account carefully. First of all, you need to enter your First Name and Last Name. Secondly, select your date of birth.
4. Select your gender.
5. Now,you must choose a unique user name. Type a user name, for example, mahmood.mcs. Click left button of mouse in the next text box named Create a password.
4. Now type a password. This password should be at least 8 characters long and a combination of alphabets and numbers is better and secure. You must remember this password to access your Hotmail email account. Type this password in the next text box labelled 'Renter password' again.
Create New Hotmail Account
5. In this step, you will enter the necessary information for your identification and password reset, if you forget your password. This information will be of three types. You must give two type of information at least.
    i) Your Phone Number
Here you will enter your phone number, so that if you forget your password then you will get password reset information on this phone number.
    ii) Your Alternate email address
    iii) Your security question and the answer you provide.
New Hotmail Accounts  
6. Select your country and zip code or postal code as applicable.
7. Type the characters of text (verification code to prove you are not a robot).
Steps to create new hotmail account
 8. Click on 'I Accept' button. If you have not provided two types of information as explained in step 5 above, you may be asked to provide it.
Create Hotmail Account Free

9. Here you may find an error regarding you did not enter the correct verification code. If this is the case, enter verification code again. Now click on 'I Accept' button again.
10. Normally, you will see a message above your user name text box ( username@hotmail.com isn't available ). Type another user name. Mostly, you can combine your year of birth, your marks in an examination or your favorite number with your user name.
Hotmail Email Services Free
11. Congratulations! you have got a new Hotmail account. Click on Goto inbox link.

12. Here is your Hotmail inbox.

Got Hotmail Account

Further Reading on E-Mail Accounts

How to Change Your Hotmail Account's Password

How To Write and Send an E-Mail Message Through Hotmail Account

How To Create Your Free Yahoo E-Mail Account

How To Create Your Free G-Mail Account

How To Recover Your G-Mail Account Password




Comments

Popular posts from this blog

Introduction to Algorithms and Algorithmic Notation With Examples

Topic: Introduction to Algorithm and Algorithmic Notation With Examples What is an Algorithm? The step by step procedure to solve a particular problem is called an Algorithm .  A Good Programmer always writes algorithms before developing programs. Algorithmic Notation with example algorithms  Advantages of  writing an Algorithm The process of solving a problem becomes simpler and easier with the help of  algorithm. There are less chance of errors in the program, if we design algorithms before writing our programs in any programming language. We can convert an algorithm into a program of any programming language. It is not dependent on any programming language. Therefore it is easy to understand for anyone even without programming knowledge. What is the Relationship between an Algorithm and a Program Sponsored Links An algorithm is the sequenc of steps to perform a task, whereas a program is the set of statements to perfor...

What are Dual Devices or Both Input/ Output Devices

The devices that can be used to perform both functions -input and output- are called Dual Devices. These devices are also called Dual Purpose Devices or Both Input/Output Devices. With the help of a dual purpose device, we can enter data into computer as well as we can output data from the computer to outside world.  For example, Dual devices include:  Touch Screen Monitor, Modem, Network Interface Card, Sound card, Hard disk drive, Floppy disk Drive, Magnetic Tape Drive CD-Writer and DVD-Writer etc. These are also called Input/output devices, because they perform both functions. Touch Screen Monitor Dual Devices or Both Input / Output Devices - Touch screens Touch Screen Monitor is an input/output device. It uses a special touch sensitive screen. The User can enter data by touching icons or menus on the screen. As soon as the user selects a command from menu, output is displayed on screen. Commonly touch screen monitors use sensors to detect touch of finger. ...

Electricity Bill Calculator Formulas in Excel

Today, we will discuss How to create an Electricity Bill Calculator Worksheet by using Electricity Bill Calculator Formulas in Excel . The following formulas will be used in Electricity Bill Calculator Worksheet: Q: Prepare a worksheet according to the following instructions: Create a worksheet in MS Excel according to the requirements Enter sample data of Electricity units consumed by customers in a city Apply formula to calculate Units Consumed Apply formula to calculate Electricity Charges Apply formula to calculate Surcharge Apply formula to calculate Bill Payable Note: Every formula will start from  =  Units Consumed Formula=D5-C5 Electricity Charges Formula=IF(E5>200, E5*15,IF(E5>100, 1000+(E5-100)*12, E5*10)) SURCHARGE FORMULA = IF(F5>5000, F5*5%,IF(F5>1000, F5*3%, 0)) BILL PAYABLE FORMULA = SUM(F5:G5) Download Excel Electricity Bill Calculation Worksheet Free  Image for Electricity Bill Calculator Formulas ...