To resolve this issue, take the following steps:
Disable TCP/IP v6
Run an elevated command prompt and enter the following commands:
- netsh interface TCP set global autotuninglevel=disabled
- netsh int IP set global taskoffload=disabled
That should reduce the load time significantly.
0 Comments