> For the complete documentation index, see [llms.txt](https://docs.virbe.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/windows/other.md).

# Other

1. **Kiosk Mode**

You can use [Kiosk Mode](https://learn.microsoft.com/en-us/windows/configuration/kiosk-single-app) in Windows 10 & 11 Pro, which will allow you to run only one/multiple apps in a safe mode. However, from our experience, if you provide remote access to the machine (e.g. with Zoho Assist or TeamViewer), and turn off Edge Swiping (see below!!!) then you do not need to set up Kiosk Mode for Windows

1. **Edge swiping - turn it off!**

If you use Windows machine and a touchscreen, then the edge swiping in windows will be automatically on. This means, that **anybody can exit the Kiosk App if swipes** the edge of the screen. To prevent that, you should turn off the edge swiping in  group policy editor.

If you're running Windows 10 v1803 or later, you'll need to do the following to disable edge swipes:

In Windows, right-click the Start button and select Run.

1. Type **gpedit.msc** and press **Enter**. If you can't find gpedit, here's an [alternative solution](https://www.tenforums.com/tutorials/48507-enable-disable-edge-swipe-screen-windows-10-a.html#option2).
2. Navigate to **Computer Configuration>Administrative Templates>Windows Components>Edge UI** for system-wide, or **User Configuration>Administrative Templates>Windows Components>Edge UI** for current user.
3. Edit **"Allow edge swipe"** and set to Disabled.
4. Click **Apply** then **OK**.


---

# 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://docs.virbe.ai/touchpoints/kiosk-apps/metahuman-kiosk/hardware-setup/operating-system/windows/other.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.
