Please run Disk partition information > post a share link
https://www.tenforums.com/bsod-crashes-debugging/162488-batch-files-use-bsod-debugging.html#Part3
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
i have windows update error that need to manually resize recovery partition and increase it by 250 when i delete the recovery partition and shrink the os drive while i make a new one the recovery doesnt merged to 780 mb
i need some help in it
Please run Disk partition information > post a share link
https://www.tenforums.com/bsod-crashes-debugging/162488-batch-files-use-bsod-debugging.html#Part3
Please run the administrative command prompt commands in the earlier post an post a share link or image into the newest post
Hi Zeyad,
Hope you're doing well.
Deletion and reconstruction of recovery partition
Note: Important: It is best to make a BMR backup, checkpoint, snapshot, etc. before operation.
---delete-
Important: If you need to rebuild after deletion, we need to back up the winre.wim file before deleting it. Just copy it to the C drive.
---Recreate---
Copy the WinRE image to recovery partition and enable WinRE by below commands:
mkdir H:\Recovery\WindowsRE
xcopy /h "C:\Winre.wim" "H:\Recovery\WindowsRE"
reagentc /setreimage /path H:\Recovery\WindowsRE /target
reagentc /enable
diskpart
list disk
select disk 0
list partition
select partition 2 (Replace the partition number with the one of H:)
remove
If UEFI (GPT) run command:
set id=de94bba4-06d1-4d40-a16a-bfd50179d6ac
gpt attributes=0x8000000000000001
If BIOS (MBR) run command:
set id=27
exit
Best Regards,
Ian Xue
If the Answer is helpful, please click "Accept Answer" and upvote it.