editorial revision, add note

This commit is contained in:
Aaron Czechowski
2022-05-03 15:12:40 -07:00
committed by GitHub
parent 350f70348a
commit d9af20b894

View File

@ -1,7 +1,6 @@
--- ---
title: AssignedAccess CSP title: AssignedAccess CSP
description: The AssignedAccess configuration service provider (CSP) is used set the device to run in kiosk mode. description: The AssignedAccess configuration service provider (CSP) is used set the device to run in kiosk mode.
ms.assetid: 421CC07D-6000-48D9-B6A3-C638AAF83984
ms.reviewer: ms.reviewer:
manager: dansimp manager: dansimp
ms.author: dansimp ms.author: dansimp
@ -9,7 +8,7 @@ ms.topic: article
ms.prod: w10 ms.prod: w10
ms.technology: windows ms.technology: windows
author: dansimp author: dansimp
ms.date: 09/18/2018 ms.date: 05/03/2022
--- ---
# AssignedAccess CSP # AssignedAccess CSP
@ -1233,7 +1232,12 @@ ShellLauncherConfiguration Add
</SyncML> </SyncML>
``` ```
ShellLauncherConfiguration Add AutoLogon, this will create an autologon account (standard user, no password) on your behalf. The autologon account is managed by AssignedAccessCSP so the account name is not exposed. ShellLauncherConfiguration Add AutoLogon
This function creates an autologon account on your behalf. It's a standard user with no password. The autologon account is managed by AssignedAccessCSP, so the account name isn't exposed.
> [!Note]
> The autologon function is designed to be used after OOBE with provisioning packages.
```xml ```xml
<SyncML xmlns='SYNCML:SYNCML1.2'> <SyncML xmlns='SYNCML:SYNCML1.2'>
@ -1480,4 +1484,4 @@ This example configures the following apps: Skype, Learning, Feedback Hub, and C
## Related topics ## Related topics
[Configuration service provider reference](configuration-service-provider-reference.md) [Configuration service provider reference](configuration-service-provider-reference.md)