mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-01-05 20:44:55 -06:00
IPv6 registry
This commit is contained in:
parent
83f6693e0f
commit
7515143674
@ -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"
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user