mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2024-11-12 21:55:52 -06:00
Compile Winutil
This commit is contained in:
parent
16fa71f7d4
commit
240284457c
@ -5864,18 +5864,18 @@ $sync.configs.tweaks = '{
|
||||
},
|
||||
"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"
|
||||
]
|
||||
}
|
||||
}' | convertfrom-json
|
||||
|
Loading…
Reference in New Issue
Block a user