> For the complete documentation index, see [llms.txt](https://next-rp-29.gitbook.io/next-rp/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://next-rp-29.gitbook.io/next-rp/suporte/processos-interrompidos.md).

# Processos Interrompidos

{% stepper %}
{% step %}

### No iniciar do Windows, pesquisa por `powershell` e abra o aplicativo.

{% endstep %}

{% step %}

### Executa o comando:&#x20;

#### `get-service | findstr -i "pcasvc"; get-service | findstr -i "DPS"; get-service | findstr -i "Diagtrack"; get-service | findstr -i "sysmain"; get-service | findstr -i "eventlog"`

{% endstep %}

{% step %}

### Os 4 processos destacados no print abaixo deverão ter escrito "Running" no começo para indicar que estão ativos:

<figure><img src="/files/WL3dha2KT2MLCYQJl7J5" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}

### Se algum dos 4 processos estiver escrito "Stopped", abra o iniciar do Windows, pesquisa por `cmd` e abra o aplicativo. Logo após, execute os comandos abaixo exatamente nesta sequência:

`sc config dps start=auto`&#x20;

`sc config diagtrack start=auto`&#x20;

`sc config pcasvc start=auto`

&#x20;`sc config sysmain start=auto`&#x20;

`sc start dps`&#x20;

`sc start diagtrack`

&#x20;`sc start pcasvc`

&#x20;`sc start sysmain`

{% hint style="info" %}

### O Windows Defender nativo do Windows também precisa estar ativo.

{% endhint %}
{% endstep %}
{% endstepper %}

{% hint style="success" %}

### Assim que fizeres todos os passos em cima basta entrar no Servidor que a pasta apagada irá ser reposta pelo FiveM.

{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://next-rp-29.gitbook.io/next-rp/suporte/processos-interrompidos.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.
