From 83de704f30bd2a8ec967d8558003eaf08a9c01e7 Mon Sep 17 00:00:00 2001 From: ChrisTitusTech Date: Wed, 17 Apr 2024 21:33:19 +0000 Subject: [PATCH] Compile Winutil --- winutil.ps1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/winutil.ps1 b/winutil.ps1 index 8485904a..27319198 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -9880,6 +9880,11 @@ $sync.configs.tweaks = '{ " Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\" -Name \"TaskbarEndTask\" -Type \"DWord\" -Value \"1\" " + ], + "UndoScript": [ + " + Set-ItemProperty -Path \"HKCU:\\Software\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Advanced\\TaskbarDeveloperSettings\" -Name \"TaskbarEndTask\" -Type \"DWord\" -Value \"0\" + " ] }, "WPFTweaksOO": {