How can I lock-down a browser on a Windows 10 single app kiosk?

Elroy 11 Reputation points
2020-08-03T20:04:59.11+00:00

I am designing a Windows 10 Enterprise build 1909 kiosk that will present a web-based app.

The device will auto-login and use the Shell Launcher feature of Windows 10 to launch a browser that opens the URL to the web-based app.

I have got most of this working using a PowerShell script that replaces the Explorer shell with Chrome in kiosk mode. I would like to lock the browser down to prevent access to the file system.

For example, when the browser loads the app, I can press CTRL+O to present the Chrome "Open" dialog box. This includes a browser window that lets me navigate the computer's hard drive where I can double-click and launch Explorer.exe or CMD.exe. I would like to disable all key combinations that might present a dialog box allowing me to access folders and files on the hard drive.

I have downloaded Google's group policy templates from this location: https://support.google.com/chrome/a/answer/187202?hl=en I looked at the list of policies but I do not see one that blocks key combinations like I want.

Is there a way to lock down these Google Chrome key combos? If I were to use Microsoft Edge instead of Chrome would it allow me to prevent key combinations to lock-down a kiosk like I want?

Thanks!
Elroy

Windows 10 Setup
Windows 10 Setup
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Setup: The procedures involved in preparing a software program or application to operate within a computer or mobile device.
1,909 questions
Windows 10 Security
Windows 10 Security
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
2,765 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sean Liming 4,511 Reputation points
    2020-08-03T21:41:49.77+00:00

    Have you tried implementing the Windows KeyboardFilter to block hot keys? It is for windows, but it might be worth a shot to see if it will work in general.
    There appears to be a Chrome add-on that might do the trick: https://windowsloop.com/disable-google-chrome-keyboard-shortcuts/

    1 person found this answer helpful.
    0 comments No comments