mirror of
https://github.com/ChrisTitusTech/winutil.git
synced 2025-09-06 11:15:47 -05:00
Compare commits
11 Commits
24.06.29
...
cf825cb5ec
| Author | SHA1 | Date | |
|---|---|---|---|
| cf825cb5ec | |||
| 98ee148e65 | |||
| 554b5be75f | |||
| b5d0dfeb5d | |||
| b171c41c72 | |||
| 7515143674 | |||
| 83f6693e0f | |||
| 8918631d8f | |||
| d775654a34 | |||
| f5fe33f69d | |||
| f4dee172ab |
@ -2527,6 +2527,15 @@
|
||||
"category": "z__Advanced Tweaks - CAUTION",
|
||||
"panel": "1",
|
||||
"Order": "a031_",
|
||||
"registry": [
|
||||
{
|
||||
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip6\\Parameters",
|
||||
"Name": "DisabledComponents",
|
||||
"Value": "255",
|
||||
"OriginalValue": "0",
|
||||
"Type": "DWord"
|
||||
}
|
||||
],
|
||||
"InvokeScript": [
|
||||
"Disable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
||||
],
|
||||
@ -2540,6 +2549,15 @@
|
||||
"category": "z__Advanced Tweaks - CAUTION",
|
||||
"panel": "1",
|
||||
"Order": "a030_",
|
||||
"registry": [
|
||||
{
|
||||
"Path": "HKLM:\\SYSTEM\\CurrentControlSet\\Services\\Tcpip6\\Parameters",
|
||||
"Name": "DisabledComponents",
|
||||
"Value": "0",
|
||||
"OriginalValue": "0",
|
||||
"Type": "DWord"
|
||||
}
|
||||
],
|
||||
"InvokeScript": [
|
||||
"Enable-NetAdapterBinding -Name \"*\" -ComponentID ms_tcpip6"
|
||||
],
|
||||
|
||||
22916
winutil.ps1
22916
winutil.ps1
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user