From 4ea5c91a65c1eb54b1d211889d7921b554d5b1c0 Mon Sep 17 00:00:00 2001 From: Dmitry Nefedov Date: Mon, 30 Aug 2021 11:48:48 +0300 Subject: [PATCH] Update Download_Sophia.ps1 --- Download_Sophia.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Download_Sophia.ps1 b/Download_Sophia.ps1 index ae145e58..a9d9552a 100644 --- a/Download_Sophia.ps1 +++ b/Download_Sophia.ps1 @@ -11,6 +11,8 @@ switch ((Get-CimInstance -ClassName Win32_OperatingSystem).BuildNumber) $Parameters = @{ Uri = "https://github.com/farag2/Sophia-Script-for-Windows/releases/download/$LatestRelease/Sophia.Script.LTSC.v$LatestStableVersion.zip" OutFile = "$DownloadsFolder\Sophia.Script.zip" + UseBasicParsing = $true + Verbose = $true } } {($_ -ge 19041) -and ($_ -le 19044)}