xml format changes added

This commit is contained in:
Joseph Knierman
2020-12-18 11:30:06 -08:00
parent 8805684c54
commit db13660dbe
2 changed files with 4 additions and 4 deletions

View File

@ -634,7 +634,7 @@ Example XML configuration for a Microsoft Edge kiosk. This Edge kiosk s configur
``` ```
Example XML configuration for setting a breakout sequence to be Ctrl+A on a Microsoft Edge kiosk. Example XML configuration for setting a breakout sequence to be Ctrl+A on a Microsoft Edge kiosk.
[!Note] >[!Note]
**BreakoutSequence** can be applied to any kiosk type, not just an Edge kiosk. **BreakoutSequence** can be applied to any kiosk type, not just an Edge kiosk.
```xml ```xml
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
@ -646,7 +646,6 @@ Example XML configuration for setting a breakout sequence to be Ctrl+A on a Micr
<Profile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}"> <Profile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}">
<KioskModeApp v4:ClassicAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" <KioskModeApp v4:ClassicAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe"
v4:ClassicAppArguments="--no-first-run --kiosk-idle-timeout-minutes=5 --kiosk www.bing.com"/> v4:ClassicAppArguments="--no-first-run --kiosk-idle-timeout-minutes=5 --kiosk www.bing.com"/>
<v4:BreakoutSequence Key="Ctrl+A"/> <v4:BreakoutSequence Key="Ctrl+A"/>
</Profile> </Profile>
</Profiles> </Profiles>

View File

@ -264,8 +264,9 @@ This sample demonstrates that both UWP and Win32 apps can be configured to autom
<Profiles> <Profiles>
<Profile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}"> <Profile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}">
<KioskModeApp v4:ClassicAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe" <KioskModeApp v4:ClassicAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe"
v4:ClassicAppArguments="--no-first-run --kiosk-idle-timeout-minutes=5 --kiosk www.youtube.com"/> <KioskModeApp v4:ClassicAppPath="%ProgramFiles(x86)%\Microsoft\Edge\Application\msedge.exe"
<v4:BreakoutSequence Key="Shift+Win"/> v4:ClassicAppArguments="--no-first-run --kiosk-idle-timeout-minutes=5 --kiosk www.bing.com"/>
<v4:BreakoutSequence Key="Ctrl+A"/>
</Profile> </Profile>
</Profiles> </Profiles>
<Configs> <Configs>