From a13f9b481a3eed80ed14ae25058e5c3dfb436d83 Mon Sep 17 00:00:00 2001 From: arwidmark Date: Mon, 20 Oct 2025 22:53:21 -0500 Subject: [PATCH] Update FFU.Common.Core.psm1 --- FFUDevelopment/FFU.Common/FFU.Common.Core.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FFUDevelopment/FFU.Common/FFU.Common.Core.psm1 b/FFUDevelopment/FFU.Common/FFU.Common.Core.psm1 index 099e720..abb499e 100644 --- a/FFUDevelopment/FFU.Common/FFU.Common.Core.psm1 +++ b/FFUDevelopment/FFU.Common/FFU.Common.Core.psm1 @@ -156,7 +156,7 @@ function Start-BitsTransferWithRetry { $VerbosePreference = 'SilentlyContinue' $ProgressPreference = 'SilentlyContinue' - Start-BitsTransfer -Source $Source -Destination $Destination -ErrorAction Stop + Start-BitsTransfer -Source $Source -Destination $Destination -Priority Normal -ErrorAction Stop $ProgressPreference = $OriginalProgressPreference $VerbosePreference = $OriginalVerbosePreference