From a13f9b481a3eed80ed14ae25058e5c3dfb436d83 Mon Sep 17 00:00:00 2001 From: arwidmark Date: Mon, 20 Oct 2025 22:53:21 -0500 Subject: [PATCH 1/2] 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 From 458f1e517c8fcb49c4e4675bbfee835b4003b16d Mon Sep 17 00:00:00 2001 From: arwidmark Date: Mon, 20 Oct 2025 23:06:18 -0500 Subject: [PATCH 2/2] Update BuildFFUVM_UI.ps1 --- FFUDevelopment/BuildFFUVM_UI.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/FFUDevelopment/BuildFFUVM_UI.ps1 b/FFUDevelopment/BuildFFUVM_UI.ps1 index 9b4e054..4fc534e 100644 --- a/FFUDevelopment/BuildFFUVM_UI.ps1 +++ b/FFUDevelopment/BuildFFUVM_UI.ps1 @@ -15,6 +15,7 @@ This script acts as the primary host for the UI, connecting the user interface with the underlying build and logic modules. #> +#Requires -RunAsAdministrator [CmdletBinding()] [System.STAThread()]