# Исправление сетевых ошибок Windows

На данной странице приведены команды для командной строки (Администратор) для решения некоторых сетевых ошибок Windows.

{% code overflow="wrap" lineNumbers="true" %}

```batch
:: Сброс настроек стека TCP/IP (IPv4 & IPv6)
netsh int ip reset
netsh int ipv6 reset
:: Очистка кэш сопоставителя DNS
ipconfig /flushdns
:: Сброс настроек WinSock
netsh winsock reset
:: Применение функции «Автоматическая настройка окна для HTTP-трафика», которая должна повысить скорость сети.
netsh int tcp set global autotuninglevel=normal
:: Сброс сетевых настроек
ipconfig /release
ipconfig /renew
```

{% endcode %}

После ввода необходимой команды – перезагрузите компьютер.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zalexanninev15.gitbook.io/shark-remote/faq/fix_network.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
