
Quote: Originally Posted by
severedsolo
what are you trying to change the MTU to? is it 1432? If so type this into command prompt exactly as I type it here (make sure you are running command prompt as administrator)
netsh interface ipv4 set subinterface "Local Area Connection" mtu=1432 store=persistent
to change Pseudo back type
netsh interface ipv4 set subinterface "Loopback Pseudo-Interface 1" mtu=4294967295 store=persistent
You will know if it is correct because it will just say "OK"
edit: REREAD THIS POST I put the wrong instructions for Pseudo Interface. Its now correct
Thankyou very much, i realised your mistake and now it looks like this
MTU MediaSenseState Bytes In Bytes Out Interface
------ --------------- --------- --------- -------------
4294967295 1 0 41055 Loopback Pseudo-Interface 1
1432 1 537977 291994 Local Area Connection
Will leave you some rep for your kind help