From 49b7224a6fa3a6d81f2a16cc639433db910a9a55 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Mon, 8 Jul 2024 20:06:41 +0000 Subject: [PATCH] Compile Winutil --- winutil.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winutil.ps1 b/winutil.ps1 index 6f5e79a9..cd5c91f5 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -15117,7 +15117,7 @@ Add-Type @" }) -# Load Checkboxes and Labels outside of the Filter fuction only once on startup for performance reasons +# Load Checkboxes and Labels outside of the Filter function only once on startup for performance reasons $filter = Get-WinUtilVariables -Type CheckBox $CheckBoxes = ($sync.GetEnumerator()).where{ $psitem.Key -in $filter }