From dbbc2b4109905200b94a802294306935a1164e54 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 17 Mar 2025 15:50:02 -0600 Subject: [PATCH] Update Workflows/Windows/Delete Windows Recovery Partition.md --- Workflows/Windows/Delete Windows Recovery Partition.md | 3 +++ 1 file changed, 3 insertions(+) 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)