> For the complete documentation index, see [llms.txt](https://didiboy0702.gitbook.io/wukongdaily/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://didiboy0702.gitbook.io/wukongdaily/new-shou-ye/virtualbox-zhuan-huan.md).

# VirtualBox 转换

## windows下转换vdi

> ```cilkcpp
> 语法：VBoxManage.exe convertdd xxx.img xxx.vdi
> ```

<pre class="language-powershell"><code class="lang-powershell">// 定位到VirtualBox 所在目录
<strong>
</strong><strong>./VBoxManage.exe convertdd C:\Users\wukong\Desktop\iStoreOS.img iStoreOS.vdi
</strong></code></pre>
