mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-07-26 23:00:20 -05:00
fix convertjson errors #1025
This commit is contained in:
@ -5864,18 +5864,18 @@ $sync.configs.tweaks = '{
|
|||||||
},
|
},
|
||||||
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}' | convertfrom-json
|
}' | convertfrom-json
|
||||||
|
Reference in New Issue
Block a user