mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 20:33:42 +00:00
Add XML examples for Windows 11 kiosk configuration
This commit is contained in:
@ -201,6 +201,7 @@ The following example pins Calculator, Photos, Weather, Calculator, Command Prom
|
|||||||
|
|
||||||
::: zone pivot="windows-11"
|
::: zone pivot="windows-11"
|
||||||
|
|
||||||
|
```xml
|
||||||
<win11:StartPins>
|
<win11:StartPins>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
{
|
{
|
||||||
@ -217,11 +218,10 @@ The following example pins Calculator, Photos, Weather, Calculator, Command Prom
|
|||||||
}
|
}
|
||||||
]]>
|
]]>
|
||||||
</win11:StartPins>
|
</win11:StartPins>
|
||||||
|
```
|
||||||
|
|
||||||
::: zone-end
|
::: zone-end
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
### Taskbar
|
### Taskbar
|
||||||
|
|
||||||
Define whether you want to have the taskbar present in the kiosk device. For tablet-based or touch-enabled All-In-One kiosks, when you don't attach a keyboard and mouse, you can hide the taskbar as part of the multi-app experience if you want.
|
Define whether you want to have the taskbar present in the kiosk device. For tablet-based or touch-enabled All-In-One kiosks, when you don't attach a keyboard and mouse, you can hide the taskbar as part of the multi-app experience if you want.
|
||||||
@ -240,6 +240,8 @@ This is different from the Automatically hide the taskbar option in tablet mode,
|
|||||||
|
|
||||||
## Full XML example
|
## Full XML example
|
||||||
|
|
||||||
|
::: zone pivot="windows-11"
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
<AssignedAccessConfiguration xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
||||||
@ -287,4 +289,5 @@ This is different from the Automatically hide the taskbar option in tablet mode,
|
|||||||
</Config>
|
</Config>
|
||||||
</Configs>
|
</Configs>
|
||||||
</AssignedAccessConfiguration>
|
</AssignedAccessConfiguration>
|
||||||
```
|
```
|
||||||
|
::: zone-end
|
||||||
|
@ -21,6 +21,8 @@ items:
|
|||||||
href: lock-down-windows-11-to-specific-apps.md
|
href: lock-down-windows-11-to-specific-apps.md
|
||||||
- name: How-to guides
|
- name: How-to guides
|
||||||
items:
|
items:
|
||||||
|
- name: Create an Assigned Access XML file
|
||||||
|
href: create-xml.md
|
||||||
- name: Find the AUMID of an installed app
|
- name: Find the AUMID of an installed app
|
||||||
href: find-aumid.md
|
href: find-aumid.md
|
||||||
- name: Use MDM Bridge WMI Provider to create a Windows client kiosk
|
- name: Use MDM Bridge WMI Provider to create a Windows client kiosk
|
||||||
|
Reference in New Issue
Block a user