Posts

Showing posts from March, 2022

How to Create 500MB Windows Recovery Partition on Windows 10 and Windows 11

Image
  I've already deleted the Recovery Partition for Demonstration Process. Here are the steps to Recreate the Formatted/Deleted Windows Recovery Partition 1.) Create a New Simple Volume on the Unallocated space 2.) Copy files from Windows Partition using the following commands in the Administrator Command prompt . Just in case if you don't know how to lauch an Administrator Command Prompt, Search cmd using Windows Start Menu Search Bar, Select Command Prompt from the list and press Ctrl+Shift+Enter. Click Yes and enter your Administrator Password if you have one! Execute these commands in the command prompt according to your Recovery Partition drive letter  FOR UEFI & BIOS Firmwares: mkdir E:\Recovery\WindowsRE xcopy /h C:\Windows\System32\Recovery\Winre.wim E:\Recovery\WindowsRE Note: If the WindowsRE folder is empty on the System32 folder and if you don't have the WinRE.wim file, you need to extract it from the Windows 10 or Windows 11 iso according to your Installed ...