How to disable IPV6 on Windows 10

Get-NetAdapterBinding -ComponentID ms_tcpip6

Disable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6

Enable-NetAdapterBinding -Name "*" -ComponentID ms_tcpip6

Enable-NetAdapterBinding -Name "Wi-Fi" -ComponentID ms_tcpip6