diff --git a/config/tweaks.json b/config/tweaks.json index b279473d..6d53c57c 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2238,6 +2238,17 @@ } ] }, + "WPFMiscTweaksEnableVerboselogon": { + "registry": [ + { + "path": "HKLM:\\SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\policies\\system", + "OriginalValue": "0", + "name": "VerboseStatus", + "value": "1", + "type": "DWord" + } + ] + }, "WPFEssTweaksDeleteTempFiles": { "InvokeScript": [ "Get-ChildItem -Path \"C:\\Windows\\Temp\" *.* -Recurse | Remove-Item -Force -Recurse diff --git a/winutil.ps1 b/winutil.ps1 index f21ef454..daf4f985 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.17 + Version : 23.05.19 #> 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.17" +$sync.version = "23.05.19" $sync.configs = @{} $sync.ProcessRunning = $false Function Get-WinUtilCheckBoxes { @@ -2310,6 +2310,8 @@ $inputXML = ' + +