docs(kiosk): Added sleep hints
This commit is contained in:
@@ -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 http://10.1.1.90:5173/ --kiosk-printing --edge-kiosk-type=fullscreen" />
|
||||
<v4:BreakoutSequence Key="Ctrl+A" />
|
||||
<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" />
|
||||
</Profile>
|
||||
</Profiles>
|
||||
<Configs>
|
||||
@@ -46,11 +46,24 @@ How to set up the kiosk for the event.
|
||||
Set-CimInstance -CimInstance $obj
|
||||
```
|
||||
|
||||
6. Reboot
|
||||
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`
|
||||
|
||||
### Teardown
|
||||
|
||||
1. To escape the experience press "Ctrl+Alt+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`
|
||||
|
||||
Reference in New Issue
Block a user