From 796e0924a8d2976ee1e9c0ca586ad72424f898ca Mon Sep 17 00:00:00 2001 From: Dich Date: Fri, 25 Apr 2025 19:20:56 +0800 Subject: [PATCH] update:win-all --- content/windows-all.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/content/windows-all.md b/content/windows-all.md index 0ae0269..011cd43 100644 --- a/content/windows-all.md +++ b/content/windows-all.md @@ -124,6 +124,10 @@ qemu-img convert -f qcow2 -O vdi input.qcow2 output.vdi ``` Convert-VHD -Path "output.vhd" -DestinationPath "output.vhdx" -VHDType Dynamic ``` +- vmdk转vhdx +``` +qemu-img convert -f vmdk -O vhdx input.vmdk output.vhdx +``` - vhd转vhdx 在 PowerShell 中执行以下命令:​ ```