diff --git a/kioskengine.html b/kioskengine.html index 2a36608..f5b26c6 100644 --- a/kioskengine.html +++ b/kioskengine.html @@ -2,7 +2,7 @@ title: Kiosk Engine description: published: true -date: 2024-11-18T03:59:10.992Z +date: 2024-12-01T23:31:43.805Z tags: editor: ckeditor dateCreated: 2024-10-21T11:42:08.286Z @@ -20,16 +20,16 @@ dateCreated: 2024-10-21T11:42:08.286Z
It's possible to access multiple service menus via Kiosk Engine.
On the homepage, press the ? or Help button. Once on the help page, tap/click the Redbox logo. “Please Wait” will appear briefly before being replaced with a login screen.
-Without patching DLLs or emulating the authentication servers, you can go no further past this point. If authentication does succeed, you will enter the Field Maintenance Application.
+Without patching DLLs or emulating the authentication servers, you cannot go any further past this point. If authentication does succeed, you will enter the Field Maintenance Application.
From anywhere (assuming the application is responding and kiosk is initialized), you can use the key combo CTRL + ALT + ENTER
to access a Redbox Control Panel Login panel. Kiosks in OfflineMode allow use of any credentials to login.
If login succeeds, you will be sent to the Redbox Desktop.
+From anywhere (assuming the application is responding and the kiosk is initialized), you can use the key combo CTRL + ALT + ENTER
to access a Redbox Control Panel Login panel. Kiosks in OfflineMode allow the use of any credentials to log in.
If the login succeeds, you will be sent to the Redbox Desktop.
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 `
key on a keyboard.
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 Shell
registry key located at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
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 Shell
registry key located at HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Winlogon
You want to change the value of this key to C:\Windows\explorer.exe
After you change the value, reboot the machine and the Windows desktop environment will show by default.
To switch back to the default kiosk engine autoboot, change the value to C:\Program Files\Redbox\KioskShell\KioskShell.exe