# Запуск sfc/dism

1. Запустите коммандную строку от администратора.

<figure><img src="/files/80BpRoLGQ4jbfVA5YmMW" alt="" width="563"><figcaption><p>Введите <code>cmd.exe</code> в пуске и нажмите "Запуск от имени администратора".</p></figcaption></figure>

2. Запустите следующие команды по порядку:\
   `sfc /scannow`\
   `dism /online /cleanup-image /checkhealth`\
   `dism /online /cleanup-image /scanhealth`\
   `dism /online /cleanup-image /restorehealth`

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

3. После того, как они завершат свою работу, дополнительно вы можете запустить `chkdsk /f /r /x` чтобы проверить ваш диск на повреждения.

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

После того как вы нажмете Y, перезагрузите ваш ПК и `chkdsk` начнет работу.

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


---

# 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://docs.joinbattlebit.com/russian/other/running-sfc-dism.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.
