优化vhd:https://docs.microsoft.com/en-us/powershell/module/hyper-v/optimize-vhd?view=win10-ps
1. 弹出vhdx卷
2. 在管理员的Powershell下运行:
Optimize-VHD -Path c:\test\dynamic.vhdx -Mode Full
2024-01-24 20:34:28
优化vhd:https://docs.microsoft.com/en-us/powershell/module/hyper-v/optimize-vhd?view=win10-ps
1. 弹出vhdx卷
2. 在管理员的Powershell下运行:
Optimize-VHD -Path c:\test\dynamic.vhdx -Mode Full