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()] 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