> For the complete documentation index, see [llms.txt](https://inflight.dope.security/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://inflight.dope.security/dope.endpoint/windows-installer/uninstall.md).

# Uninstall

On Windows the dope.endpoint can be uninstalled via the Add or Remove Programs feature or via an uninstall script.

### Add Remove Programs

In the search box on the windows taskbar, type Add or Remove Programs and select it from the results. From the list of Programs presented find the dope.security Endpoint and select Uninstall or Uninstall/Change. Then follow the directions on the screen.

{% hint style="warning" %}
Users will always be prompted for an uninstall password where an anti-uninstall password has been configured in the dope.console (see: [Endpoints](/dope.console/settings/endpoints.md)).
{% endhint %}

### Uninstall Script

To uninstall via the windows script run the following command from a command line:

```
dope_security_<build number>.exe -silent -uninstall
```

### Uninstall Parameters

Using `SILENT_INSTALL=yes` makes the uninstall silent.

{% hint style="warning" %}
Using `-s` will not stop the password prompt where an anti-uninstall password has been configured in the dope.console (see: [Endpoints](/dope.console/settings/endpoints.md)).
{% endhint %}

Using `AT_PASSWORD` allows a password to be sent with the command:

```
dope_security_<build number>.exe -silent -uninstall AT_PASSWORD=<password>
```

Where `-SILENT_INSTALL` and `AT_PASSWORD` are used together it means an incorrect password will not result in a re-prompt but the uninstall will fail.


---

# 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://inflight.dope.security/dope.endpoint/windows-installer/uninstall.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.
