mirror of https://github.com/unRedbox/Wiki.git
docs: update kioskengine
This commit is contained in:
parent
6d012697ec
commit
e27567d192
|
@ -2,7 +2,7 @@
|
||||||
title: Kiosk Engine
|
title: Kiosk Engine
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2024-11-16T03:16:11.574Z
|
date: 2024-11-16T03:17:40.029Z
|
||||||
tags:
|
tags:
|
||||||
editor: code
|
editor: code
|
||||||
dateCreated: 2024-10-21T11:42:08.286Z
|
dateCreated: 2024-10-21T11:42:08.286Z
|
||||||
|
@ -29,4 +29,6 @@ dateCreated: 2024-10-21T11:42:08.286Z
|
||||||
<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> </p>
|
<p> </p>
|
||||||
<h2>Autobooting the default Windows desktop environment</h2>
|
<h2>Autobooting the default Windows desktop environment</h2>
|
||||||
<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> <code>C:\Windows\explorer.exe</code> </p>
|
<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>
|
||||||
|
|
Loading…
Reference in New Issue