# Disable the press-and-hold ring in Windows

## Windows 11

### Get to the Pen and Touch settings

* Open Control Panel
* Type in "pen" and search
* You'll find a section called "Pen and Touch"
* Click on **Change tablet pen settings**

![](/files/jfPBh6zrR6BB1swAkiPr)

* The **Pen and Touch** dialog will launch

#### OPTION Getting to the Pen and Touch dialog from the command line

If you are comfortable using the command line, you can get to the Pen and Touch dialog directly.

```
"C:\WINDOWS\system32\rundll32.exe" shell32.dll,Control_RunDLL TabletPC.cpl @0,pen
```

### Configure the Press and Hold setting

* Navigate to the **Touch** tab
* Select **Press and Hold**
* Click **Settings**

![](/files/T9y1FxSPwUynPGrDJR7P)

* The **Press and Hold Settings** dialog will launch
* Disable **Enable press and hold for right-clicking**

![](/files/BAOUZg0m2KtRzP1ZPSr3)

* Click **OK** to close the **Press and Hold Settings** dialog
* Click **OK** to close the Pen and Touch dialog


---

# 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/disable-press-hold-ring.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.
