How to enable TCP Fast Open TFO on Windows 10 Anniversary Edition for all apps in the networking stack?
Go to the admin command line (Windows + X Key -> Admin Command).
Type: netsh int tcp set global fastopen=enabled
And restart your computer to enable this setting.
From now on your connections to servers that support this feature will be faster.