Hello @liujia ,
Thank you for your question.
Please follow these steps, it will help you:
Open the command Prompt window and follow the steps below to change the MTU size:
Type “netsh interface ipv4 show subinterface”.
Press Enter.
You will see a list of network interfaces.
Type “netsh interface ipv4 set subinterface Local Area Connection mtu=1472 store=persistent”.
You should replace Local Area Connection with the name that appeared in the “Interface” column from steps previous steps
Press Enter.
Type “netsh interface ipv4 show subinterface” to check the result.
If the reply was helpful, please don't forget to upvote or accept as answer.