mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 14:45:52 -06:00
ipv6 fixup in tweaks json
This commit is contained in:
parent
5864927a0b
commit
06664ac924
@ -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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user