Troubleshoot Slow Windows 7 Networking |
Written by Tim Andaya |
Wednesday, 13 April 2011 10:14 |
client had a problem with glacial logons, slow network share enumeration, and Outlook synchronization failures. Outlook 2010 took up to ten minutes to shutdown connections to Exchange. The first changes (autotuning and rss) solved the issue for this site but it’s good to have additional steps to try. Try these items From an administrator command prompt: netsh interface tcp show global - Write down the setting so that you can go back to the way it was. Netsh interface tcp set global autotuning=disabled -Reboot - If this didn't work; put it back Netsh interface tcp set global autotuning=normal - Reboot -Next thing to try netsh int ip show offload - Reboot - If this didn't work; put it back netsh int ip set global taskoffload=enabled - Reboot -If any of the above improve performance; keep and move to the next. -Next thing to try Also you may try disabling the power management option on the NIC as follows: 1. Click Start, right click Computer select Properties. This should help especially with the Network disconnects. Other things to try http://support.microsoft.com/kb/829700 Changing the registry Important This section, method, or task contains steps that tell you how to modify the registry. However, serious problems might occur if you modify the registry incorrectly. Therefore, make sure that you follow these steps carefully. For added protection, back up the registry before you modify it. Then, you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article number to view the article in the Microsoft Knowledge Base: 322756 (http://support.microsoft.com/kb/322756/ ) How to back up and restore the registry in Windows 1. Add the SuppressionPolicy DWORD value to the following registry key: HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\CryptoSignMenu To do so: HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\CryptoSignMenu 4. On the Edit menu, point to New, and then click DWORD Value. 2. Add the SuppressionPolicy DWORD value to the following registry key: HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\{3EA48300-8CF6-101B-84FB-666CCB9BCD32} To do so: 1. In Registry Editor, locate and then click the following registry key: HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\{3EA48300-8CF6-101B-84FB-666CCB9BCD32} 2. On the Edit menu, point to New, and then click DWORD Value. 3. Add the SuppressionPolicy DWORD value to the following registry key: HKEY_CLASSES_ROOT\*\Shellex\PropertySheetHandlers\{883373C3-BF89-11D1-BE35-080036B11A03} To do so: 1. In Registry Editor, locate and then click the following registry key: 2. On the Edit menu, point to New, and then click DWORD Value. 4. Add the Flags DWORD value to the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\SCAPI To do so: 1. In Registry Editor, locate and then click the following registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\SCAPI 2. On the Edit menu, point to New, and then click DWORD Value. |
Last Updated on Wednesday, 13 April 2011 10:27 |