Skip to main content

How to Install Windows 10

Before you install any operating system to your computer you should learn how the computer load an operating system to It’s memory from hard disk. When you press the power button on your computer It will load the bios program to the memory from the bios chip on the motherboard. Bios program is a set of instruction. Then bios do the power on self-test and find the operating system from installed disk’s. After that computer read the Master Boot Record form OS installed disk and load the operating system as per the instruction of MBR.

So if you want to install windows 10 or any operating system you should go to the bios program and change the first boot device to CD/DVD ROM or USB Flash Drive. (if you are using bootable USB).

How do I enter to the BIOS?
It depends on manufacturer of the motherboard. Regularly F1, F2, F10, Del, Esc, keys are used to enter bios program. Some Laptops have special unique key for it.  Press the power button and then press the relevant button from above buttons. At that moment computer will load the bios setup. In the bios you can change the first boot device under the boot options to CD/DVD ROM or USB Flash Drive. (if you are using bootable USB). Save the changes and insert windows 10 DVD to the DVD Rom or plug the windows 10 USB drive and restart the computer.

Now computer read the bootable DVD or USB and display “Press any key to boot from CD or DVD” then press any key to load the operating system setup.

In windows setup first you have to select language and other preferences and click next.



Then click install now.


Enter the Windows 10 Licensed Key


Now we are going for a clean installation click “ Custom: Install Windows only (advanced)




Where do you want to install windows ?
You can Select, Delete and Create hard disk partitions here. If you are going to delete or format partitions all data on it will be lost.
Chose a partitions to install windows and click next. 

Windows will begin to install automatically. And several times restarts


After Several restarts Windows complete the installation.
Thank You.


Comments

Popular posts from this blog

Why don't you buy an all-in-one computer - 06 Reasons

01. Limited Upgradeability Most all-in-one computers are designed to be compact and sleek, which often means that there is limited space for internal components. This can make it difficult or even impossible to upgrade hardware such as the graphics card or CPU. 02. Limited Portability All-in-one computers are not as portable as laptops because they are typically larger and heavier. They also usually require a power source, which can make them less convenient to use on the go. 03.  Higher Cost All-in-one computers are often more expensive than traditional desktop computers or laptops with similar specifications, largely due to their compact and integrated design. 04.  Limited Screen Size Options Because the screen is built into the computer, there are usually limited size options available. This can be a disadvantage for users who prefer larger or smaller screens. 05. Limited Flexibility All-in-one computers are often designed to be used as a complete system, which ...

How to reduce laptop temperature

01. Keep the laptop on a hard surface: Place the laptop on a hard surface like a desk or a table to ensure that the airflow is not restricted. Avoid placing the laptop on soft surfaces like a bed or a sofa as they can block the airflow and cause overheating 02. Use a laptop cooling pad: Laptop cooling pads are designed to improve airflow and reduce heat buildup. They come in various sizes and designs and can be easily attached to the laptop's bottom. 03. Clean the air vents: Over time, the air vents on the laptop can get clogged with dust and debris, restricting airflow and causing overheating. Use a can of compressed air to blow out any dust or debris from the vents. 04. Avoid running too many programs simultaneously: Running too many programs simultaneously can cause the laptop to work harder, generating more heat. Try to close any programs that are not in use. 05. Adjust power settings: Adjust the power settings of the laptop to reduce the workload on the system.

Master Boot Record (MBR)

The Master Boot Record (MBR) is a small but essential section of a hard drive that is responsible for booting up an operating system. It is located at the very beginning of the hard drive and contains information about the partition table and boot loader. The MBR consists of three parts: Boot loader code The boot loader code is the first piece of code that is executed when the computer boots up, and it is responsible for finding and loading the operating system. Disk signature Disk signature is a unique identifier that is used to differentiate between different hard drives. Partition table Partition table contains information about the layout of the hard drive, including the size and location of each partition. When a computer boots up, the BIOS (Basic Input/Output System) reads the MBR from the hard drive and loads the boot loader code into memory. The boot loader code then searches for the active partition and loads the operating system from that partition into memory. The MBR is a c...