13 KiB
title, description, ms.assetid, ms.reviewer, manager, keywords, ms.prod, ms.mktglfcycl, ms.sitesec, ms.pagetype, author, ms.author, ms.topic, ms.localizationpriority, ms.date
title | description | ms.assetid | ms.reviewer | manager | keywords | ms.prod | ms.mktglfcycl | ms.sitesec | ms.pagetype | author | ms.author | ms.topic | ms.localizationpriority | ms.date | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Lock down settings and quick actions in Windows 10 Mobile | This topic lists the settings and quick actions that can be locked down in Windows 10 Mobile. | 69E2F202-D32B-4FAC-A83D-C3051DF02185 | dansimp |
|
w10 | manage | library | mobile | greg-lindsay | greglin | article | medium | 07/27/2017 |
Settings and quick actions that can be locked down in Windows 10 Mobile
Applies to
- Windows 10 Mobile
This topic lists the settings and quick actions that can be locked down in Windows 10 Mobile.
Settings lockdown in Windows 10, version 1703
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.
For example, in place of SettingsPageDisplay, you would use ms-settings:display.
See the ms-settings: URI scheme reference to find the URI for each Settings page.
Settings lockdown in Windows 10, version 1607 and earlier
You can use Lockdown.xml to configure lockdown settings.
The following table lists the settings pages and page groups. Use the page name in the Settings section of Lockdown.xml. The Settings section contains an allow list of pages in the Settings app.
Main menu | Sub-menu | Page name |
---|---|---|
System | SettingsPageGroupPCSystem | |
Display | SettingsPageDisplay | |
Notifications & actions | SettingsPageAppsNotifications | |
Phone | SettingsPageCalls | |
Messaging | SettingsPageMessaging | |
Battery | SettingsPageBatterySaver | |
Apps for websites | SettingsPageAppsForWebsites | |
Storage | SettingsPageStorageSenseStorageOverview | |
Driving mode | SettingsPageDrivingMode | |
Offline maps | SettingsPageMaps | |
About | SettingsPagePCSystemInfo | |
Devices | SettingsPageGroupDevices | |
Default camera | SettingsPagePhotos | |
Bluetooth | SettingsPagePCSystemBluetooth | |
NFC | SettingsPagePhoneNFC | |
Mouse | SettingsPageMouseTouchpad | |
USB | SettingsPageUsb | |
Network and wireless | SettingsPageGroupNetwork | |
Cellular & SIM | SettingsPageNetworkCellular | |
Wi-Fi | SettingsPageNetworkWiFi | |
Airplane mode | SettingsPageNetworkAirplaneMode | |
Data usage | SettingsPageDataSenseOverview | |
Mobile hotspot | SettingsPageNetworkMobileHotspot | |
VPN | SettingsPageNetworkVPN | |
Personalization | SettingsPageGroupPersonalization | |
Start | SettingsPageBackGround | |
Colors | SettingsPageColors | |
Sounds | SettingsPageSounds | |
Lock screen | SettingsPageLockscreen | |
Glance screen | SettingsPageGlance | |
Navigation bar | SettingsNagivationBar | |
Accounts | SettingsPageGroupAccounts | |
Your info | SettingsPageAccountsPicture | |
Sign-in options | SettingsPageAccountsSignInOptions | |
Email & app accounts | SettingsPageAccountsEmailApp | |
Access work or school | SettingsPageWorkAccess | |
Sync your settings | SettingsPageAccountsSync | |
Apps corner (disabled in Assigned Access) |
SettingsPageAppsCorner | |
Time & language | SettingsPageGroupTimeRegion | |
Date & time | SettingsPageTimeRegionDateTime | |
Language | SettingsPageTimeLanguage | |
Region | SettingsPageTimeRegion | |
Keyboard | SettingsPageKeyboard | |
Speech | SettingsPageSpeech | |
Ease of access | SettingsPageGroupEaseOfAccess | |
Narrator | SettingsPageEaseOfAccessNarrator | |
Magnifier | SettingsPageEaseOfAccessMagnifier | |
High contrast | SettingsPageEaseOfAccessHighContrast | |
Closed captions | SettingsPageEaseOfAccessClosedCaptioning | |
More options | SettingsPageEaseOfAccessMoreOptions | |
Privacy | SettingsPageGroupPrivacy | |
Location | SettingsPagePrivacyLocation | |
Camera | SettingsPagePrivacyWebcam | |
Microphone | SettingsPagePrivacyMicrophone | |
Motion | SettingsPagePrivacyMotionData | |
Notifications | SettingsPagePrivacyNotifications | |
Speech. inking, & typing | SettingsPagePrivacyPersonalization | |
Account info | SettingsPagePrivacyAccountInfo | |
Contacts | SettingsPagePrivacyContacts | |
Calendar | SettingsPagePrivacyCalendar | |
Phone calls | SettingsPagePrivacyPhoneCall | |
Call history | SettingsPagePrivacyCallHistory | |
SettingsPagePrivacyEmail | ||
Messaging | SettingsPagePrivacyMessaging | |
Radios | SettingsPagePrivacyRadios | |
Continue App Experiences | SettingsPagePrivacyCDP | |
Background apps | SettingsPagePrivacyBackgroundApps | |
Accessory apps | SettingsPageAccessories | |
Advertising ID | SettingsPagePrivacyAdvertisingId | |
Other devices | SettingsPagePrivacyCustomPeripherals | |
Feedback and diagnostics | SettingsPagePrivacySIUFSettings | |
Update and security | SettingsPageGroupRestore | |
Phone update | SettingsPageRestoreMusUpdate | |
Windows Insider Program | SettingsPageFlights | |
Device encryption | SettingsPageGroupPCSystemDeviceEncryption | |
Backup | SettingsPageRestoreOneBackup | |
Find my phone | SettingsPageFindMyDevice | |
For developers | SettingsPageSystemDeveloperOptions | |
OEM | SettingsPageGroupExtensibility | |
Extensibility | SettingsPageExtensibility |
Quick actions lockdown
Quick action buttons are locked down in exactly the same way as Settings pages/groups. By default they are always conditional.
You can specify the quick actions as follows:
<Settings>
<System name="QuickActions_Launcher_AllSettings" />
<System name="QuickActions_Launcher_DeviceDiscovery" />
<System name="SystemSettings_BatterySaver_LandingPage_OverrideControl" />
<System name="SystemSettings_Device_BluetoothQuickAction"/>
<System name="SystemSettings_Flashlight_Toggle"/>
<System name="SystemSettings_Launcher_QuickNote" />
<System name="SystemSettings_Network_VPN_QuickAction"/>
<System name="SystemSettings_Privacy_LocationEnabledUserPhone"/>
<System name="SystemSettings_QuickAction_AirplaneMode"/>
<System name="SystemSettings_QuickAction_Camera" />
<System name="SystemSettings_QuickAction_CellularData"/>
<System name="SystemSettings_QuickAction_InternetSharing"/>
<System name="SystemSettings_QuickAction_QuietHours" />
<System name="SystemSettings_QuickAction_WiFi"/>
<System name="SystemSettings_System_Display_Internal_Rotation"/>
<System name="SystemSettings_System_Display_QuickAction_Brightness"/>
</Settings>
Related topics
Configure Windows 10 Mobile using Lockdown XML
Product IDs in Windows 10 Mobile