View
Get-NetAdapterBinding | Where-Object ComponentID -EQ 'ms_tcpip6'
Disable one
Disable-NetAdapterBinding -Name 'Ethernet' -ComponentID 'ms_tcpip6'
Disable all
Disable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6
Add this to registry REG ADD HKLM\SYSTEM\CurrentControlSet\Services\PolicyAgent /v AssumeUDPEncapsulationContextOnSendRule /t REG_DWORD /d...
No hay comentarios:
Publicar un comentario