Compare commits
No commits in common. "09853639cdd89c84fe1091c2cde33520dd814318" and "3e7e82c8b50271b8f99d5346fdc09486c854d1cd" have entirely different histories.
09853639cd
...
3e7e82c8b5
@ -60,14 +60,10 @@ menu:
|
||||
name: Scannerstationen
|
||||
pageRef: /scanstation
|
||||
weight: 4
|
||||
- identifier: kiosk
|
||||
name: Kiosk
|
||||
pageRef: /kiosk
|
||||
weight: 5
|
||||
- identifier: beamershow
|
||||
name: Beamershow
|
||||
pageRef: /beamershow
|
||||
weight: 6
|
||||
weight: 5
|
||||
- name: Suche
|
||||
identifier: search
|
||||
weight: 6
|
||||
|
@ -49,12 +49,6 @@ layout: hextra-home
|
||||
style="background: radial-gradient(ellipse at 50% 80%,rgba(59,221,210,0.15),hsla(0,0%,100%,0));"
|
||||
link="./scanstation"
|
||||
>}}
|
||||
{{< hextra/feature-card
|
||||
title="Kiosk"
|
||||
subtitle="Anmeldekiosk für den Bürgerlauf vor Ort."
|
||||
style="background: radial-gradient(ellipse at 50% 80%,rgba(53,142,74,0.15),hsla(0,0%,100%,0));"
|
||||
link="./kiosk"
|
||||
>}}
|
||||
{{< hextra/feature-card
|
||||
title="Beamershow"
|
||||
subtitle="Aktuelle Statistiken und Toplisten zum Event."
|
||||
|
@ -49,12 +49,6 @@ layout: hextra-home
|
||||
style="background: radial-gradient(ellipse at 50% 80%,rgba(59,221,210,0.15),hsla(0,0%,100%,0));"
|
||||
link="./scanstation"
|
||||
>}}
|
||||
{{< hextra/feature-card
|
||||
title="Kiosk"
|
||||
subtitle="Self-service kiosk for the citizen run on site."
|
||||
style="background: radial-gradient(ellipse at 50% 80%,rgba(53,142,74,0.15),hsla(0,0%,100%,0));"
|
||||
link="./kiosk"
|
||||
>}}
|
||||
{{< hextra/feature-card
|
||||
title="Beamer Show"
|
||||
subtitle="Current statistics and top lists for the event."
|
||||
|
@ -17,8 +17,8 @@ So richten Sie den Kiosk für die Veranstaltung ein.
|
||||
1. Laden Sie [psexec](/files/psexec.exe) herunter
|
||||
2. Öffnen Sie eine PowerShell mit Administratorrechten
|
||||
3. Wechseln Sie zum Download-Ordner `cd C:\Users\<Benutzername>\Downloads`
|
||||
4. Führe den psexec-Befehl aus: `.\psexec.exe -i -s powershell.exe`
|
||||
5. Führe das folgende Skript aus
|
||||
4. Führen Sie den psexec-Befehl aus: `.\psexec.exe -i -s powershell.exe`
|
||||
5. Führen Sie das folgende Skript aus
|
||||
|
||||
```powershell
|
||||
$assignedAccessConfiguration = @"
|
||||
@ -26,7 +26,7 @@ So richten Sie den Kiosk für die Veranstaltung ein.
|
||||
<AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config" xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config" xmlns:v4="http://schemas.microsoft.com/AssignedAccess/2021/config">
|
||||
<Profiles>
|
||||
<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 http://10.1.1.90:5173/ --kiosk-printing --edge-kiosk-type=fullscreen" />
|
||||
<v4:BreakoutSequence Key="Ctrl+A" />
|
||||
</Profile>
|
||||
</Profiles>
|
||||
@ -46,20 +46,7 @@ So richten Sie den Kiosk für die Veranstaltung ein.
|
||||
Set-CimInstance -CimInstance $obj
|
||||
```
|
||||
|
||||
6. Öffne die Windows Befehlseingabe (cmd) mit Administratorrechten und führe diese Befehle aus, um den Energiesparmodus zu deaktivieren
|
||||
|
||||
```batch
|
||||
powercfg.exe -x -monitor-timeout-ac 0
|
||||
powercfg.exe -x -monitor-timeout-dc 0
|
||||
powercfg.exe -x -disk-timeout-ac 0
|
||||
powercfg.exe -x -disk-timeout-dc 0
|
||||
powercfg.exe -x -standby-timeout-ac 0
|
||||
powercfg.exe -x -standby-timeout-dc 0
|
||||
powercfg.exe -x -hibernate-timeout-ac 0
|
||||
powercfg.exe -x -hibernate-timeout-dc 0
|
||||
```
|
||||
|
||||
7. Reboot via `shutdown /r /t 0`
|
||||
6. Starten Sie den Computer neu
|
||||
|
||||
### Deinstallation
|
||||
|
||||
|
@ -26,8 +26,8 @@ How to set up the kiosk for the event.
|
||||
<AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config" xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config" xmlns:v4="http://schemas.microsoft.com/AssignedAccess/2021/config">
|
||||
<Profiles>
|
||||
<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" />
|
||||
<v4:BreakoutSequence Key="Ctrl+E" />
|
||||
<KioskModeApp v4:ClassicAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" v4:ClassicAppArguments="--kiosk http://10.1.1.90:5173/ --kiosk-printing --edge-kiosk-type=fullscreen" />
|
||||
<v4:BreakoutSequence Key="Ctrl+A" />
|
||||
</Profile>
|
||||
</Profiles>
|
||||
<Configs>
|
||||
@ -46,24 +46,11 @@ How to set up the kiosk for the event.
|
||||
Set-CimInstance -CimInstance $obj
|
||||
```
|
||||
|
||||
6. Open a new admin command prompt (cmd) an run these commands to turn off sleep
|
||||
|
||||
```batch
|
||||
powercfg.exe -x -monitor-timeout-ac 0
|
||||
powercfg.exe -x -monitor-timeout-dc 0
|
||||
powercfg.exe -x -disk-timeout-ac 0
|
||||
powercfg.exe -x -disk-timeout-dc 0
|
||||
powercfg.exe -x -standby-timeout-ac 0
|
||||
powercfg.exe -x -standby-timeout-dc 0
|
||||
powercfg.exe -x -hibernate-timeout-ac 0
|
||||
powercfg.exe -x -hibernate-timeout-dc 0
|
||||
```
|
||||
|
||||
7. Reboot via `shutdown /r /t 0`
|
||||
6. Reboot
|
||||
|
||||
### Teardown
|
||||
|
||||
1. To escape the experience press "Ctrl+E"
|
||||
1. To escape the experience press "Ctrl+Alt+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`
|
||||
|
@ -2,7 +2,6 @@ user: User
|
||||
admin: Administrators
|
||||
selfservice: Selfservice
|
||||
scanstation: Scanning Stations
|
||||
kiosk: Kiosk
|
||||
beamershow: Beamer Show
|
||||
search: Search
|
||||
editThisPage: "Edit this page →"
|
||||
|
Loading…
x
Reference in New Issue
Block a user