diff --git a/windows/configuration/kiosk/quickstart-assigned-access-kiosk.md b/windows/configuration/kiosk/assigned-access-quickstart-kiosk.md similarity index 79% rename from windows/configuration/kiosk/quickstart-assigned-access-kiosk.md rename to windows/configuration/kiosk/assigned-access-quickstart-kiosk.md index ec351b7e17..f8689449ef 100644 --- a/windows/configuration/kiosk/quickstart-assigned-access-kiosk.md +++ b/windows/configuration/kiosk/assigned-access-quickstart-kiosk.md @@ -73,47 +73,17 @@ $assignedAccessConfiguration = @" - - - - - - - - - - - - - - - - - - - - + + - + diff --git a/windows/configuration/kiosk/quickstart-assigned-access-restricted-experience.md b/windows/configuration/kiosk/assigned-access-quickstart-restricted-experience.md similarity index 100% rename from windows/configuration/kiosk/quickstart-assigned-access-restricted-experience.md rename to windows/configuration/kiosk/assigned-access-quickstart-restricted-experience.md diff --git a/windows/configuration/kiosk/assigned-access-xsd.md b/windows/configuration/kiosk/assigned-access-xsd.md index 060972f45f..03e835baa3 100644 --- a/windows/configuration/kiosk/assigned-access-xsd.md +++ b/windows/configuration/kiosk/assigned-access-xsd.md @@ -210,43 +210,50 @@ The following is the XSD for Assigned Access in Windows 11: ``` -## Windows 10, version 1809 XSD additions +## Windows 11 additions -The following is the XSD for Assigned Access features added in Windows 10, version 1809: +The following is the XSD for Assigned Access features added in Windows 11: ```xml - + xmlns:vc="http://www.w3.org/2007/XMLSchema-versioning" + vc:minVersion="1.1" + xmlns="http://schemas.microsoft.com/AssignedAccess/2022/config" + xmlns:default="http://schemas.microsoft.com/AssignedAccess/2022/config" + targetNamespace="http://schemas.microsoft.com/AssignedAccess/2022/config" + > - + + + +``` - - - - - - - - +## Windows 10, version 21H2 additions + +The following is the XSD for Assigned Access features added in Windows 10, version 21H2: + +```xml + + + + + + + + + - - - - - - - - - - - - - - ``` @@ -284,49 +291,42 @@ The following is the XSD for Assigned Access features added in Windows 10, versi ``` -## Windows 10, version 21H2 additions +## Windows 10, version 1809 additions -The following is the XSD for Assigned Access features added in Windows 10, version 21H2: +The following is the XSD for Assigned Access features added in Windows 10, version 1809: ```xml - + xmlns="http://schemas.microsoft.com/AssignedAccess/201810/config" + xmlns:default="http://schemas.microsoft.com/AssignedAccess/201810/config" + xmlns:v3="http://schemas.microsoft.com/AssignedAccess/2020/config" targetNamespace="http://schemas.microsoft.com/AssignedAccess/201810/config"> - - + - - - - + + + + + + + + + + + + + + + + + + + + + + -``` - -## Windows 11 additions - -The following is the XSD for Assigned Access features added in Windows 11: - -```xml - - - - - -``` +``` \ No newline at end of file diff --git a/windows/configuration/kiosk/reference.md b/windows/configuration/kiosk/reference.md deleted file mode 100644 index 9eb0e9327c..0000000000 --- a/windows/configuration/kiosk/reference.md +++ /dev/null @@ -1,226 +0,0 @@ ---- -title: Assigned Access reference -description: Learn how to configure Shell Launcher to change the default Windows shell when a user signs in to a device. -ms.topic: reference -ms.date: 12/31/2017 ---- - -# Assigned Access reference - -## XML namespaces - -| Namespace alias | Namespace | -|-|-| -|default|`http://schemas.microsoft.com/AssignedAccess/2017/config`| -|rs5|`http://schemas.microsoft.com/AssignedAccess/201810/config`| -|V2|`http://schemas.microsoft.com/ShellLauncher/2019/Configuration`| -|v3|`http://schemas.microsoft.com/AssignedAccess/2020/config`| -|v4 >> Windows 10 21H2|`http://schemas.microsoft.com/AssignedAccess/2021/config`| -|v5 >> Windows 11 22H2|`http://schemas.microsoft.com/AssignedAccess/2022/config`| - -## default schema - -### Profile - -```xml - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -``` - -#### AllAppList - -```xml - - - - - - - - - - - - - - -``` - -```xml - - - - - - - - - - - - - - - - - - - - - - -``` - -### StartLayout -### Taskbar -### - -### Property - -## rs5 schema - -```xml - - - - - - -``` - -### AutoLaunch (rs5) - -### AutoLaunchArguments (rs5) - -### DisplayName (rs5) - - - -### FileExplorerNamespaceRestrictions (rs5) - - -## v2 Schema - -```xml - - - - - - - - - - - - -``` - -### AppType (v2) - -### AllAppsFullScreen (v2) - - - -## v3 schema - -```xml - - - - - - - -``` - -### AllowRemovableDrives (v3) - -### NoRestriction (v3) - -### Globalprofile (v3) - -If you want everyone who signs into a specific device to be assigned as an access user, even if there's no dedicated profile for that user. Alternatively, perhaps Assigned Access couldn't identify a profile for the user and you want to have a fallback profile. Global profile is designed for these scenarios. - -Usage is demonstrated below, by using the new XML namespace and specifying `GlobalProfile` from that namespace. When you configure `GlobalProfile`, a non-admin account logs in, if this user doesn't have a designated profile in Assigned Access, or Assigned Access fails to determine a profile for current user, a global profile is applied for the user. - -> [!NOTE] -> 1. `GlobalProfile` can only be a multi-app profile. -> 1. Only one `GlobalProfile` can be used in one `AssignedAccess` configuration XML. -> 1. `GlobalProfile` can be used as the only config, or it can be used along with regular user or group config. - -```xml - - - - - ... - - - - - - -``` - -## v4 schema - -```xml - - - - - - - -``` - -### BreakoutSequence - -### ClassicApp -#### ClassicAppPath -#### ClassicAppArguments - -## v5 schema - -### Exclusions - -### StartPins -Type: string - -### TaskbarLayout -Type: string diff --git a/windows/configuration/kiosk/quickstart-shell-launcher-kiosk.md b/windows/configuration/kiosk/shell-launcher-quickstart-kiosk.md similarity index 100% rename from windows/configuration/kiosk/quickstart-shell-launcher-kiosk.md rename to windows/configuration/kiosk/shell-launcher-quickstart-kiosk.md diff --git a/windows/configuration/kiosk/toc.yml b/windows/configuration/kiosk/toc.yml index 80bc2a08c3..ef685e1663 100644 --- a/windows/configuration/kiosk/toc.yml +++ b/windows/configuration/kiosk/toc.yml @@ -4,11 +4,11 @@ items: - name: Quickstarts items: - name: Configure a kiosk with Assigned Access - href: quickstart-assigned-access-kiosk.md + href: assigned-access-quickstart-kiosk.md - name: Configure a restricted user experience with Assigned Access - href: quickstart-assigned-access-restricted-experience.md + href: assigned-access-quickstart-restricted-experience.md - name: Configure a kiosk with Shell Launcher - href: quickstart-shell-launcher-kiosk.md + href: shell-launcher-quickstart-kiosk.md - name: Concepts items: - name: Prepare a device for kiosk configuration