Skip to main content

HOW TO FRESH INSTALL WINDOWS 10 OR 11.

As we all know, when our system become slow or we are unable to recover it due to some viruses or malware. It becomes necessary to protect our data other then C drive.
Let's learn Today that how to freshly install windows 10 or 11 on your personal computer.
Prerequisites:
1. A 16gb or more Usb flash drive.
2. Windows 10 or 11 disk image (ISO), which can be downloaded from Microsoft's official website. Here are the links:
3. Rufus Program which is freely available and it can be downloaded from here and make sure to download the latest version always.
Ok now we are ready to proceed with the steps to make a bootable usb flash drive. Follow given steps to make a bootable flash drive:
1. Insert the flash drive in your computer.
2. After downloading the above files, double click rufus program and a window will open in which we have to choose our usb flash drive as shown.
3. In this step, click on select and choose the windows disk image file (ISO) which we have downloaded earlier.
4. Now after this we have to choose from two options: 
a.) Standard Windows Installation.
b.) Windows to go
If you select option "a" then it will create a bootable USB which can only be used to install windows in computer's drive. And if you choose option "b" then it will create a windows usb in which windows will run directly from the usb flash drive. However, it will consume at least 20mins for the process to complete. If you select this option make sure to use at least usb 3.0 drive or more.
5. As we have to install windows in our computer's hard drive, we will go with "Standard Windows Installation" option.
6. In next step, if you have newer Laptop or desktop use GPT else use MBR.
7. Other options should be kept as it is.
8. Now after the complition of the process, Rufus can be closed.
9. Now turn of your computer on which you want to install the windows and browse it's boot menu after inserting the usb flash drive. The boot menu can be accessed using F9 or F12 or using any other key depending upon the manufacturer of your device. You can search on Google for the same.
10. After accessing the boot menu choose the Usb flash drive from the options.
11. After that windows installation window will popup and click Install.
12. Then choose your preferred language, if you are in Indian region go with the US language.
13. Finally you have to select custom install and then various drives will be visible on the screen, choose your existing C drive by checking the partition size and install windows to the same.
Note: after formatting the c drive you won't be able to recover your previous data, so format accordingly.

Ok now some process will occur and after reboot windows will install drivers for your particular system, usb flash drive can be removed after this step.
Now all you have to do is to select everything as per your need.
And voila! A fresh version of Windows is installed on your system.
If you still have confusion, you can follow my video guide on YouTube, don't forget to subscribe my channel.

Comments

Popular Posts

CONVERT YOUR OLD LAPTOP INTO NAS SERVER

Network Attached Storage (NAS) is a type of storage device that is designed to be connected to a network and provide file-level data access to multiple users or clients. NAS devices are specialized computers that are optimized for data storage, management, and access. NAS devices typically consist of one or more hard drives that are arranged in a RAID configuration to provide redundancy and data protection. They are equipped with network interfaces such as Ethernet ports, which allow them to be connected to a local area network (LAN) or a wide area network (WAN). Once connected to the network, the NAS device can be accessed by multiple clients or users, who can then use it to store, retrieve, and share files. NAS devices are popular in both home and business environments, where they are used to store a wide range of data, including documents, photos, videos, music, and other multimedia files. They are often used as a central repository for shared files, and can be accessed by multiple

HOW TO INSTALL ANDROID 9 (PIE) ON BANANA PI M5

In this tutorial I will tell you that how can you install Android 9 Pie on your Banana Pi M5. Only few articles are available online explaining the installation procedure, but they are just confusing. I also struggled a lot to install android on my Banana Pi M5 as i was not getting the proper steps. But after lot of research finally I will be able to install android on my Banana Pi M5. To make everything work properly just follow each and every given step carefully: Download the Android image from here and extract it somewhere on your computer. Download Aml USB Burning Tool from here  and install it. Now, open the Aml USB Burning Tool and insert android image which we have downloaded earlier by heading over to File > Import Image > select image with .img extension as shown. Now, connect the Banana Pi M5 with your computer by continuously pressing the SW4 button and then insert the USB simultaneously into the computer. Release the button when connection establish with your comp

HOW TO ENABLE WIFI AND BLUETOOTH (RT8822CS) IN BANANA PI M5

We all know that there are very few topics available on internet regarding installation of RT8822CS Bluetooth and WiFi adapter for Banana Pi BPI-M5.In this post I will explain each and every step to install the official RT8822CS card in your Banana Pi M5/M2 Pro.At First, I will assume that you have successfully installed the Android in your Banana Pi M5,In case you want to install android follow the steps given in the below video: Now, follow the below steps to setup RT8822CS card in your device. 1. First of all, download and install the ADB, Fastboot & their Drivers from here on your computer. 2. Enable developer options on Banana Pi M5 by visiting Settings > Tap Build number 7 to 8 times and then enable usb debugging from developer options. 3. Now on your computer, open command prompt and run following commands one by one: adb devices adb root adb remount adb shell echo dtbo > /sys/class/unifykeys/name echo "1" > /sys/class/unifykeys/write reboot you