An example Windows 11 Kiosk.
Execute the following instructions in a Ubuntu 24.04 host.
Install the windows-11-24h2-uefi-amd64 vagrant box.
Start the vagrant environment:
vagrant up --no-destroy-on-error --no-ttyAt the machine console you should see the WindowsKioskTestApp application running in full screen mode.
Try executing the calculator.
Then try executing the other applications, they should fail to execute with an error like This program is blocked by group policy due to the App Locker policy that is applied to the Kiosk user.
When you are done, destroy the vagrant environment:
vagrant destroy -f- Quickstart: configure a kiosk with Shell Launcher
- Configure Shell Launcher
- Unbranded Boot
- Keyboard Filter
- Application Control for Windows
- AppLocker
- You can use the
Local Security Policyeditor to edit the current policy.- Select the
Security Settingstree node. - Select the
Application Control Policiestree node. - Select the
AppLockertree node. - Select the
Executable Rulestree node. - On the right hand pane, right click to open the context menu, then select
Create Default Rules. - On the left hand pane, select the
AppLockertree node, then selectExport Policy...to save the policy as a XML document file.- Or use the
Get-AppLockerPolicy -Local -Xmlcmdlet.
- Or use the
- Select the
- You can use the
- AppLocker
- Also see: