mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-19 12:23:37 +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"
|
||||
|
||||
```xml
|
||||
<win11:StartPins>
|
||||
<![CDATA[
|
||||
{
|
||||
@ -217,11 +218,10 @@ The following example pins Calculator, Photos, Weather, Calculator, Command Prom
|
||||
}
|
||||
]]>
|
||||
</win11:StartPins>
|
||||
```
|
||||
|
||||
::: zone-end
|
||||
|
||||
|
||||
|
||||
### 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.
|
||||
@ -240,6 +240,8 @@ This is different from the Automatically hide the taskbar option in tablet mode,
|
||||
|
||||
## Full XML example
|
||||
|
||||
::: zone pivot="windows-11"
|
||||
|
||||
```xml
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
<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>
|
||||
</Configs>
|
||||
</AssignedAccessConfiguration>
|
||||
```
|
||||
```
|
||||
::: zone-end
|
||||
|
@ -21,6 +21,8 @@ items:
|
||||
href: lock-down-windows-11-to-specific-apps.md
|
||||
- name: How-to guides
|
||||
items:
|
||||
- name: Create an Assigned Access XML file
|
||||
href: create-xml.md
|
||||
- name: Find the AUMID of an installed app
|
||||
href: find-aumid.md
|
||||
- name: Use MDM Bridge WMI Provider to create a Windows client kiosk
|
||||
|
Reference in New Issue
Block a user