3 lines
193 B
PowerShell
3 lines
193 B
PowerShell
$nic = (Get-NetAdapter -physical) | select -expand name
|
|
Disable-NetAdapterBinding -InterfaceAlias $nic -ComponentID ms_tcpip6
|
|
Disable-NetAdapterBinding -InterfaceAlias $nic -ComponentID ms_lldp |