From c507a9d9c6814e9875d0e98ad24887e1bdc40ba6 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Mon, 17 Mar 2025 15:51:10 -0600 Subject: [PATCH] Update Workflows/Windows/Delete Windows Recovery Partition.md --- Workflows/Windows/Delete Windows Recovery Partition.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Workflows/Windows/Delete Windows Recovery Partition.md b/Workflows/Windows/Delete Windows Recovery Partition.md index 6903579..c440aa0 100644 --- a/Workflows/Windows/Delete Windows Recovery Partition.md +++ b/Workflows/Windows/Delete Windows Recovery Partition.md @@ -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