Update Workflows/Windows/Delete Windows Recovery Partition.md

This commit is contained in:
2025-03-17 15:50:02 -06:00
parent a17dfd5b0f
commit dbbc2b4109

View File

@ -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. 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: **From within the VM** > Open a powershell window and run the following commands:
```powershell ```powershell
diskpart # (1) diskpart # (1)