# Configure Windows Ink in the tablet driver

## Global and Application specific configuration

You can configure driver's use Windows Ink:

* For all applications
* For specific applications

This allows you to have a baseline configuration and then modify the behavior for specific applications as needed.

In general for the tablet driver I recommend:

* Enabling Windows Ink for all applications
* Disabling Windows Ink for specific applications that need it.

Every driver has a different way of configuring it in their UI:

* **Wacom:** Wacom Tablet Properties > Application
* **Huion**: The drop-down with the gear icon at the top.
* **OpenTabletDriver**: N/A - OTD does not support per-application Windows Ink configuration

## Wacom Driver > Wacom Tablet Properties

* Open the **Wacom Tablet Properties** app
* Under **Tool** select your pen
* If you have a pen tablet, go to the **Mapping** tab.
* Or if you have a pen display, go to the **Calibrate** tab.
* Set **Use Windows Ink** to turn on or off **Windows Ink** in the driver

![](/files/2pno9CXJLhKqOn5zgH8e)

## Wacom Driver > Wacom Center

<div align="left"><figure><img src="/files/wKQhl870QSlM5NyopqGx" alt="" width="375"><figcaption></figcaption></figure></div>

## Huion Driver > Huion Tablet app

* Open the **HuionTablet** app
* Navigate to **Digital Pen**
* Under Press Key, set the **Enable Windows Ink** to turn on or off **Windows Ink** in the driver

<div align="left"><figure><img src="/files/5m20FWnAPCqXNkLekCt3" alt="" width="375"><figcaption></figcaption></figure></div>

## XP-Pen driver > PenTablet App

* Open the **PenTablet** app
* Navigate to **Digital settings**
* Set the **Windows Ink** to turn on or off **Windows Ink** in the driver

<div align="left"><figure><img src="/files/F4xjCjPMocLeHIXqfoE0" alt="" width="375"><figcaption></figcaption></figure></div>

## Xencelabs Driver

<div align="left"><figure><img src="/files/vVUTG5n2sZRA0CoSaHIP" alt="" width="375"><figcaption></figcaption></figure></div>

## OpenTabletDriver

NOTE: To see the Windows Ink option, you have to install the OTD Windows Ink plug-in first.

![](/files/QRTl8uICULtT0Yf5Pf81)


---

# 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/platforms/windows/winink/winink-config-driver.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.
