From 67666eeba799e7157b7d06ec1412757f051bc987 Mon Sep 17 00:00:00 2001 From: Jean-Pierre Matsumoto Date: Fri, 17 Mar 2017 17:27:06 +0100 Subject: [PATCH 1/2] Fix issue #220: sdelete 2.0 is too slow Back to SDelete 1.61 thanks to archive.org URL --- scripts/compact.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compact.bat b/scripts/compact.bat index d6b2962a..23307990 100644 --- a/scripts/compact.bat +++ b/scripts/compact.bat @@ -12,7 +12,7 @@ if not exist "C:\Windows\Temp\ultradefrag-portable-6.1.0.amd64\udefrag.exe" ( ) if not exist "C:\Windows\Temp\SDelete.zip" ( - powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://download.sysinternals.com/files/SDelete.zip', 'C:\Windows\Temp\SDelete.zip')" Date: Tue, 17 Oct 2017 08:49:03 +0200 Subject: [PATCH 2/2] Update archive.org URL to download SDelete 1.61 --- scripts/compact.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/compact.bat b/scripts/compact.bat index 23307990..d5109613 100644 --- a/scripts/compact.bat +++ b/scripts/compact.bat @@ -12,7 +12,7 @@ if not exist "C:\Windows\Temp\ultradefrag-portable-6.1.0.amd64\udefrag.exe" ( ) if not exist "C:\Windows\Temp\SDelete.zip" ( - powershell -Command "(New-Object System.Net.WebClient).DownloadFile('http://web.archive.org/web/20140902022253/http://download.sysinternals.com/files/SDelete.zip', 'C:\Windows\Temp\SDelete.zip')"