mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-16 23:37:22 +00:00
201810 > 201809
This commit is contained in:
parent
64b87ce535
commit
2a7fc3eadd
@ -30,7 +30,7 @@ ms.topic: article
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<AssignedAccessConfiguration
|
<AssignedAccessConfiguration
|
||||||
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
||||||
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config"
|
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201809/config"
|
||||||
>
|
>
|
||||||
<Profiles>
|
<Profiles>
|
||||||
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
|
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
|
||||||
@ -147,7 +147,7 @@ ms.topic: article
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<AssignedAccessConfiguration
|
<AssignedAccessConfiguration
|
||||||
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
||||||
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config"
|
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201809/config"
|
||||||
>
|
>
|
||||||
<Profiles>
|
<Profiles>
|
||||||
<Profile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}">
|
<Profile Id="{AFF9DA33-AE89-4039-B646-3A5706E92957}">
|
||||||
@ -176,11 +176,11 @@ ms.topic: article
|
|||||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||||
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
||||||
xmlns:default="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
xmlns:default="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
||||||
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config"
|
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201809/config"
|
||||||
targetNamespace="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
targetNamespace="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
||||||
>
|
>
|
||||||
|
|
||||||
<xs:import namespace="http://schemas.microsoft.com/AssignedAccess/201810/config"/>
|
<xs:import namespace="http://schemas.microsoft.com/AssignedAccess/201809/config"/>
|
||||||
|
|
||||||
<xs:complexType name="profile_list_t">
|
<xs:complexType name="profile_list_t">
|
||||||
<xs:sequence minOccurs="1" >
|
<xs:sequence minOccurs="1" >
|
||||||
@ -348,9 +348,9 @@ ms.topic: article
|
|||||||
<xs:schema
|
<xs:schema
|
||||||
elementFormDefault="qualified"
|
elementFormDefault="qualified"
|
||||||
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
xmlns:xs="http://www.w3.org/2001/XMLSchema"
|
||||||
xmlns="http://schemas.microsoft.com/AssignedAccess/201810/config"
|
xmlns="http://schemas.microsoft.com/AssignedAccess/201809/config"
|
||||||
xmlns:default="http://schemas.microsoft.com/AssignedAccess/201810/config"
|
xmlns:default="http://schemas.microsoft.com/AssignedAccess/201809/config"
|
||||||
targetNamespace="http://schemas.microsoft.com/AssignedAccess/201810/config"
|
targetNamespace="http://schemas.microsoft.com/AssignedAccess/201809/config"
|
||||||
>
|
>
|
||||||
|
|
||||||
<xs:complexType name="fileExplorerNamespaceRestrictions_t">
|
<xs:complexType name="fileExplorerNamespaceRestrictions_t">
|
||||||
|
@ -29,7 +29,7 @@ The following table lists changes to multi-app kiosk in recent updates.
|
|||||||
New features and improvements | In update
|
New features and improvements | In update
|
||||||
--- | ---
|
--- | ---
|
||||||
- Configure [a single-app kiosk profile](#profile) in your XML file<br><br>- Assign [group accounts to a config profile](#config-for-group-accounts)<br><br>- Configure [an account to sign in automatically](#config-for-autologon-account) | Windows 10, version 1803
|
- Configure [a single-app kiosk profile](#profile) in your XML file<br><br>- Assign [group accounts to a config profile](#config-for-group-accounts)<br><br>- Configure [an account to sign in automatically](#config-for-autologon-account) | Windows 10, version 1803
|
||||||
- Explicitly allow [some known folders when user opens file dialog box](#FileExplorerNamespaceRestrictions)<br><br>- [Automatically launch an app](#allowedapps) when the user signs in<br><br>- Configure a [display name for the autologon account](#config-for-autologon-account) | Windows 10, version 1809<br><br>**Important:** To use features released in Windows 10, version 1809, make sure that [your XML file](#create-xml-file) references `http://schemas.microsoft.com/AssignedAccess/201810/config`.
|
- Explicitly allow [some known folders when user opens file dialog box](#FileExplorerNamespaceRestrictions)<br><br>- [Automatically launch an app](#allowedapps) when the user signs in<br><br>- Configure a [display name for the autologon account](#config-for-autologon-account) | Windows 10, version 1809<br><br>**Important:** To use features released in Windows 10, version 1809, make sure that [your XML file](#create-xml-file) references `http://schemas.microsoft.com/AssignedAccess/201809/config`.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@ -110,7 +110,7 @@ You can start your file by pasting the following XML (or any other examples in t
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<AssignedAccessConfiguration
|
<AssignedAccessConfiguration
|
||||||
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
||||||
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config"
|
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201809/config"
|
||||||
>
|
>
|
||||||
<Profiles>
|
<Profiles>
|
||||||
<Profile Id="">
|
<Profile Id="">
|
||||||
@ -220,7 +220,7 @@ The following example shows how to allow user access to the Downloads folder in
|
|||||||
<?xml version="1.0" encoding="utf-8" ?>
|
<?xml version="1.0" encoding="utf-8" ?>
|
||||||
<AssignedAccessConfiguration
|
<AssignedAccessConfiguration
|
||||||
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
xmlns="http://schemas.microsoft.com/AssignedAccess/2017/config"
|
||||||
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201810/config"
|
xmlns:rs5="http://schemas.microsoft.com/AssignedAccess/201809/config"
|
||||||
> <Profiles>
|
> <Profiles>
|
||||||
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
|
<Profile Id="{9A2A490F-10F6-4764-974A-43B19E722C23}">
|
||||||
<AllAppsList>
|
<AllAppsList>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user