- Open Command Prompt as Administrator
- Run the following commands one by one
interface ipv4 show subinterfaces
- after successful execution of above command, the below command may be executed
netsh interface ipv4 set subinterface "Local Area Connection" mtu=1300 store=persistent
Or
- Download the MTU Fix from PoTools Blog
Post a Comment