|
Windows RE tools partition - Printable Version +- Hasleo Software Forums (https://www.easyuefi.com/forums) +-- Forum: Hasleo Software (formerly called EasyUEFI Development Team) (https://www.easyuefi.com/forums/forum-1.html) +--- Forum: Hasleo Backup Suite (Free Windows Backup & Restore Software) (https://www.easyuefi.com/forums/forum-10.html) +--- Thread: Windows RE tools partition (/thread-3804.html) |
RE: Windows RE tools partition - al3x - 09-07-2025 (09-07-2025, 12:30 AM)xeroid Wrote: So, if I'm reading this correctly, partition 5 is the one that isn't being used (see attached). What's the easiest way to delete that partition? If you're absolutely sure you don't need the last partition (which is probably a left over or a OEM partition) and you want a clean way to remove that partition without any space left after your Windows RE partition, you can do the following steps. I verified those steps in a VM to make sure it works. Be very careful though, it's important to do these steps exactly:
![]() And reagentc /info should report the new partition as RE target:
RE: Windows RE tools partition - CDC9762 - 09-07-2025 Very nice instructions, Al3x! Xeroid and anybody else using them be sure to take care at each step to ensure you are using them on the correct disk, partition, etc., Diskpart is very powerful and unforgiving. RE: Windows RE tools partition - xeroid - 09-07-2025 (09-07-2025, 01:52 AM)al3x Wrote:(09-07-2025, 12:30 AM)xeroid Wrote: So, if I'm reading this correctly, partition 5 is the one that isn't being used (see attached). What's the easiest way to delete that partition? Thanks for your information! Your instructions are very detailed, but I got spooked right when I started. So, I installed Paragon and gave that a whirl. I think it came out ok! See attached. RE: Windows RE tools partition - al3x - 09-07-2025 (09-07-2025, 03:48 AM)CDC9762 Wrote: Very nice instructions, Al3x! Thanks! Unfortunately I made 2 small mistakes in the steps 5 and 6. I can't edit my posting anymore, so here's the correction: 5. Delete the old RE partition (according to your screenshots, verify with list part first): sel part 5 - then - del part override 6. Delete the current RE partition (according to your screenshots, verify with list part first): sel part 4 - then - del part override It's del part override only, you select the partition just once with sel part x each. Sorry for that! RE: Windows RE tools partition - al3x - 09-07-2025 (09-07-2025, 04:01 AM)xeroid Wrote: Thanks for your information! Your instructions are very detailed, but I got spooked right when I started. So, I installed Paragon and gave that a whirl. I think it came out ok! See attached. Looks good to me, reagentc is attached to the correct partition. Nice! RE: Windows RE tools partition - Epictetus - 09-14-2025 Perhaps a naive question, but why does one need the recovery partition anyway? I deleted mine a long time ago and just added the space to OS. So long as you have an external (bootable) SSD/HDD with an image of your setup and a WinPE with HasleoBS, you can always recover from that if needed. RE: Windows RE tools partition - al3x - 09-14-2025 You don’t really need the partition, that’s correct. You could also disable RE with reagentc /disable, then delete the RE partition and reenable with reagentc /enable. That will recreate RE in c:\Recovery and it will work like before. Or you could kill RE completely like you did. Technically that works, too. It’s just that I like to keep my Windows the most non-Frankenstein way possible to prevent possible later hiccups in case MS decides to do something weird with a new update. You never know. RE: Windows RE tools partition - Epictetus - 09-14-2025 (09-14-2025, 03:19 PM)al3x Wrote: You don’t really need the partition, that’s correct. You could also disable RE with reagentc /disable, then delete the RE partition and reenable with reagentc /enable. That will recreate RE in c:\Recovery and it will work like before. Yes, I see your point ("... in case MS decides to do ..."), but it would seem from reading the above posts that the trouble comes from having RE in the wrong place/geometry, rather than from not having it at all? At least up till now. RE: Windows RE tools partition - al3x - 09-14-2025 Yeah, that’s true for HBS. But missing a partition which should exist by MS definition might bring trouble in the future during Windows updates. That’s what you can’t predict.
RE: Windows RE tools partition - Epictetus - 09-14-2025 (09-14-2025, 08:36 PM)al3x Wrote: Yeah, that’s true for HBS. But missing a partition which should exist by MS definition might bring trouble in the future during Windows updates. That’s what you can’t predict. Yes - I see that too. In my case the RE partition has been missing for at least eighteen months, maybe more, so missing through a couple of "Feature Updates" and a host of the minor ones. But as you say, no telling in the future. |