diff --git a/kioskengine/field-maintenance.html b/kioskengine/field-maintenance.html index 7a46be7..849a096 100644 --- a/kioskengine/field-maintenance.html +++ b/kioskengine/field-maintenance.html @@ -2,7 +2,7 @@ title: Field Maintenance description: published: true -date: 2024-11-10T07:48:21.155Z +date: 2024-11-10T07:49:10.638Z tags: editor: code dateCreated: 2024-10-21T11:12:53.076Z @@ -13,6 +13,20 @@ dateCreated: 2024-10-21T11:12:53.076Z
An example of the Field Maintenance Application
+

Modifying Kiosk to Allow Field Maintenance

+

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, @viper33802/@loki patched the DLL that has todo with the authentication. The steps are as follows:

+
    +
  1. Download the patched DLL from the discord (use the search feature to find the PATCHED dll)
  2. +
  3. Place this file in “C:\Program Files\Redbox\REDS\Kiosk Engine\bin”
  4. +
  5. Make a copy of your original DLL (ie, add “.backup” to the end of the filename)
  6. +
  7. Remove the “.patched” from the file name. It should now read “Redbox.Rental.Services.dll”
  8. +
  9. Open the registry by hitting Win+R and typing “regedit”. Then click run.
  10. +
  11. Navigate to the right directory using the left pane “HKEY_LOCAL_MACHINE\SOFTWARE\Redbox\REDS\KioskEngine\Store” making sure to click the store directory
  12. +
  13. In the right pane, locate a variable called “StandAlone” (if one does not exist, create one by right clicking and making a new string variable) and setting the value to “true"
  14. +
  15. Reboot your machine
  16. +
  17. Using the previously mentioned instructions to access the Field Management login page , type in any value for the username and password and click login
  18. +
  19. SUCCESS! You should now be logged into the Field Maintenance Menu
  20. +

Safety Tips

An example of a Safety Tip being displayed
@@ -71,18 +85,4 @@ dateCreated: 2024-10-21T11:12:53.076Z
  • Holidays make parking lots crazy!  Take extra care when driving and walking.
  • Pay attention to walking surfaces in wet, rainy and snowy weather to avoid a fall.
  • Healthy eating helps you work better.  Pack some healthy snacks for your breaks.
  • - -

    Modifying Kiosk to Allow Field Maintenance

    -

    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, @viper33802/@loki patched the DLL that has todo with the authentication. The steps are as follows:

    -
      -
    1. Download the patched DLL from the discord (use the search feature to find the PATCHED dll)
    2. -
    3. Place this file in “C:\Program Files\Redbox\REDS\Kiosk Engine\bin”
    4. -
    5. Make a copy of your original DLL (ie, add “.backup” to the end of the filename)
    6. -
    7. Remove the “.patched” from the file name. It should now read “Redbox.Rental.Services.dll”
    8. -
    9. Open the registry by hitting Win+R and typing “regedit”. Then click run.
    10. -
    11. Navigate to the right directory using the left pane “HKEY_LOCAL_MACHINE\SOFTWARE\Redbox\REDS\KioskEngine\Store” making sure to click the store directory
    12. -
    13. In the right pane, locate a variable called “StandAlone” (if one does not exist, create one by right clicking and making a new string variable) and setting the value to “true"
    14. -
    15. Reboot your machine
    16. -
    17. Using the previously mentioned instructions to access the Field Management login page , type in any value for the username and password and click login
    18. -
    19. SUCCESS! You should now be logged into the Field Maintenance Menu
    20. -
    + \ No newline at end of file