Enabling SMB Large MTU on Windows Clients

If you are looking to enable SMB large MTU on a Windows Client, you’ll probably start with a Google (or Bing) search. One of the first results is this TechNet article.

From the table you get the impression that to enable large MTU on a client, you need to create a DWORD at HKLM\System\CurrentControlSet\Services\LanmanWorkstation\Parameters with key SMB2 Client Disable Large MTU and set the value to 0.

You would be wrong.

Instead, you need to create a DWORD at HKLM\System\CurrentControlSet\Services\LanmanWorkstation\Parameters with key DisableLargeMtu and set the value to 0, then reset the computer.

That’s an important difference. I’ve poked Jonobie at Microsoft to see if we can get the page updated. She’s kindly added a community feedback post at my request.

Published by

cpeel

I'm a gay geek living in Seattle, WA.

One thought on “Enabling SMB Large MTU on Windows Clients”

  1. Does not work on Windows 7

    Hi Cpeel, Thanks for the suggestions and the work-around. But none of the above mentioned worked for me in Windows 7. I could not see the LargeMTU flag being set. The same worked in Windows2008R2. Any suggestion ?

    Like

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s