From 8e8b0bb29666583ec0a27e2fae2fd5c5fc9f63ef Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Thu, 12 Feb 2026 22:35:31 +0200 Subject: [PATCH] Make WPFToggleTaskbarAlignment restart explorer (#4034) --- config/tweaks.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/tweaks.json b/config/tweaks.json index 806c5204..32a11297 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2535,6 +2535,11 @@ "Type": "DWord" } ], + "InvokeScript": [ + " + Invoke-WinUtilExplorerUpdate -action \"restart\" + " + ], "link": "https://winutil.christitus.com/dev/tweaks/customize-preferences/taskbaralignment" }, "WPFToggleDetailedBSoD": {