mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 11:53:37 +00:00
URI in examples
This commit is contained in:
@ -332,20 +332,22 @@ The **Settings** section contains an `allow` list of pages in the Settings app.
|
|||||||
<!-- Allow all settings -->
|
<!-- Allow all settings -->
|
||||||
</Settings>
|
</Settings>
|
||||||
```
|
```
|
||||||
In the following example, all system setting pages are enabled.
|
In earlier versions of Windows 10, you used the page name to define allowed settings. Starting in Windows 10, version 1703, you use the settings URI.
|
||||||
|
|
||||||
|
In the following example for Windows 10, version 1703, all system setting pages are enabled.
|
||||||
|
|
||||||
```xml
|
```xml
|
||||||
<Settings>
|
<Settings>
|
||||||
<System name="SettingsPageGroupPCSystem" />
|
<System name="ms-settings:screenrotation" />
|
||||||
<System name="SettingsPageDisplay" />
|
<System name="ms-settings:notifications" />
|
||||||
<System name="SettingsPageAppsNotifications" />
|
<System name="ms-settings:phone" />
|
||||||
<System name="SettingsPageCalls" />
|
<System name="ms-settings:messaging" />
|
||||||
<System name="SettingsPageMessaging" />
|
<System name="ms-settings:batterysaver" />
|
||||||
<System name="SettingsPageBatterySaver" />
|
<System name="ms-settings:batterysaver-usagedetails" />
|
||||||
<System name="SettingsPageStorageSenseStorageOverview" />
|
<System name="ms-settings:powersleep" />
|
||||||
<System name="SettingsPageGroupPCSystemDeviceEncryption" />
|
<System name="ms-settings:about" />
|
||||||
<System name="SettingsPageDrivingMode" />
|
<System name="ms-settings:deviceencryption" />
|
||||||
<System name="SettingsPagePCSystemInfo" />
|
<System name="ms-settings:maps" />
|
||||||
</Settings>
|
</Settings>
|
||||||
```
|
```
|
||||||
|
|
||||||
@ -605,13 +607,12 @@ To push lockdown settings to enrolled devices, use the AssignedAccessXML setting
|
|||||||
<!-- Quick actions: Brightness, Rotation -->
|
<!-- Quick actions: Brightness, Rotation -->
|
||||||
<System name="SystemSettings_System_Display_QuickAction_Brightness"/>
|
<System name="SystemSettings_System_Display_QuickAction_Brightness"/>
|
||||||
<System name="SystemSettings_System_Display_Internal_Rotation"/>
|
<System name="SystemSettings_System_Display_Internal_Rotation"/>
|
||||||
<!-- Brightness+Rotation, About -->
|
<!-- Rotation, About -->
|
||||||
<System name="SettingsPageGroupPCSystem"/>
|
<System name="ms-settings:screenrotation"/>
|
||||||
<System name="SettingsPageDisplay"/>
|
<System name="ms-settings:about"/>
|
||||||
<System name="SettingsPagePCSystemInfo"/>
|
|
||||||
<!-- Ringtones, sounds -->
|
<!-- Ringtones, sounds -->
|
||||||
<System name="SettingsPageGroupPersonalization"/>
|
<System name="ms-settings:personalizationn"/>
|
||||||
<System name="SettingsPageSounds"/>
|
<System name="ms-settings:sounds"/>
|
||||||
</Settings>
|
</Settings>
|
||||||
<Tiles>
|
<Tiles>
|
||||||
<EnableTileManipulation/>
|
<EnableTileManipulation/>
|
||||||
@ -706,17 +707,16 @@ To push lockdown settings to enrolled devices, use the AssignedAccessXML setting
|
|||||||
<DisableMenuItems/>
|
<DisableMenuItems/>
|
||||||
</MenuItems>
|
</MenuItems>
|
||||||
<Settings>
|
<Settings>
|
||||||
<!-- Brightness+Rotation, Notifications, About -->
|
<!-- Rotation, Notifications, About -->
|
||||||
<System name="SettingsPageGroupPCSystem"/>
|
<System name="ms-settings:screenrotation"/>
|
||||||
<System name="SettingsPageAppsNotifications"/>
|
<System name="ms-settings:notifications"/>
|
||||||
<System name="SettingsPageDisplay"/>
|
<System name="ms-settings:about"/>
|
||||||
<System name="SettingsPagePCSystemInfo"/>
|
|
||||||
<!-- Ringtones, sounds -->
|
<!-- Ringtones, sounds -->
|
||||||
<System name="SettingsPageGroupPersonalization"/>
|
<System name="ms-settings:personalization"/>
|
||||||
<System name="SettingsPageSounds"/>
|
<System name="ms-settings:sounds"/>
|
||||||
<!-- Workplace -->
|
<!-- Workplace -->
|
||||||
<System name="SettingsPageGroupAccounts"/>
|
<System name="ms-settings:workplace"/>
|
||||||
<System name="SettingsPageAccountsWorkplace"/>
|
<System name="ms-settings:emailandaccounts"/>
|
||||||
</Settings>
|
</Settings>
|
||||||
</Role>
|
</Role>
|
||||||
<Role guid="{7bb62e8c-81ba-463c-b691-74af68230b42}" name="Manager">
|
<Role guid="{7bb62e8c-81ba-463c-b691-74af68230b42}" name="Manager">
|
||||||
|
Reference in New Issue
Block a user