added changes from PR

This commit is contained in:
Joseph Knierman
2021-01-27 01:15:26 -08:00
parent 2b4ed8fc08
commit 2539d7794a
3 changed files with 11 additions and 11 deletions

View File

@ -278,8 +278,8 @@ This sample demonstrates that both UWP and Win32 apps can be configured to autom
</AssignedAccessConfiguration>
```
## [Preview] Global Profile Sample XML
Global Profile is currently supported in Windows 10 Insider Preview (20H1 builds). Global Profile is designed for scenarios where a user does not have a designated profile, yet IT Admin still wants the user to run in lockdown mode, or used as mitigation when a profile cannot be determined for a user.
## Global Profile Sample XML
Global profile is currently supported in Windows 10, version 2004 and later. Global Profile is designed for scenarios where a user does not have a designated profile, yet IT Admin still wants the user to run in lockdown mode, or used as mitigation when a profile cannot be determined for a user.
This sample demonstrates that only a global profile is used, no active user configured. Global profile will be applied when every non-admin account logs in
```xml