Compare commits

..

2 Commits

Author SHA1 Message Date
b828322da1
docs(kiosk): Updated escape sequence
All checks were successful
Build latest image / build-container (push) Successful in 1m20s
2025-04-12 17:50:53 +02:00
95f8aa6fcd
docs(kiosk): Added printer hints 2025-04-12 17:50:36 +02:00
2 changed files with 13 additions and 1 deletions

View File

@ -12,6 +12,12 @@ So richten Sie den Kiosk für die Veranstaltung ein.
Dies wurde nur auf Windows 11 Pro und Enterprise getestet. Dies wurde nur auf Windows 11 Pro und Enterprise getestet.
{{< /callout >}} {{< /callout >}}
### Voraussetzungen
- Windows 11 Pro oder Enterprise
- Nur ein konfigurierter Drucker oder Belegdrucker als Standarddrucker eingerichtet
- Administratorzugriff auf das System
### Einrichtung ### Einrichtung
1. Laden Sie [psexec](/files/psexec.exe) herunter 1. Laden Sie [psexec](/files/psexec.exe) herunter
@ -27,7 +33,7 @@ So richten Sie den Kiosk für die Veranstaltung ein.
<Profiles> <Profiles>
<Profile Id="{EDB3036B-780D-487D-A375-69369D8A8F78}"> <Profile Id="{EDB3036B-780D-487D-A375-69369D8A8F78}">
<KioskModeApp v4:ClassicAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" v4:ClassicAppArguments="--kiosk https://kiosk.lauf-fuer-kaya.de/ --kiosk-printing --edge-kiosk-type=fullscreen" /> <KioskModeApp v4:ClassicAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" v4:ClassicAppArguments="--kiosk https://kiosk.lauf-fuer-kaya.de/ --kiosk-printing --edge-kiosk-type=fullscreen" />
<v4:BreakoutSequence Key="Ctrl+A" /> <v4:BreakoutSequence Key="Ctrl+E" />
</Profile> </Profile>
</Profiles> </Profiles>
<Configs> <Configs>

View File

@ -12,6 +12,12 @@ How to set up the kiosk for the event.
This is only tested on windows 11 pro and enterprise. This is only tested on windows 11 pro and enterprise.
{{< /callout >}} {{< /callout >}}
### Prerequesites
- Windows 11 Pro or Enterprise
- Only one configured printer or receipt printer configured as default printer
- Admin access to the system
### Setup ### Setup
1. Download [psexec](/files/psexec.exe) 1. Download [psexec](/files/psexec.exe)