From c9f1b39c58e7841adb20c0649f3229d8085cc620 Mon Sep 17 00:00:00 2001 From: Tony Phipps Date: Fri, 16 Feb 2024 13:33:45 -0700 Subject: [PATCH] Update Get-Software.psm1 --- Modules/Get-Software.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules/Get-Software.psm1 b/Modules/Get-Software.psm1 index 049ae5b..aad1166 100644 --- a/Modules/Get-Software.psm1 +++ b/Modules/Get-Software.psm1 @@ -98,7 +98,7 @@ [GC]::Collect() [GC]::WaitForPendingFinalizers() - REG UNLOAD HKU\temp + REG UNLOAD HKU\temp *> $null } else { Write-Warning "Unable to access registry hive at $Hive"