mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 18:33:43 +00:00
Refactor assigned-access-configuration-file.md: Update GlobalProfile section
This commit is contained in:
@ -777,14 +777,9 @@ This sample demonstrates that both UWP and Win32 apps can be configured to autom
|
|||||||
</AssignedAccessConfiguration>
|
</AssignedAccessConfiguration>
|
||||||
```
|
```
|
||||||
|
|
||||||
## Global Profile Sample XML
|
## `GlobalProfile`
|
||||||
|
|
||||||
Global Profile is supported on:
|
With `GlobalProfile` you can define a profile that will be applied to every non-admin account that signs in. This can be useful in scenarios like front line workers or student devices, where you want to ensure that every user has a consistent experience.
|
||||||
|
|
||||||
- Windows 11
|
|
||||||
- Windows 10, version 2004 and later
|
|
||||||
|
|
||||||
Global Profile is designed for scenarios where a user doesn't have a designated profile, yet you still want the user to run in lockdown mode. It's also used as mitigation when a profile can't be determined for a user.
|
|
||||||
|
|
||||||
This sample demonstrates that only a global profile is used, with no active user configured. Global Profile will be applied when every non-admin account signs in.
|
This sample demonstrates that only a global profile is used, with no active user configured. Global Profile will be applied when every non-admin account signs in.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user