May 25 2022 05:33 PM
I'm building out a single app kiosk profile running Edge in public browsing mode, as part of that I'm enabling the "Kiosk Address Bar Editing Enabled" option (see link below to setting detail) but the setting doesn't appear to work, has anyone had success applying this kiosk setting in a config profile?
Thanks,
Jamie
May 27 2022 02:48 AM - edited May 27 2022 02:48 AM
I've been using the Browser CSP for this. "Browser/ConfigureKioskMode" is what you seem to be looking for. If set to "1", this basically executes Edge like this, which will also activate a whole set of policies for restrictions:
msedge.exe --edge-kiosk-type=public-browsing
It's also available in the "Kiosk" configuration profile template, when you select "Add Microsoft Edge browse" as the application type.
To quote the docs:
May 31 2022 04:40 PM