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."
}