- #Best thing for a usb system recovery windows 10 how to
- #Best thing for a usb system recovery windows 10 windows 10
- #Best thing for a usb system recovery windows 10 software
- #Best thing for a usb system recovery windows 10 iso
You can name the file anything you want, just make sure that the file extension ends with. Right-click on the desktop and select “New -> Text document”.ġ4. This allows you to boot into recovery from the advanced startup options.ġ3. We are going to do that using a batch file. We now need to add that recovery partition to the advanced boot menu. Up until now, we’ve only created the recovery partition. Select “Replace” to replace the already existing “install.wim” file with the newly extracted “install.wim” file.ġ.3 Add Recovery Partition to Advanced Boot Menu Next, copy the extracted “install.wim” file and paste it inside the “sources” folder in the new partition.
#Best thing for a usb system recovery windows 10 windows 10
Now, plug in the Windows 10 USB drive, copy all the files in it and paste them in the new partition.ġ2. Remember the drive letter of the new partition, we are going to need it in the coming steps.ġ1. For instance, if your extracted install.wim file is around 10GB, create a new partition that is around 12GB. Now, create a new partition that is a couple of gigabytes bigger than the size of the install.wim file.
1.2 Copy Windows 10 Installation Files to Recovery Partitionġ0. This can vary depending on the applications and updates you’ve installed. In my case, the install.wim file is around 5GB. After rebooting Windows, if you go the drive where you save the extracted image, you will see a file named “install.wim”. Close the command prompt window and reboot Windows 10.ĩ. Once that is done, the extracted image will be saved to the drive you chose earlier. As soon as you execute the above command, Windows starts to extract the image. dism /capture-image /imagefile: D:\install.esd /capturedir: C:\ /name:"Recovery" /compress:maximumħ. I’m extracting the Windows 10 image from C drive and storing it in the D drive. Once you add the drive letters, the command will look something like this. dism /capture-image /imagefile: :\install.esd /capturedir: :\ /name:"Recovery" /compress:maximum Don’t forget to replace with the actual destination drive letter and with the actual OS installation drive letter. Now, use the below command to extract the OS image and save it to the drive of your choice. Once you know the drive letters, exit the diskpart tool using the below command. Remember both drive letters, you need them in the next step. So, my OS installation drive letter is still C and the drive where I want to save the extracted image is D. In my case, the drive letter didn’t change. Next, use the below command to list all the volumes in your system. To know the drive letter, we need to use the diskpart utility. So, it is better to know the current drive letter of the OS installation drive and the drive where you’d like to store the extracted image file. When you boot into Windows 10 installation media, there is a chance the drive letters will be changed temporarily. In the language selection screen, press Shift + F10 to open the command prompt window.ģ. Plug in the Windows 10 installation drive, reboot your system and boot into the installation media.Ģ. However, since you cannot extract the Windows 10 image while you are using it, we need to boot into the Windows 10 installation media.ġ. The first thing we need to do is extract the Windows 10 image. 1.1 Extract Windows Image to Create Windows 10 Recovery Partition Just follow the below steps as is and you should be good. So, to make matters simple, I’ve divided the steps into three sections. To rename a drive, simply right-click on the drive and select “Rename”.Ĭreating a custom factory reset partition in Windows 10 is fairly simple. For instance, I renamed my drive to OS Drive. In the File Explorer, rename the C Drive to something you can easily recognize. This is not necessary but makes your life easier when using the command prompt.
#Best thing for a usb system recovery windows 10 software
This makes it sure that when you restore your system using the recovery partition, you will have all your software ready to use.Ĥ. Make sure that you’ve installed all the Windows updates and software that you use regularly. To create a partition, you can use the built-in disk management tool or third-party software like EaseUS Partition Manager.ģ.
#Best thing for a usb system recovery windows 10 how to
You should know how to create a partition. For instance, if I’m using Windows 10 v1809, the installation media should also be of v1809.Ģ.
#Best thing for a usb system recovery windows 10 iso
Make sure that the installed Windows 10 version and downloaded Windows 10 ISO version is the same. If you don’t have the installation media, you can easily create a Windows 10 USB drive yourself. We are going to use the windows 10 installation drive to extract the OS image which can then be used to create a recovery image. Keep your Windows 10 installation media ready.