mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-14 06:35:51 -06:00
ipv6 fixup in tweaks json
This commit is contained in:
parent
5864927a0b
commit
06664ac924
@ -2429,18 +2429,18 @@
|
||||
},
|
||||
"WPFMiscTweaksDisableipsix": {
|
||||
"InvokeScript": [
|
||||
"Disable-NetAdapterBinding -Name '*' -ComponentID ms_tcpip6"
|
||||
"Disable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
||||
],
|
||||
"UndoScript": [
|
||||
"Enable-NetAdapterBinding -Name '*' -ComponentID ms_tcpip6"
|
||||
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
||||
]
|
||||
},
|
||||
"WPFMiscTweaksEnableipsix": {
|
||||
"InvokeScript": [
|
||||
"Enable-NetAdapterBinding -Name '*' -ComponentID ms_tcpip6"
|
||||
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
||||
],
|
||||
"UndoScript": [
|
||||
"Disable-NetAdapterBinding -Name '*' -ComponentID ms_tcpip6"
|
||||
"Disable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user