SCRIPTING #HOW TO CHANGE PACKET/MTU size on Windows systems

These are ping and windows commands to show network interfaces and change packet size

ping -t app.livewebinar.com -f -l 1400

netsh interface ipv4 show interface

netsh interface ipv4 set subinterface <ID> mtu=1360 store=persistent