Update Workflows/Windows/Delete Windows Recovery Partition.md

This commit is contained in:
2025-03-17 15:51:10 -06:00
parent dbbc2b4109
commit c507a9d9c6

View File

@ -4,7 +4,7 @@ Sometimes you are running a virtual machine and are running out of space, and wa
These commands can be run in a headless environment using just powershell.
!!! warning "Use Correct Drive & Partition Numbers"
In my example codeblock, I assume the OS drive is `0` and the recovery partition is `4`. Please validate your own drive and partition numbers with the supplied `list disk` and `list partition` commands.
In my example codeblock, I assume the OS drive is `0` and the recovery partition is `4`. Please validate your own drive and partition numbers with the supplied `list disk` and `list partition` commands. Failure to identify the correct drive and/or partition could result in the unintended destruction of data.
**From within the VM** > Open a powershell window and run the following commands:
```powershell