# Tablet Driver Cleanup tool

## Overview

On **Windows**, manufacturer tablet drivers sometimes uninstalling a manufacturer tablet isn't enough. Occasionally the drivers leave bits of themselves around. The **TableDriverCleanup** tool created by user [**X9VoiD**](https://github.com/X9VoiD) and maintained by the [**OpenTabletDriver Team**](https://github.com/OpenTabletDriver) can help remove these leftover bits.

If you want to see the source code to understand exactly what it does then go here: <https://github.com/OpenTabletDriver/TabletDriverCleanup>

Unfortunately I do not know of an equivalent tool for MacOS. But on the other hand, I don't see that it is needed on MacOS.

## Step 1: Follow the normal uninstall procedures

* Navigate to **Add/Remove programs** and uninstall your existing tablet drivers.
* Note that you may be required to restart your computer.

## Step 2: Restart if needed

If Step 1 did not require a restart of your computer, then restart your computer now.

## Step 3: Run the TabletDriverCleanup tool

* Download [TabletDriverCleanup.zip](https://github.com/OpenTabletDriver/TabletDriverCleanup/releases/latest)
* Extract all contents of the zip file to any location
* Right-click on `TabletDriverCleanup.exe` and click **Run as administrator**
* The cleanup tool will open a terminal window and show the results of its cleaning. In the example below it did not find any leftover driver components to uninstall.
  * ![](/files/6ZyWGBiZGwzAsmjImLxt)


---

# 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/tablet-driver-cleanup-tool.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.
