From b171c41c7282a6e8c284f363516a59494bdb0283 Mon Sep 17 00:00:00 2001 From: Joanty24 Date: Wed, 27 Mar 2024 12:59:04 +0000 Subject: [PATCH] Compile Winutil --- winutil.ps1 | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/winutil.ps1 b/winutil.ps1 index 2e9a06f9..41f36962 100644 --- a/winutil.ps1 +++ b/winutil.ps1 @@ -9914,6 +9914,15 @@ $sync.configs.tweaks = '{ "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "Order": "a031_", + "registry": [ + { + "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip6\\Parameters", + "Name": "DisabledComponents", + "Value": "255", + "OriginalValue": "0", + "Type": "DWord" + } + ], "InvokeScript": [ "netsh interface teredo set state disabled; netsh interface ipv6 6to4 set state state=disabled undoonstop=disabled; netsh interface ipv6 isatap set state state=disabled" ], @@ -9927,6 +9936,15 @@ $sync.configs.tweaks = '{ "category": "z__Advanced Tweaks - CAUTION", "panel": "1", "Order": "a030_", + "registry": [ + { + "Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip6\\Parameters", + "Name": "DisabledComponents", + "Value": "0", + "OriginalValue": "0", + "Type": "DWord" + } + ], "InvokeScript": [ "netsh interface teredo set state default; netsh interface ipv6 6to4 set state state=enabled undoonstop=enabled; netsh interface ipv6 isatap set state state=enabled" ],