Wednesday 24 December 2014

// // Leave a Comment

Steps to change MTU settings in windows operating system

MTU ( Maximum transmission unit ) is a size of largest protocol data unit that the layer can pass onward . In standard connection we can fix this size of MTU . A larger MTU is high efficient because it comprises of largest data units in each packet heads .  Today i wold like to share a article about how to change your MTU ( Maximum transmission unit ) size of your internet connection using command prompt . Let us look how this done .

Follow this steps :

  • Open your command prompt ( CMD ) you can type cmd from start ( In windows )
  • Type the following command in command prompt 
netsh int ip show int 

MTU initial value

  • You can see lot of MTU size across the connection name . You can change the size of MTU from using commands .
  • Type the following command to change the size of MTU . Here i change Wi-Fi value .

netsh interface ipv4 set subinterface "Wi-FI" mtu=1458 store=persistent

MTU size chnage

  • Again type the below command to check the size of MTU .  
netsh int ip show int  

MTU final chnage


  • That's it . You done .

Like this article ? please share on your social network »»



0 comments:

Post a Comment