From ba5b14658cbe6e94812b23afd78b4bf18c8fc734 Mon Sep 17 00:00:00 2001 From: Chris Long Date: Thu, 30 Jul 2020 16:01:30 -0700 Subject: [PATCH] Remove defrag --- Packer/scripts/compact.bat | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Packer/scripts/compact.bat b/Packer/scripts/compact.bat index de3e18e..7673f80 100755 --- a/Packer/scripts/compact.bat +++ b/Packer/scripts/compact.bat @@ -3,14 +3,6 @@ if not exist "C:\Windows\Temp\7z1900-x64.msi" ( ) msiexec /qb /i C:\Windows\Temp\7z1900-x64.msi -if not exist "C:\Windows\Temp\ultradefrag.zip" ( - powershell -Command "[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; (New-Object System.Net.WebClient).DownloadFile('https://downloads.sourceforge.net/project/ultradefrag/stable-release/6.1.0/ultradefrag-portable-6.1.0.bin.amd64.zip', 'C:\Windows\Temp\ultradefrag.zip')"