diff --git a/installer/Install.ps1 b/installer/Install.ps1 index 9815c8355..f97f6a5d1 100644 --- a/installer/Install.ps1 +++ b/installer/Install.ps1 @@ -48,11 +48,6 @@ Function Test-CommandExist { } #end function Test-CommandExist Function Finish { - Clear-Host - If (Test-CommandExist Optimize-VHD) { - Write-Output "Optimizing VHDX size...." - Optimize-VHD ".\*.vhdx" -Mode Full - } Clear-Host Start-Process "wsa://com.topjohnwu.magisk" Start-Process "wsa://com.android.vending"