mirror of https://github.com/unRedbox/Wiki.git
docs: update kioskengine
This commit is contained in:
parent
36893607f5
commit
eaf814abb0
|
@ -2,7 +2,7 @@
|
||||||
title: Kiosk Engine
|
title: Kiosk Engine
|
||||||
description:
|
description:
|
||||||
published: true
|
published: true
|
||||||
date: 2024-11-16T03:21:00.052Z
|
date: 2024-11-18T03:59:10.992Z
|
||||||
tags:
|
tags:
|
||||||
editor: ckeditor
|
editor: ckeditor
|
||||||
dateCreated: 2024-10-21T11:42:08.286Z
|
dateCreated: 2024-10-21T11:42:08.286Z
|
||||||
|
@ -31,4 +31,5 @@ dateCreated: 2024-10-21T11:42:08.286Z
|
||||||
<h1>Autobooting to 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>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>You want to change the value of this key to <code>C:\Windows\explorer.exe</code></p>
|
||||||
|
<p>After you change the value, reboot the machine and the Windows desktop environment will show by default. </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>
|
<p>To switch back to the default kiosk engine autoboot, change the value to <code>C:\Program Files\Redbox\KioskShell\KioskShell.exe</code></p>
|
||||||
|
|
Loading…
Reference in New Issue