VHD Clean install
·
🖥️ 정보
윈도우 설치시 shit + f10  diskpartsel dis 0cleancon gpt cre par efi size=200for fs=fat32 label=efi cre par prifor quickass VHD 부모 / 자식 만들기cre vdi file=c:\win11.vhd maximum=30480 type=expandableattach vdicre vdi file=c:\win11.vhd parent=c:\win11p.vhdsel vdi file=c:\win11.vhd MS VHD Syntex https://www.sordum.org/8705/simple-vhd-manager-v1-5/https://www.fcportables.com/easybcd-portable/
vmdk to vhdx
·
🖥️ 정보
Need to be install below Microsoft Virtual Machine Converter 3.0 Run "Powershell" fix source and destination folders on prompt : PS C:\> Import-Module “R:\Down\cv\mvmcCmdlet.psd1” ConvertTo-MvmcVirtualHardDisk -SourceLiteralPath "F:\VM\_HDD\Windows 10 x64.vmdk" -DestinationLiteralPath "F:\Hyper-V\Virtual hard disks\pgdc" -VhdType DynamicHardDisk -VhdFormat Vhd.