Merge branch 'master' into develop

This commit is contained in:
Jeffrey
2026-06-01 22:56:09 +02:00
6 changed files with 49 additions and 22 deletions

View File

@@ -352,6 +352,7 @@ if (-not $script:WingetInstalled -and -not $Silent) {
. "$PSScriptRoot/Scripts/Helpers/RegistryPathHelpers.ps1"
. "$PSScriptRoot/Scripts/Helpers/ApplyRegistryRegFile.ps1"
. "$PSScriptRoot/Scripts/Helpers/TestIfUserIsLoggedIn.ps1"
. "$PSScriptRoot/Scripts/Helpers/ConfirmUnsafeAppRemoval.ps1"
# Threading functions
. "$PSScriptRoot/Scripts/Threading/DoEvents.ps1"