Hey everyone, I'm working on a project for a client who needs to set up kiosk machines. They want to know if it's feasible to boot a minimal version of Windows through the network and automatically load a kiosk browser. I've been exploring Windows 11 IoT but hit a snag when trying to create a bootable WIM file. I encountered a Windows boot manager error (0xc0000428). Is there a guide available to help me put this all together? Any advice would be greatly appreciated!
5 Answers
Why not try PXE booting Ubuntu for your kiosk setup? It'll generally be smoother than Windows.
Have you considered using Deepfreeze? It might ease your kiosk mode requirements, keeping the setup secured without letting non-admins make permanent changes. You could set auto-reboot times for extra security, too.
We run our kiosks using iSCSI booting from off-site locations. It works great, even with slower internet connections. The initial boot might take longer because of lower disk bandwidth, but performance stabilizes after that. You might want to consider this option, especially if your setup involves networking over the internet.
Are you trying to run a kiosk webpage or a Windows app? If it's a webpage, a locked-down browser on Linux could be an easier fix. But if you're set on using Windows, you might be on the right track with your idea.
I'm going with a webpage, needing it on Edge or Chrome in a locked account. Windows 11 IoT can handle that part.
Have you thought about getting a thin client? It could simplify your setup!
We tried Linux, but we're stuck because the kiosk needs to work with a USB signature pad for signing forms, and that hasn't worked out for us.