docs: update kioskengine

This commit is contained in:
.eggman 2024-11-16 03:20:28 +00:00 committed by Redbox Wiki
parent 04d9e1011b
commit 6919fb233b
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
title: Kiosk Engine
description:
published: true
date: 2024-11-16T03:20:00.471Z
date: 2024-11-16T03:20:27.525Z
tags:
editor: code
dateCreated: 2024-10-21T11:42:08.286Z
@ -28,7 +28,7 @@ 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>
<figure class="image image_resized" style="width:48.03%;"><img src="/kioskengine/select-resource-bundle.png"></figure>
<p>&nbsp;</p>
<h1>Autobooting the default Windows desktop environment</h1>
<h1>Autobooting to the default Windows desktop environment</h1>
<p>If you want to prevent the autoboot of kiosk engine and would rather boot to a standard Windows desktop environment, you need to edit the <code>Shell</code>registry key located at <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon</code> </p>
<p> You want to change the value of this key to <code>C:\Windows\explorer.exe</code></p>
<p> To change it back to the default kiosk engine, change the value to <code>C:\Program Files\Redbox\KioskShell\KioskShell.exe</code></p>