From 60f5ef1f8e5b41d5b04ffd476f5c96d5666b9d1b Mon Sep 17 00:00:00 2001 From: Martin Wiethan <47688561+Marterich@users.noreply.github.com> Date: Fri, 28 Jun 2024 17:11:06 +0200 Subject: [PATCH] Remove Enable IPv6 because it is redundant with undo Disable IPv6 (#2147) --- config/tweaks.json | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/config/tweaks.json b/config/tweaks.json index 65334024..a4be4d14 100644 --- a/config/tweaks.json +++ b/config/tweaks.json @@ -2969,28 +2969,6 @@ } ] }, - "WPFTweaksEnableipsix": { - "Content": "Enable IPv6", - "Description": "Enables IPv6.", - "category": "z__Advanced Tweaks - CAUTION", - "panel": "1", - "Order": "a023_", - "registry": [ - { - "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip6\\Parameters", - "Name": "DisabledComponents", - "Value": "0", - "OriginalValue": "0", - "Type": "DWord" - } - ], - "InvokeScript": [ - "Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6" - ], - "UndoScript": [ - "Disable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6" - ] - }, "WPFToggleDarkMode": { "Content": "Dark Theme", "Description": "Enable/Disable Dark Mode.",