diff --git a/config/applications.json b/config/applications.json index edb28521..0491a1b2 100644 --- a/config/applications.json +++ b/config/applications.json @@ -212,7 +212,7 @@ "choco": "python" }, "WPFInstallrevo": { - "winget": "RevoUnInstaller.RevoUnInstaller", + "winget": "RevoUninstaller.RevoUninstaller", "choco": "revo-uninstaller" }, "WPFInstallrufus": { diff --git a/functions/public/Invoke-WPFPresets.ps1 b/functions/public/Invoke-WPFPresets.ps1 index edfbfaf3..43fd019a 100644 --- a/functions/public/Invoke-WPFPresets.ps1 +++ b/functions/public/Invoke-WPFPresets.ps1 @@ -19,7 +19,7 @@ function Invoke-WPFPresets { $CheckBoxesToCheck = $sync.configs.preset.$preset } - if($checkbox -eq "WPFTeaks"){ + if($checkbox -eq "WPFTweaks"){ $filter = Get-WinUtilVariables -Type Checkbox | Where-Object {$psitem -like "*tweaks*"} $sync.GetEnumerator() | Where-Object {$psitem.Key -in $filter} | ForEach-Object { if ($CheckBoxesToCheck -contains $PSItem.name){ diff --git a/screen-install.png b/screen-install.png index a61c448f..75ecec6d 100755 Binary files a/screen-install.png and b/screen-install.png differ diff --git a/winutil.ps1 b/winutil.ps1 index a7b1fb97..f8e9caff 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.09 + Version : 23.05.11 #> 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.09" +$sync.version = "23.05.11" $sync.configs = @{} $sync.ProcessRunning = $false Function Get-WinUtilCheckBoxes { @@ -1305,7 +1305,7 @@ function Invoke-WPFPresets { $CheckBoxesToCheck = $sync.configs.preset.$preset } - if($checkbox -eq "WPFTeaks"){ + if($checkbox -eq "WPFTweaks"){ $filter = Get-WinUtilVariables -Type Checkbox | Where-Object {$psitem -like "*tweaks*"} $sync.GetEnumerator() | Where-Object {$psitem.Key -in $filter} | ForEach-Object { if ($CheckBoxesToCheck -contains $PSItem.name){ @@ -2032,25 +2032,25 @@ $inputXML = '