mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-16 19:03:46 +00:00
xml format changes added
This commit is contained in:
@ -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>
|
||||||
|
@ -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>
|
||||||
|
Reference in New Issue
Block a user