docs: update kioskengine

This commit is contained in:
.eggman 2024-11-16 03:14:34 +00:00 committed by Redbox Wiki
parent 9fec1c352e
commit 963c133bb0
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
title: Kiosk Engine title: Kiosk Engine
description: description:
published: true published: true
date: 2024-11-16T03:13:21.989Z date: 2024-11-16T03:14:33.776Z
tags: tags:
editor: code editor: code
dateCreated: 2024-10-21T11:42:08.286Z dateCreated: 2024-10-21T11:42:08.286Z
@ -28,5 +28,5 @@ dateCreated: 2024-10-21T11:42:08.286Z
<p>There is a way to open a menu that allows selecting “Resource Bundles” without the use of a discrete chain of keyboard combinations or UI interactions. You can access this menu by pressing the <code>`</code> key on a keyboard.</p> <p>There is a way to open a menu that allows selecting “Resource Bundles” without the use of a discrete chain of keyboard combinations or UI interactions. You can access this menu by pressing the <code>`</code> key on a keyboard.</p>
<figure class="image image_resized" style="width:48.03%;"><img src="/kioskengine/select-resource-bundle.png"></figure> <figure class="image image_resized" style="width:48.03%;"><img src="/kioskengine/select-resource-bundle.png"></figure>
<p>&nbsp;</p> <p>&nbsp;</p>
<p>Replacing the KioskEngine shell to explorer.exe</p> <h2>Autobooting the default Windows desktop environment</h2>
<p>If you want to prevent the autoboot of kiosk engine and would rather switch to a standard Windows desktop environment, you can edit the <strong>Shell </strong>registry key located at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon to be C:\Windows\explorer.exe</p> <p>If you want to prevent the autoboot of kiosk engine and would rather boot to a standard Windows desktop environment, you can edit the <strong>Shell </strong>registry key located at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon to be C:\Windows\explorer.exe</p>