IPv6 registry

This commit is contained in:
Joanty24 2024-03-27 13:58:38 +01:00
parent 83f6693e0f
commit 7515143674

View File

@ -2527,6 +2527,15 @@
"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"
],
@ -2540,6 +2549,15 @@
"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"
],