Questions tagged [kiosk-mode]

Kiosk-mode represents a locked down OS environment where the user can interact with a limited UI. Mostly used as a kiosk, hence the term.

Kiosk mode is a software mode for locking down the environment to block other applications from being launched and prevent misuse by end-users. Typically used by kiosks.

In iOS, devices can be configured to run an app in Single App Mode. The Guided Access accessibility feature is also often used as a de-facto kiosk mode.

In Chrome OS, apps can be configured to run in Single App Kiosk Mode.

516 questions
-1
votes
0 answers

How to set the monitor resolution in win11 for the kiosk mode?

in kiosk mode it looks like that windows use the recommended display scaling. The monitor has a resolution 2.160 x 3.840 pixel. The recommended scaling should be 300%. I want to start the kiosk mode in the full resolution and 100% scaling. The…
Tibor
  • 159
  • 6
-1
votes
0 answers

Different Shells for Different Users and disable desktop for specific user

On Windows 10 LTSC. I created a user "test" and want to launch an application or script for it instead of explorer.exe, and user test should not be able to launch desktop. The only application or script it can launch is the one designated to it. And…
-1
votes
1 answer

Using Selenium with Firefox in Kiosk mode

I would like to install a totem in my city with an automation using selenium, which return to the main page after a while. I've seen that Firefox, according to the official guide, support the "Kiosk Mode". Is there a way to open a new Firefox…
-1
votes
1 answer

How to launch chrome browser fullscreen in windows with new window and in specific monitor

I've tried a lot of variations on windows shortcuts for Chrome to launch fullscreen kiosk mode in a specific monitor for desktops with none of them working with all the options at once. Variations attempted: "local…
speshock
  • 130
  • 1
  • 11
-1
votes
1 answer

windows to run only one application, no minimize

I wanted to configure a windows machine in such a way that, just after starting it runs a specific application on full screen. Now User can use this application only. No minimize will be allowed, its like giving exam on a computer. How to securely…
Pankaj Sharma
  • 2,185
  • 2
  • 24
  • 50
-1
votes
2 answers

How to automount usb after kiosk mode enable in raspberry Pi 4 with buster os?

Problem with Kiosk mode and USB access. I have installed buster on raspberry Pi 4. And for open chromiam browser at startup, I enabled kiosk mode. Now I have a problem that, it does not mount USB device (flash drives) at /media/pi Any help and…
-1
votes
1 answer

Questions regarding developing a kiosk chrome application

I am asked to build a kiosk application that will be run on chrome books in a school. The basic requirement is to have two interfaces one for principal and others for classrooms. The principal will have rooms listed on its interface and he can send…
Awais Qarni
  • 17,492
  • 24
  • 75
  • 137
-1
votes
1 answer

How to run command promt command while running angular app?

I want to run 2 cmd commands when a user hits the URL. taskkill /IM chrome.exe /F start chrome.exe --kiosk -tab "www.url.com" These are the 2 commands. Is it possible to do so with typescript or anything else in Angular?
Avishek
  • 524
  • 16
  • 38
-1
votes
1 answer

Cursor speed specific to a WPF kiosk application C#

What is the best way to handle mouse speed changes in a WPF application? EDIT for more context: I am developing a kiosk application that will run in Windows 10. It has it's own mouse speed control settings page, and a default speed that is…
Adam G.
  • 176
  • 9
-1
votes
1 answer

IE Window launched by JavaScript is accidentally in kiosk mode

Summary I'm developing an internal web application that contains the following link markup: Click here to…
-1
votes
1 answer

How to run a C# program in kiosk mode?

I have a c# and WPF program which i want to install on a windows tablet, i want my program to be the only program running on the tablet, it should start running automatically right when the user will turn on the tablet. Any solution?
Levin
  • 57
  • 1
  • 3
-1
votes
1 answer

Surface pro 3 in kiosk mode, how to automatically power on when the power is connected?

Most pc's had the nice option to power on a computer automatically when the power is applied (via the bios). With the surface pro 3 this is not an option (absent in the uefi boot menu). If you are (planning on) using the Surface pro 3 tablet (or any…
Wouter Schut
  • 907
  • 2
  • 10
  • 22
-1
votes
2 answers

Launcher App chooser dialog is not being displayed

I want to display Launcher app chooser dialog whenever I want but It is not displaying , app is getting closed. This is my code : getPackageManager().clearPackagePreferredActivities(getPackageName()); Intent i = new…
Nitesh Singh
  • 328
  • 3
  • 13
-1
votes
2 answers

lost PATH while trying to set custom winlogon shell in WindowsXP

I have changed the shell key in windows registry to gain custom shell (Kiosk usage): [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon] I set shell key to a batch file which runs two applications as below: start…
m-abdi
  • 540
  • 1
  • 7
  • 30
-2
votes
1 answer

Automatically closing browser in kiosk mode after a timeout of some minutes or user inactivity

Operating System: Linux TLXOS Available Browsers: Chromium and Microsoft Edge I am trying to set up a terminal where my my colleagues can log in and browse in our intranet. The goal is to get a browser that opens in kiosk mode and closes itself if…
1 2 3
34
35