- 990x.top
- Простой компьютерный блог для души)
- netsh interface tcp set global autotuninglevel=disabled что это такое?
- Receive Window Auto-Tuning feature for HTTP traffic on Windows Vista-based computers
- Introduction
- How Receive Window Auto-Tuning feature improves data transfer
- Enable Receive Window Auto-Tuning feature for WinHTTP traffic
- Issues that may occur after you enable the Receive Window Auto-Tuning feature for HTTP traffic
- Disable the Receive Window Auto-Tuning feature
- Disable auto tuning Windows 10
- TCP/IP Receive Window Auto-Tuning снижает скорость интернета в Windows 10 Anniversary Если вы заметили, что TCP/IP Receive Window Auto-Tuning снижает скорость интернета в Windows 10 Anniversary, тогда вам необходимо срочно обратиться к настройкам данной
990x.top
Простой компьютерный блог для души)
netsh interface tcp set global autotuninglevel=disabled что это такое?
Всем привет. Ребята, сегодня будем говорить про.. такую штуку как netsh interface tcp set global autotuninglevel=disabled, что это вообще такое, подумаете вы? Да я честно говоря тоже не сразу вообще понял. Оказывается это команда для отключения какого-то тюнинга, полное название такое: Recieve Window Auto-Tuning. Что это вообще за тюнинг такой? Оказывается это автоматическая настройка окна приема TCP. В теории эта функция должна оптимизировать работу сети, так бы сказать улучшать ее, но из-за нее бывают траблы.. например нельзя по сети передать файл больше 100 мегов
Прикол в том, что вот в Windows XP или Server 2003 размер окна приема равен 64 кб, а вот в более новых виндах он уже автоматически подбирается. И вот этим как раз и занимается функция Recieve Window Auto-Tuning, размер окна может быть увеличен вплоть до 16 мегов.
Кстати на заметку вам — с сетевыми настройками я советую не шутить и если менять их то осторожно. Перед изменением настроек обязательно создайте точку восстановления, мало ли. Дело в том, что у меня такое было, что после этих настроек.. я там короч пытался типа интернет сделать быстрее, это было давно, тогда еще был модемный интернет. В итоге я сделал интернет только медленнее.. и помогла мне только переустановка винды.. не повторяйте мой опыт
Короче ребята, я не буду вас грузить этой инфой, я сам в ней плохо шарю. Скажу только то, что эта команда:
netsh interface tcp set global autotuninglevel=disabled
Она этот автотюнинг отключает и размер окна приема должен быть снова 64 Кб.
Если вы вдруг захотите эту команду использовать, то ее нужно вводить в консоль, которая запущена от имени администратора. В Windows 7 чтобы так запустить, нужно пойти в Пуск и там ввести cmd, потом нажать правой кнопкой по появившемуся cmd и там выбрать запуск от имени админа
Чтобы посмотреть текущие настройки, они называются глобальные параметры TCP, то нужно ввести в консоль такую команду:
netsh interface tcp show global
И в результате у вас будет выдана такая инфа:
На этом все ребята, удачи вам и позитивного настроения!
Receive Window Auto-Tuning feature for HTTP traffic on Windows Vista-based computers
This article describes how the Receive Window Auto-Tuning feature improves data transfer, how to enable/diable this feature for HTTP traffic on Windows Vista-based computers, and issues that may occur after you enable this feature for HTTP traffic.
Original product version: В Windows Vista
Original KB number: В 947239
Introduction
Windows Vista includes the Receive Window Auto-Tuning feature that improves performance for programs that receive TCP data over a network. However, this feature is disabled by default for programs that use the Windows HTTP Services (WinHTTP) interface. Some examples of programs that use WinHTTP include Automatic Updates, Windows Update, Remote Desktop Connection, Windows Explorer (network file copy), and Sharepoint (WebDAV).
If you enable Receive Window Auto-Tuning for WinHTTP traffic, data transfers over the network may be more efficient. However, in some cases you might experience slower data transfers or loss of connectivity if your network uses an older router and firewall that does not support this feature. For example, when you use Windows Internet Explorer to access applications that are hosted in Microsoft Office SharePoint Server, the HTTP traffic may slow down. This occurs because certain routers do not support the Receive Window Auto-Tuning feature.
Since the release of Windows 7, Receive Window Auto-Tuning is now available for programs that use the Windows Internet (WinINet) application programming interface (API) for HTTP requests instead of WinHTTP. Some examples of programs that use WinINet for HTTP traffic include Internet Explorer, Outlook, and Outlook Express.
How Receive Window Auto-Tuning feature improves data transfer
The Receive Window Auto-Tuning feature lets the operating system continually monitor routing conditions such as bandwidth, network delay, and application delay. Therefore, the operating system can configure connections by scaling the TCP receive window to maximize the network performance. To determine the optimal receive window size, the Receive Window Auto-Tuning feature measures the products that delay bandwidth and the application retrieve rates. Then, the Receive Window Auto-Tuning feature adapts the receive window size of the ongoing transmission to take advantage of any unused bandwidth.
Enable Receive Window Auto-Tuning feature for WinHTTP traffic
Prerequisites: You must be running Windows Vista Service Pack 2 or Windows Vista Service Pack 1, or have hotfix 939006 installed to enable auto-tuning for WinHTTP.
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 How to back up and restore the registry in Windows
To enable the Receive Window Auto-Tuning feature for HTTP traffic, you must edit the registry. To do this, follow these steps:
- Click Start, type regedit in the Start Search box, and then press ENTER.
- Locate and then right-click the registry subkey HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Internet Settings\WinHttp .
- Point to New, and then click DWORD Value.
- Type TcpAutotuning, and then press ENTER.
- Right-click TcpAutotuning, and then click Modify.
- In the Value data box, type 1, and then click OK.
- Exit Registry Editor.
- Restart the computer.
The Receive Window Auto-Tuning feature is enabled for HTTP traffic if the TcpAutotuning registry entry is set to 1. The Receive Window Auto-Tuning feature is not enabled for HTTP traffic if the TcpAutotuning registry entry does not exist or if it is set to a value that is not 1.
To enable the Windows Internet (WinINet) in Windows 7, follow these steps:
Click Start, type regedit in the Search programs and files box, and then press ENTER.
Locate and then right-click the registry subkey HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings .
Point to New, and then click DWORD Value.
Type TcpAutotuning, and then press ENTER.
Right-click TcpAutotuning, and then click Modify.
In the Value data box, type 1, and then click OK.
Repeat step 2 through step 6 to add a TcpAutotuning entry with DWORD value of 1 under the following registry subkey:
Exit Registry Editor.
Restart the computer.
WinINet is enabled if the TcpAutotuning registry entries are set to 1. WinINet is not enabled if the TcpAutotuning registry entries do not exist or if they are set to a value that is not 1.
Check whether the problem is fixed. If the problem is fixed, you are finished with this article. If the problem is not fixed, you can contact support.
Issues that may occur after you enable the Receive Window Auto-Tuning feature for HTTP traffic
When the Receive Window Auto-Tuning feature is enabled for HTTP traffic, older routers, older firewalls, and older operating systems that are incompatible with the Receive Window Auto-Tuning feature may sometimes cause slow data transfer or a loss of connectivity. When this occurs, users may experience slow performance. Or, the applications may crash. These older devices do not comply with the RFC 1323 standard. Some device manufacturers provide software that works around the hardware limitations. Contact the device manufacturer to determine whether this kind of software is available.
If the incompatible devices are outside your organization, and you cannot change the devices, this issue will remain. Therefore, you may have to disable the Receive Window Auto-Tuning feature for HTTP traffic.
Disable the Receive Window Auto-Tuning feature
To disable the Receive Window Auto-Tuning feature for HTTP traffic, follow these steps:
Log on to the computer as a user who has administrative credentials.
Click Start, type runas /user: local_computer_name \administrator cmd in the Start Search box, and then press ENTER.
When you are prompted for the administrator account password, type the correct password, and then press ENTER.
At the command prompt, type the following command, and then press ENTER:
Exit the Command Prompt window.
Restart the computer.
Check whether the problem is fixed. If the problem is fixed, you are finished with this article. If the problem is not fixed, you can contact support.
Disable auto tuning Windows 10
Can i disable auto tuning windows 10 ?
Click your Start Button, type cmd then from the resulting list, right click Command Prompt and choose ‘Run as Adminitrator’
Paste this command and hit Enter:
netsh int tcp set global autotuninglevel=disabled
When that completes, close Command Prompt
Power to the Developer!
MSI GV72 — 17.3″, i7-8750H (Hex Core), 32GB DDR4, 4GB GeForce GTX 1050 Ti, 256GB NVMe M2, 2TB HDD
2 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
How satisfied are you with this reply?
Thanks for your feedback.
Hi Surajit. I’m Greg, an installation specialist and 9 year Windows MVP, here to help you.
I hope this helps. Feel free to ask back any questions and let us know how it goes. I will keep working with you until it’s resolved.
________________________________________________________
Standard Disclaimer: There are links to non-Microsoft websites. The pages appear to be providing accurate, safe information. Watch out for ads on the sites that may advertise products frequently classified as a PUP (Potentially Unwanted Products). Thoroughly research any product advertised on the sites before you decide to download and install it.
Windows MVP 2010-20
Over 100,000 helped in forums in 10 years
I do not quit for those who are polite and cooperative.
I will walk you through any steps and will not let you fail.
2 people found this reply helpful
Was this reply helpful?
Sorry this didn’t help.
Great! Thanks for your feedback.
How satisfied are you with this reply?
Thanks for your feedback, it helps us improve the site.
TCP/IP Receive Window Auto-Tuning снижает скорость интернета в Windows 10 Anniversary Если вы заметили, что TCP/IP Receive Window Auto-Tuning снижает скорость интернета в Windows 10 Anniversary, тогда вам необходимо срочно обратиться к настройкам данной
Некоторые пользователи используют «десятку» достаточно долго и в какой-то момент, начинают замечать, что у них возникли проблемы с интернет-соединением, которое стало достаточно медленным. Именно по этой причине, мы рекомендуем вам обратить внимание на данную статью, так как в ней пойдет речь о том, как TCP/IP Receive Window Auto-Tuning снижает скорость интернета в Windows 10 Anniversary, что собственно и становится для большинства пользователей ПК камнем преткновения с бесчисленным количеством проблем.
Для тех из вас, кто не в курсе, поясняем, что функция TCP/IP Receive Window Auto-Tuning была создана еще несколько лет назад и предназначалась она для того, чтоб поднимать производительность приложений взаимодействующих с сетевыми подключениями, которые так или иначе участвуют в обмене TCP-пакетами по сети. Так как функция в предыдущих версиях ОС Windows оказалась вполне работоспособной, то и в «десятку» она перебралась благополучно. Вот только в последней версии ОС, с вышеназванной функцией произошло что-то не то, ведь мало того, что в настройках «по умолчанию» она включена, так ещё бывают ситуации, когда происходит сбой и функция начинает беспощадно «жрать» интернет трафик.
Для того, чтоб проверить правильность работы TCP/IP Receive Window Auto-Tuning, вам необходимо произвести открытие от имени Администратора командной строки и прописать в неё команду вида «netsh interface tcp show global» (без кавычек) → в результате, перед вами появится список глобальных параметров TCP и уже в нём, вам необходимо отыскать пункт «Уровень автонастройки окна получения» и посмотреть, чтоб он имел значение «normal»:
Значение «normal» информирует нас с вами о том, что функция полностью включена.
Теперь, необходимо произвести тестирование скорости интернета имеющимися у вас средствами → запишите полученные данные → отключите TCP/IP Receive Window Auto-Tuning при помощи команды «netsh int tcp set global autotuninglevel=disabled» (без кавычек) → еще раз протестируйте скорость интернет-соединения → запишите полученные данные в данный момент → произведите сравнение полученных данных по скорости интернет-соединения после двух замеров.
Если функция TCP/IP Receive Window Auto-Tuning снижает скорость интернета в Windows 10 Anniversary, то во втором числовом значение после замера интернет-соединения, скорость интернета будет выше! Таким образом, вам стоит оставить отключенной функцию «Auto-Tuning», так как в ней и заключались ваши проблемы.
Если же во время сравнения замеров скорости интернет-соединения не какой разницы замечено не было, тогда функцию «Auto-Tuning» стоит включить, а для этого вам нужно просто выполнить в консоли CMD команду «netsh int tcp set global autotuninglevel=normal» (без кавчек).