mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-26 23:00:20 -05:00
ipv6 fixup in tweaks json
This commit is contained in:
@ -2429,18 +2429,18 @@
|
|||||||
},
|
},
|
||||||
"WPFMiscTweaksDisableipsix": {
|
"WPFMiscTweaksDisableipsix": {
|
||||||
"InvokeScript": [
|
"InvokeScript": [
|
||||||
"Disable-NetAdapterBinding -Name '*' -ComponentID ms_tcpip6"
|
"Disable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
||||||
],
|
],
|
||||||
"UndoScript": [
|
"UndoScript": [
|
||||||
"Enable-NetAdapterBinding -Name '*' -ComponentID ms_tcpip6"
|
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"WPFMiscTweaksEnableipsix": {
|
"WPFMiscTweaksEnableipsix": {
|
||||||
"InvokeScript": [
|
"InvokeScript": [
|
||||||
"Enable-NetAdapterBinding -Name '*' -ComponentID ms_tcpip6"
|
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
||||||
],
|
],
|
||||||
"UndoScript": [
|
"UndoScript": [
|
||||||
"Disable-NetAdapterBinding -Name '*' -ComponentID ms_tcpip6"
|
"Disable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user