diff --git a/installer/Install.ps1 b/installer/Install.ps1
index 9815c83..f97f6a5 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"