Forum Discussion
JamieHosley
Jul 12, 2021Brass Contributor
Multi-app kiosk configuration
Has anyone had success with configuring a multi-app kiosk with Intune. I'm especially having problems with Edge, for a quick test I've done Calculator and Edge as the two apps allowed to run, running...
JamieHosley
Brass Contributor
Thanks Nathan, I'll give it a read. And I'll do some more research, I have reached out to some MS contacts we have on the Edge team to see if they know of any reason why the browser won't launch.
Nathan Blasac
Jul 12, 2021Iron Contributor
Sounds like a plan! Make sure you are using -UseDesktopApplicationID when exporting the startlayout.
Export-StartLayout -Path 'C:\StartLayout.xml' -UseDesktopApplicationID
Export-StartLayout -Path 'C:\StartLayout.xml' -UseDesktopApplicationID
- JamieHosleyJul 13, 2021Brass Contributor
So I was able to get this working finally, using the Microsoft Edge option that's built-in when configuring the kiosk (I've circled it in the attached image) doesn't seem to work as Edge never launches when clicking on its tile. Instead I added Edge as a Win32 application and that is working.
- Nathan BlasacJul 13, 2021Iron ContributorVery nice! Good Work. How did you end up building the start layout?
- JamieHosleyJul 19, 2021Brass ContributorSorry for the delay in coming back to the thread.
As far as the start layout in the multi-app kiosk config there's a default option to have the app tiles on a full-page start menu so I went with that and didn't do a customized layout.
I also followed up on this with a Microsoft resource and according to them for that built-in Edge option to work Edge has to be assigned to the machine in Intune (something I'm unable to do currently because the client apps workload in our environment is still Configuration Manager only).
One small bug I found is that if the show taskbar option is selected File Explorer will sometimes be displayed on the taskbar, seems to show up randomly after reboots.
- DaveBilangDec 14, 2021Copper ContributorUnbelievable.. this bug still exists.. but thanks for the workaround