# Uninstall OpenTabletDriver on Windows

## Overview

{% hint style="info" %}
For information on OpenTabletDriver: [OpenTabletDriver](/drawtab/guides/drivers/opentabletdriver.md)

For information on how to install on Windows: [Install OpenTabletDriver on Windows](/drawtab/guides/drivers/opentabletdriver/otd-windows-install.md)
{% endhint %}

## STEP 1: Stop OpenTabletDriver from starting when your computer boots

* You only need to do this step if you configured running OTD on startup previously.
* Press WINDOWS+R to bring up the **Run** window
* In Open, enter **shell:startup**
* Delete the OpenTabletDriver shortcut

## STEP 2: Uninstall OpenTabletDriver

* If OpenTabletDriver processes are running, then stop them.
* You can use Task manager for stop the processes, or you can stop the processes with these two Powershell commands

```
stop-process -name OpenTabletDriver.UX.Wpf
stop-process -name OpenTabletDriver.Daemon
```

* Delete the folder that contains OpenTabletDriver

## STEP 3: Uninstall VMulti

* Navigate to the folder that contains VMulti
* run **uninstall\_hiddriver.bat** as admin


---

# 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.sevenpens.com/drawtab/guides/drivers/opentabletdriver/otd-windows-uninstall.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.
