Compare commits

...

15 Commits

Author SHA1 Message Date
.eggman 36893607f5 docs: update kioskengine 2024-11-16 03:21:01 +00:00
.eggman e021721f1c docs: update kioskengine 2024-11-16 03:20:36 +00:00
.eggman 6919fb233b docs: update kioskengine 2024-11-16 03:20:28 +00:00
.eggman 04d9e1011b docs: update kioskengine 2024-11-16 03:20:01 +00:00
.eggman 8183ae5d61 docs: update kioskengine 2024-11-16 03:19:49 +00:00
.eggman 03c3a40e4b docs: update kioskengine 2024-11-16 03:18:00 +00:00
.eggman d5d5cf2050 docs: update kioskengine 2024-11-16 03:17:57 +00:00
.eggman e27567d192 docs: update kioskengine 2024-11-16 03:17:41 +00:00
.eggman 6d012697ec docs: update kioskengine 2024-11-16 03:16:12 +00:00
.eggman 963c133bb0 docs: update kioskengine 2024-11-16 03:14:34 +00:00
.eggman 9fec1c352e docs: update kioskengine 2024-11-16 03:13:22 +00:00
.eggman 4aeba1dba8 docs: update kioskengine 2024-11-16 03:13:15 +00:00
.eggman 1c6999c9d8 docs: update kioskengine/field-maintenance 2024-11-16 03:09:03 +00:00
.eggman 27dfe98343 docs: update kioskengine/field-maintenance 2024-11-16 03:08:39 +00:00
.eggman 2afa3f3110 docs: update kioskengine/redbox-desktop 2024-11-16 03:05:35 +00:00
3 changed files with 10 additions and 6 deletions

View File

@ -2,7 +2,7 @@
title: Kiosk Engine title: Kiosk Engine
description: description:
published: true published: true
date: 2024-10-28T02:00:58.531Z date: 2024-11-16T03:21:00.052Z
tags: tags:
editor: ckeditor editor: ckeditor
dateCreated: 2024-10-21T11:42:08.286Z dateCreated: 2024-10-21T11:42:08.286Z
@ -28,3 +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> <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>
<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 switch back to the default kiosk engine autoboot, change the value to <code>C:\Program Files\Redbox\KioskShell\KioskShell.exe</code></p>

View File

@ -2,18 +2,18 @@
title: Field Maintenance title: Field Maintenance
description: description:
published: true published: true
date: 2024-11-10T18:33:49.750Z date: 2024-11-16T03:09:02.271Z
tags: tags:
editor: ckeditor editor: ckeditor
dateCreated: 2024-10-21T11:12:53.076Z dateCreated: 2024-10-21T11:12:53.076Z
--> -->
<p>The Field Maintenance Application contains various tools for servicing kiosks.&nbsp;</p> <p>The Field Maintenance Application contains various tools for servicing kiosks. One of the main purposes of accessing this menu is to perform an inventory sync after restocking the kiosk. Another important utility is the HAL Tester which can be used to debug parts of the kiosk such as the carousel and gripper.&nbsp;</p>
<figure class="image image_resized" style="width:44.97%;"><img src="/kioskengine/fmscreen.png"> <figure class="image image_resized" style="width:44.97%;"><img src="/kioskengine/fmscreen.png">
<figcaption>An example of the Field Maintenance Application after a login</figcaption> <figcaption>An example of the Field Maintenance Application after a login</figcaption>
</figure> </figure>
<h1>Modifying Kiosk to Allow Field Maintenance</h1> <h1>Modifying Kiosk to Allow Field Maintenance</h1>
<p>The field maintenance screen sits behind a authentication screen that, unlike the Redbox Desktop, verifies credentials with redbox servers (which are no longer online). To get around this, there are patched DLLs that skip the authentication step. The steps are as follows:</p> <p>The field maintenance screen sits behind a authentication screen that, unlike the Redbox Desktop, verifies credentials with Redbox servers (which are no longer online). To get around this, there are patched DLLs that skip the authentication step. The steps are as follows:</p>
<ol> <ol>
<li>Download the patched DLL from the Redbox discord. There will be a revised version of this soon that doesn't require downloading a full DLL.</li> <li>Download the patched DLL from the Redbox discord. There will be a revised version of this soon that doesn't require downloading a full DLL.</li>
<li>Place this file in “C:\Program Files\Redbox\REDS\Kiosk Engine\bin”</li> <li>Place this file in “C:\Program Files\Redbox\REDS\Kiosk Engine\bin”</li>

View File

@ -2,14 +2,14 @@
title: Redbox Desktop title: Redbox Desktop
description: description:
published: true published: true
date: 2024-11-10T18:37:05.442Z date: 2024-11-16T03:05:34.416Z
tags: tags:
editor: ckeditor editor: ckeditor
dateCreated: 2024-10-21T11:18:56.496Z dateCreated: 2024-10-21T11:18:56.496Z
--> -->
<p><strong>Redbox Desktop</strong> is a servicing application accessible via a keyboard combination or by pressing the “Control Panel Log In” button from the <a href="/kioskengine/field-maintenance">Field Maintenance Application</a>.&nbsp;</p> <p><strong>Redbox Desktop</strong> is a servicing application accessible via a keyboard combination or by pressing the “Control Panel Log In” button from the <a href="/kioskengine/field-maintenance">Field Maintenance Application</a>.&nbsp;</p>
<p>This is an advanced admin panel containing low level access to the OS, including an Admin command prompt, File Explorer, various hardware and administrative software tools, as well as the ability to stop/start most processes on the machine.</p> <p>This is an advanced admin panel containing elevated access to the OS, including an Admin command prompt, File Explorer, various hardware and administrative software tools, as well as the ability to stop/start most processes on the machine.</p>
<p>There are four categories of tools organized as: Kiosk, File System, Computer, and Setup. A list of all utilities is pictured below.</p> <p>There are four categories of tools organized as: Kiosk, File System, Computer, and Setup. A list of all utilities is pictured below.</p>
<figure class="image image_resized" style="width:52.15%;"><img src="/kioskengine/rbdesktop.png"> <figure class="image image_resized" style="width:52.15%;"><img src="/kioskengine/rbdesktop.png">
<figcaption>Redbox Desktop after a user has signed in</figcaption> <figcaption>Redbox Desktop after a user has signed in</figcaption>