From 56ccfac28afe9ed98f157a24cf571d82dad0ebbb Mon Sep 17 00:00:00 2001 From: Chris Titus Date: Fri, 12 May 2023 11:24:13 -0500 Subject: [PATCH] compiled reupload --- winutil.ps1 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/winutil.ps1 b/winutil.ps1 index f8e9caff..21299ac1 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -10,7 +10,7 @@ Author : Chris Titus @christitustech Runspace Author: @DeveloperDurp GitHub : https://github.com/ChrisTitusTech - Version : 23.05.11 + Version : 23.05.12 #> Start-Transcript $ENV:TEMP\Winutil.log -Append @@ -21,7 +21,7 @@ Add-Type -AssemblyName System.Windows.Forms # variable to sync between runspaces $sync = [Hashtable]::Synchronized(@{}) $sync.PSScriptRoot = $PSScriptRoot -$sync.version = "23.05.11" +$sync.version = "23.05.12" $sync.configs = @{} $sync.ProcessRunning = $false Function Get-WinUtilCheckBoxes { @@ -1295,7 +1295,7 @@ function Invoke-WPFPresets { param( $preset, [bool]$imported = $false, - $checkbox = "WPFTeaks" + $checkbox = "WPFTweaks" ) if($imported -eq $true){ @@ -5303,7 +5303,7 @@ catch [System.Management.Automation.MethodInvocationException] { } } catch { - # If it broke some other way ???? + # If it broke some other way ?? Write-Host "Unable to load Windows.Markup.XamlReader. Double-check syntax and ensure .net is installed." }