To configure your Kiosk mode for continuous operation without restarts, you can consider the following options:
- Kiosk Mode Settings: Ensure that you have configured the kiosk mode correctly. You mentioned setting the restart option to "Never," which is a good step. However, make sure that other settings related to session timeouts or idle timeouts are also set appropriately. For instance, the
--kiosk-idle-timeout-minutesoption can be adjusted to prevent the kiosk from resetting too frequently. - Automatic Restart on Crash: You mentioned that you have checked the option to not show errors and to automatically restart if the kiosk crashes. This is important for maintaining uptime. Ensure that this setting is correctly applied.
- Event Viewer Logs: Check the Event Viewer for any logs that might indicate why the kiosk is requiring a reboot. Look under Applications and Services Logs\Microsoft\Windows\Authentication User Interface\Operational for any sign-in or auto logon issues that could be causing disruptions.
- System Resources: Ensure that your system has enough resources (CPU, RAM) to handle the live video stream continuously. Since you have 32 GB of RAM, it should generally be sufficient, but monitor the system performance to rule out resource exhaustion.
- Network Stability: If the live video stream is dependent on a stable internet connection, ensure that your network is reliable. Any interruptions in connectivity could cause the stream to fail, necessitating a restart.
- Regedit Changes: While you asked about making changes in the registry, it is generally not recommended to make registry changes for kiosk mode settings without specific guidance, as it could lead to system instability. Stick to the settings provided in the Kiosk configuration options.
If these steps do not resolve the issue, consider reaching out to Microsoft support for more tailored assistance regarding your specific setup and requirements.