mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 13:27:23 +00:00
Update kiosk-xml.md
Made changes to the XML Fixes#https://github.com/MicrosoftDocs/windows-itpro-docs/issues/11352
This commit is contained in:
parent
4f9fa06f22
commit
1a06ffe368
@ -259,10 +259,8 @@ This sample demonstrates that both UWP and Win32 apps can be configured to autom
|
|||||||
xmlns:v4="http://schemas.microsoft.com/AssignedAccess/2021/config"
|
xmlns:v4="http://schemas.microsoft.com/AssignedAccess/2021/config"
|
||||||
>
|
>
|
||||||
<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.bing.com" />
|
||||||
<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:BreakoutSequence Key="Ctrl+A"/>
|
<v4:BreakoutSequence Key="Ctrl+A"/>
|
||||||
</Profile>
|
</Profile>
|
||||||
</Profiles>
|
</Profiles>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user