Why Am I Getting an Insufficient User Rights Error When Updating Kiosk?
When attempting to update the Kiosk application, you may encounter an error message during the installation process related to insufficient user rights. This typically occurs when certain Windows features required by the Kiosk app are not enabled on the system.

Cause:
The error often appears when the Wireless Networking feature is not enabled in the Windows environment. This can prevent necessary services from running properly during the update process.
Solution:
To resolve the issue, you need to manually enable the Wireless Networking feature using the DISM tool.
Step-by-Step Instructions:
- Open Command Prompt as Administrator:
- Click Start, type cmd
- Right-click on Command Prompt and choose Run as administrator
- Run the following command:
dism /online /enable-feature /featurename:WirelessNetworking /all
- This command enables the Wireless Networking feature and any required dependencies.
- Restart your system (if prompted).
- Try updating the Kiosk application again.
If Further Assistance is required, please proceed to log a support case or chatting with our support engineer.