docs(kiosk): Add navigation link and correct escape key instruction
All checks were successful
Build latest image / build-container (push) Successful in 1m18s

This commit is contained in:
Nicolai Ort 2025-04-12 18:19:23 +02:00
parent b81a6092f5
commit e05e54fae7
Signed by: niggl
GPG Key ID: 13AFA55AF62F269F
2 changed files with 4 additions and 2 deletions

View File

@ -2,6 +2,7 @@
title: Kiosk Einrichtung
weight: 2
prev: /kiosk
next: /kiosk/config
---
So richten Sie den Kiosk für die Veranstaltung ein.
@ -101,7 +102,7 @@ So richten Sie den Kiosk für die Veranstaltung ein.
### Deinstallation
1. Um den Kiosk-Modus zu verlassen, drücken Sie "Strg+Alt+E"
1. Um den Kiosk-Modus zu verlassen, drücken Sie `Strg+E`
2. Öffnen Sie eine PowerShell mit Administratorrechten
3. Wechseln Sie zum Desktop-Ordner (C:\Users\<Benutzername>\Desktop)
4. Führen Sie den psexec-Befehl aus: `psexec.exe -i -s powershell.exe`

View File

@ -2,6 +2,7 @@
title: Kisok Setup
weight: 2
prev: /kiosk
next: /kiosk/config
---
How to set up the kiosk for the event.
@ -101,7 +102,7 @@ How to set up the kiosk for the event.
### Teardown
1. To escape the experience press "Ctrl+E"
1. To escape the experience press `Ctrl+E`
2. Open a admin windows PowerShell prompt
3. Cd to Desktop (C:\Users\<Username>\Desktop
4. Run the psexec command: `psexec.exe -i -s powershell.exe`