# Брут-форсинг Windows на выделенных серверов

<figure><img src="/files/lI601OpGGTHCPXCCIfiN" alt=""><figcaption></figcaption></figure>

Поскольку дата-центр использует статические IP-адреса, подобные брутфорс-атаки не являются редкостью и могут привести к блокировке Вашей учетной записи администратора. Вы можете изменить настройки этой функции или полностью её отключить в Локальной политике безопасности. Эту опцию можно найти в Менеджере сервера, нажав на «Инструменты», а затем «Локальная политика безопасности».

Для отключения данной функции следует установить параметр «**Account lockout threshold**» на значение **0**. После чего остальные параметры должны отключиться.

<figure><img src="/files/Azv0tEWIy53wpXZGERb0" alt=""><figcaption></figcaption></figure>

Либо, можно поступить легче, Вам потребуется открыть командную строку от имени администратора и прописать одну команду, а именно:

```
net accounts /lockoutthreshold:0
```

Это исправит проблему одним вводом команды и не потребуется трогать параметры Выше.


---

# 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://wiki.qwins.co/windows/brut-forsing-windows-na-vydelennykh-serverov.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.
