Fix Removing Packages Infinite Loop

This commit is contained in:
zoicware
2025-05-26 14:26:14 -04:00
committed by GitHub
parent 55520a23e4
commit 0864295ed1

View File

@@ -18,7 +18,7 @@ function Run-Trusted([String]$command) {
sc.exe start TrustedInstaller | Out-Null
#set bin back to default
sc.exe config TrustedInstaller binpath= "`"$DefaultBinPath`"" | Out-Null
Stop-Service -Name TrustedInstaller -Force -ErrorAction SilentlyContinue
# Stop-Service -Name TrustedInstaller -Force -ErrorAction SilentlyContinue
}