Frequently Asked Question
How to Run DeskCamera in Windows Kiosk Mode
Last Updated 5 months ago
In Windows Kiosk mode, running multiple apps isn't directly supported, as kiosk mode is typically designed for single-app usage. To start DeskCamera for recording the computer screen in Kiosk mode, you can work around this limitation with a few additional configurations. The main approach is to use a normal user account to configure Windows Task Scheduler to start DeskCamera for Kiosk user as a background scheduled task
Step 1: Run Windows with a normal (non Kiosk) user
- Start Windows in a Normal mode with a Normal user
- Complete the configuration explained below with a normal user account
Step 2: Disable DeskCamera’s Default Autostart
- Open Task Manager by pressing Ctrl + Shift + Esc.
- Go to the Startup tab.
- Locate DeskCamera in the list of startup applications.
- Right-click on DeskCamera and select Disable to prevent it from automatically starting outside of Task Scheduler.
Step 3: Create task in Task Scheduler
- Press Win + S, type "Task Scheduler," and open the Task Scheduler app.
- In the Task Scheduler window, click on Create Task in the Actions pane on the right.
Step 4: Configure Task General Settings
- In the General tab, give your task a name, such as "Start DeskCamera in Kiosk Mode."
- Under Security options, select Run only when user is logged on and choose the kiosk user account.
Step 5: Set the Trigger to Start at Logon
- Go to the Triggers tab and click New.
- In the New Trigger window, set the Begin the task option to At log on.
- Choose the specific kiosk user account, then click OK.
Step 6: Configure DeskCamera to Start as the Task Action
- Go to the Actions tab and click New.
- In the New Action window, set Action to Start a program.
- Under Program/script, enter the path to the DeskCamera executable file (e.g.,
C:\Program Files\DeskCamera\DeskCamera.exe
).
Step 7: Finalize and Save the Task
- Go to the Conditions tab, and make sure to uncheck Start the task only if the computer is on AC power if running on a laptop.
- Adjust any additional settings as needed, then click OK to save the task.
Step 8: Test the Configuration
- Restart the PC.
- Log out of the current account and log back into the kiosk user account.
- When the kiosk session starts, your primary kiosk app will launch, and Task Scheduler should start DeskCamera in the background.