From fde215f42d4eacc63bbbf373da41301d42d4b21b Mon Sep 17 00:00:00 2001 From: Gabi <182965942+GabiNun@users.noreply.github.com> Date: Wed, 7 Jan 2026 23:30:15 +0200 Subject: [PATCH] Update WPFTweaksDisableIPv6 (#3854) --- config/tweaks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 41f38ccd..7f0ffcf9 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2347,10 +2347,10 @@ } ], "InvokeScript": [ - "Disable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6" + "Disable-NetAdapterBinding -Name * -ComponentID ms_tcpip6" ], "UndoScript": [ - "Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6" + "Enable-NetAdapterBinding -Name * -ComponentID ms_tcpip6" ], "link": "https://winutil.christitus.com/dev/tweaks/z--advanced-tweaks---caution/disableipsix" },