> For the complete documentation index, see [llms.txt](https://docs.plura.io/ko/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.plura.io/ko/uninstall_agents/edr/windows.md).

# Windows

{% hint style="warning" %}
**에이전트를 삭제하면 필터 탐지 및 전체 로그와 같은 관련 정보가 모두 삭제됩니다.**&#x20;

**삭제된 정보는 복구할 수 없으니 신중하게 진행해 주십시오.**
{% endhint %}

## 1. 에이전트 UI에서 삭제 <a href="#id-1" id="id-1"></a>

### **1-1. 경로 이동** <a href="#id-1-1" id="id-1-1"></a>

* 제어판 > 프로그램 > 프로그램 및 기능 > 프로그램 제거 또는 변경

### **1-2. PLURA 제거/변경** <a href="#id-1-2" id="id-1-2"></a>

<figure><img src="https://qubitsec.github.io/docs/images/Faq/Agent/03.png" alt=""><figcaption></figcaption></figure>

### **1-3. PLURA 삭제** <a href="#id-1-3" id="id-1-3"></a>

<figure><img src="/files/uJ3de392nmtq2bb9ieLk" alt="" width="253"><figcaption></figcaption></figure>

### **1-4. 웹로그 모듈 삭제** <a href="#id-1-4" id="id-1-4"></a>

* 웹로그 설정에서 **웹로그 모듈 삭제**를 선택합니다.
* 에이전트를 삭제하면 웹로그 모듈도 함께 삭제됩니다.

<figure><img src="https://qubitsec.github.io/docs/images/Faq/Agent/05.png" alt=""><figcaption></figcaption></figure>

## 2. 웹 UI에서 삭제 <a href="#id-2" id="id-2"></a>

* **시스템 > 시스템 관리**로 이동합니다.
* 삭제할 호스트를 선택한 후, 상단의 **삭제** 메뉴를 클릭합니다.
* 다중 호스트를 동시에 삭제하는 것도 가능합니다.

<figure><img src="https://qubitsec.github.io/docs/images/Manual/siem/system/035.png" alt=""><figcaption></figcaption></figure>

## 3. 에이전트 멈춤 <a href="#id-3" id="id-3"></a>

* **Windows 서비스**에서 `"PLURA Agent Service"`를 중지합니다

<figure><img src="/files/4eMzbK7dHEYYWJRCdLH4" alt=""><figcaption><p>시작 > 실행 > services.msc</p></figcaption></figure>


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.plura.io/ko/uninstall_agents/edr/windows.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
