diff --git a/Workflows/Windows/Delete Windows Recovery Partition.md b/Workflows/Windows/Delete Windows Recovery Partition.md index e862d9f..6903579 100644 --- a/Workflows/Windows/Delete Windows Recovery Partition.md +++ b/Workflows/Windows/Delete Windows Recovery Partition.md @@ -3,6 +3,9 @@ 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. + **From within the VM** > Open a powershell window and run the following commands: ```powershell diskpart # (1)