diff --git a/hub/apps/develop/launch/launch-settings.md b/hub/apps/develop/launch/launch-settings.md index 7b61c8bbf9..6593cf12dc 100644 --- a/hub/apps/develop/launch/launch-settings.md +++ b/hub/apps/develop/launch/launch-settings.md @@ -1,7 +1,7 @@ --- title: Launch Windows Settings description: Learn how to launch Windows Settings from your Windows apps using the ms-settings URI scheme. -ms.date: 01/11/2025 +ms.date: 07/17/2026 ms.topic: concept-article keywords: windows 10, windows, settings, windows 11, uwp, uri ms.localizationpriority: medium @@ -92,281 +92,281 @@ The following sections describe different categories of ms-settings URIs used to |Settings page| URI | |-------------|-----| -| Access work or school | ms-settings:workplace | -| Email & app accounts | ms-settings:emailandaccounts | -| Family & other people | ms-settings:otherusers | -| Provisioning | ms-settings:provisioning (only available on mobile and if the enterprise has deployed a provisioning package)
ms-settings:workplace-provisioning (only available if enterprise has deployed a provisioning package) | -| Repair token | ms-settings:workplace-repairtoken | -| Set up a kiosk | ms-settings:assignedaccess | -| Sign-in options | ms-settings:signinoptions
ms-settings:signinoptions-dynamiclock | -| Sync your settings | ms-settings:sync
ms-settings:backup (**Backup page deprecated in Windows 11**) | -| Windows Anywhere | ms-settings:windowsanywhere (device must be Windows Anywhere-capable) | -| Windows Hello setup | ms-settings:signinoptions-launchfaceenrollment
ms-settings:signinoptions-launchfingerprintenrollment | -| Your info | ms-settings:yourinfo | +| Access work or school | `ms-settings:workplace` | +| Email & app accounts | `ms-settings:emailandaccounts` | +| Family & other people | `ms-settings:otherusers` | +| Provisioning | `ms-settings:provisioning` (only available on mobile and if the enterprise has deployed a provisioning package)
`ms-settings:workplace-provisioning` (only available if enterprise has deployed a provisioning package) | +| Repair token | `ms-settings:workplace-repairtoken` | +| Set up a kiosk | `ms-settings:assignedaccess` | +| Sign-in options | `ms-settings:signinoptions`
`ms-settings:signinoptions-dynamiclock` | +| Sync your settings | `ms-settings:sync`
`ms-settings:backup` (**Backup page deprecated in Windows 11**) | +| Windows Anywhere | `ms-settings:windowsanywhere` (device must be Windows Anywhere-capable) | +| Windows Hello setup | `ms-settings:signinoptions-launchfaceenrollment`
`ms-settings:signinoptions-launchfingerprintenrollment` | +| Your info | `ms-settings:yourinfo` | ### Apps |Settings page| URI | |-------------|-----| -| Apps & Features | ms-settings:appsfeatures | -| App features | ms-settings:appsfeatures-app (Reset, manage add-on & downloadable content, etc. for the app)

To access this page with a URI, use the ms-settings:appsfeatures-app URI and pass an optional parameter of the *package family name* of the app.

Example: `ms-settings:appsfeatures-app?` | -| Apps for websites | ms-settings:appsforwebsites | -| Default apps | ms-settings:defaultapps (**Behavior introduced in Windows 11, version 21H2 (with 2023-04 Cumulative Update) or 22H2 (with 2023-04 Cumulative Update), or later.**)
Append the query string parameter in the following formats using the Uri-escaped name of an app to directly launch the default settings page for that app:

- registeredAppMachine=\
- registeredAppUser=\
- registeredAUMID=\

For more information, see [Launch the Default Apps settings page](launch-default-apps-settings.md). | -| Default browser settings | ms-settings:defaultbrowsersettings (**Deprecated in Windows 11**) | -| Manage optional features | ms-settings:optionalfeatures | -| Offline Maps | ms-settings:maps
ms-settings:maps-downloadmaps (Download maps) | -| Startup apps | ms-settings:startupapps | -| Video playback | ms-settings:videoplayback | +| Apps & Features | `ms-settings:appsfeatures` | +| App features | `ms-settings:appsfeatures-app` (Reset, manage add-on & downloadable content, etc. for the app)

To access this page with a URI, use the `ms-settings:appsfeatures-app` URI and pass an optional parameter of the *package family name* of the app.

Example: `ms-settings:appsfeatures-app?` | +| Apps for websites | `ms-settings:appsforwebsites` | +| Default apps | `ms-settings:defaultapps` (**Behavior introduced in Windows 11, version 21H2 (with 2023-04 Cumulative Update) or 22H2 (with 2023-04 Cumulative Update), or later.**)
Append the query string parameter in the following formats using the Uri-escaped name of an app to directly launch the default settings page for that app:

- registeredAppMachine=\
- registeredAppUser=\
- registeredAUMID=\

For more information, see [Launch the Default Apps settings page](launch-default-apps-settings.md). | +| Default browser settings | `ms-settings:defaultbrowsersettings` (**Deprecated in Windows 11**) | +| Manage optional features | `ms-settings:optionalfeatures` | +| Offline Maps | `ms-settings:maps`
`ms-settings:maps-downloadmaps` (Download maps)

(**Maps app is deprecated. See [Resources for deprecated features - Maps app page](/windows/whats-new/deprecated-features-resources#maps-app).**) | +| Startup apps | `ms-settings:startupapps` | +| Video playback | `ms-settings:videoplayback` | ### Control Center |Settings page| URI | |-------------|-----| -| Control center | ms-settings:controlcenter | +| Control center | `ms-settings:controlcenter` | ### Devices |Settings page| URI | |-------------|-----| -| AutoPlay | ms-settings:autoplay | -| Bluetooth | ms-settings:bluetooth | -| Connected Devices | ms-settings:connecteddevices | -| Default camera | ms-settings:camera (**Behavior deprecated in Windows 10, version 1809 and later**) | -| Camera settings | ms-settings:camera (**Behavior introduced in Windows 11, build 22000 and later**) Append the query string parameter `cameraId` set to the Uri-escaped symbolic link name of a camera device to directly launch the settings for that camera. For more information, see [Launch the camera settings page](/windows/apps/develop/camera/launch-camera-settings).| -| Mouse & touchpad | ms-settings:mousetouchpad (touchpad settings only available on devices that have a touchpad) | -| Pen & Windows Ink | ms-settings:pen | -| Printers & scanners | ms-settings:printers | -| Touch | ms-settings:devices-touch | -| Touchpad | ms-settings:devices-touchpad (only available if touchpad hardware is present) | -| Text Suggestions | ms-settings:devicestyping-hwkbtextsuggestions | -| Typing | ms-settings:typing | -| USB | ms-settings:usb | -| Wheel | ms-settings:wheel (only available if a **Surface Dial** device is paired) | -| Your phone | ms-settings:mobile-devices | +| AutoPlay | `ms-settings:autoplay` | +| Bluetooth | `ms-settings:bluetooth` | +| Connected Devices | `ms-settings:connecteddevices` | +| Default camera | `ms-settings:camera` (**Behavior deprecated in Windows 10, version 1809 and later**) | +| Camera settings | `ms-settings:camera` (**Behavior introduced in Windows 11, build 22000 and later**) Append the query string parameter `cameraId` set to the Uri-escaped symbolic link name of a camera device to directly launch the settings for that camera. For more information, see [Launch the camera settings page](/windows/apps/develop/camera/launch-camera-settings).| +| Mouse & touchpad | `ms-settings:mousetouchpad` (touchpad settings only available on devices that have a touchpad) | +| Pen & Windows Ink | `ms-settings:pen` | +| Printers & scanners | `ms-settings:printers` | +| Touch | `ms-settings:devices-touch` | +| Touchpad | `ms-settings:devices-touchpad` (only available if touchpad hardware is present) | +| Text Suggestions | `ms-settings:devicestyping-hwkbtextsuggestions` | +| Typing | `ms-settings:typing` | +| USB | `ms-settings:usb` | +| Wheel | `ms-settings:wheel` (only available if a **Surface Dial** device is paired) | +| Your phone | `ms-settings:mobile-devices` | ### Ease of access |Settings page| URI | |-------------|-----| -| Audio | ms-settings:easeofaccess-audio | -| Closed captions | ms-settings:easeofaccess-closedcaptioning | -| Color filters | ms-settings:easeofaccess-colorfilter
ms-settings:easeofaccess-colorfilter-adaptivecolorlink
ms-settings:easeofaccess-colorfilter-bluelightlink | -| Display | ms-settings:easeofaccess-display | -| Eye control | ms-settings:easeofaccess-eyecontrol | -| Hearing devices | ms-settings:easeofaccess-hearingaids (**Added in Windows 11, Version 24H2**) | -| High contrast | ms-settings:easeofaccess-highcontrast | -| Keyboard | ms-settings:easeofaccess-keyboard | -| Magnifier | ms-settings:easeofaccess-magnifier | -| Mouse | ms-settings:easeofaccess-mouse | -| Mouse pointer & touch | ms-settings:easeofaccess-mousepointer| -| Narrator | ms-settings:easeofaccess-narrator
ms-settings:easeofaccess-narrator-isautostartenabled | -| Speech | ms-settings:easeofaccess-speechrecognition | -| Text cursor | ms-settings:easeofaccess-cursor| -| Visual Effects | ms-settings:easeofaccess-visualeffects | +| Audio | `ms-settings:easeofaccess-audio` | +| Closed captions | `ms-settings:easeofaccess-closedcaptioning` | +| Color filters | `ms-settings:easeofaccess-colorfilter`
`ms-settings:easeofaccess-colorfilter-adaptivecolorlink`
`ms-settings:easeofaccess-colorfilter-bluelightlink` | +| Display | `ms-settings:easeofaccess-display` | +| Eye control | `ms-settings:easeofaccess-eyecontrol` | +| Hearing devices | `ms-settings:easeofaccess-hearingaids` (**Added in Windows 11, Version 24H2**) | +| High contrast | `ms-settings:easeofaccess-highcontrast` | +| Keyboard | `ms-settings:easeofaccess-keyboard` | +| Magnifier | `ms-settings:easeofaccess-magnifier` | +| Mouse | `ms-settings:easeofaccess-mouse` | +| Mouse pointer & touch | `ms-settings:easeofaccess-mousepointer` | +| Narrator | `ms-settings:easeofaccess-narrator`
`ms-settings:easeofaccess-narrator-isautostartenabled` | +| Speech | `ms-settings:easeofaccess-speechrecognition` | +| Text cursor | `ms-settings:easeofaccess-cursor` | +| Visual Effects | `ms-settings:easeofaccess-visualeffects` | ### Extras |Settings page| URI | |-------------|-----| -| Extras | ms-settings:extras (only available if apps with these settings have been installed, for example, by a 3rd party) | +| Extras | `ms-settings:extras` (only available if apps with these settings have been installed, for example, by a 3rd party) | ### Family Group |Settings page| URI | |-------------|-----| -| Family Group | ms-settings:family-group | +| Family Group | `ms-settings:family-group` | ### Gaming |Settings page| URI | |-------------|-----| -| Game bar | ms-settings:gaming-gamebar | -| Game DVR | ms-settings:gaming-gamedvr | -| Game Mode | ms-settings:gaming-gamemode | -| Playing a game full screen | ms-settings:quietmomentsgame | -| TruePlay | ms-settings:gaming-trueplay (**As of Windows 10, version 1809 (10.0; Build 17763), this feature is removed from Windows**) | +| Game bar | `ms-settings:gaming-gamebar` | +| Game DVR | `ms-settings:gaming-gamedvr` | +| Game Mode | `ms-settings:gaming-gamemode` | +| Playing a game full screen | `ms-settings:quietmomentsgame` | +| TruePlay | `ms-settings:gaming-trueplay` (**As of Windows 10, version 1809 (10.0; Build 17763), this feature is removed from Windows**) | | Settings page | URI | |---------------|-----| -| Audio and speech | ms-settings:holographic-audio | -| Environment | ms-settings:privacy-holographic-environment | -| Headset display | ms-settings:holographic-headset | -| Uninstall | ms-settings:holographic-management | -| Startup and desktop | ms-settings:holographic-startupandesktop | +| Audio and speech | `ms-settings:holographic-audio` | +| Environment | `ms-settings:privacy-holographic-environment` | +| Headset display | `ms-settings:holographic-headset` | +| Uninstall | `ms-settings:holographic-management` | +| Startup and desktop | `ms-settings:holographic-startupandesktop` | ### Network and internet |Settings page| URI | |-------------|-----| -| Network & internet | ms-settings:network-status | -| Advanced settings | ms-settings:network-advancedsettings | -| Airplane mode | ms-settings:network-airplanemode
ms-settings:proximity | -| Cellular & SIM | ms-settings:network-cellular | -| Dial-up | ms-settings:network-dialup | -| DirectAccess | ms-settings:network-directaccess (only available if DirectAccess is enabled) | -| Ethernet | ms-settings:network-ethernet | -| Manage known networks | ms-settings:network-wifisettings | -| Mobile hotspot | ms-settings:network-mobilehotspot | -| Proxy | ms-settings:network-proxy | -| VPN | ms-settings:network-vpn | -| Wi-Fi | ms-settings:network-wifi (only available if the device has a wifi adapter) | -| Wi-Fi provisioning | ms-settings:wifi-provisioning | +| Network & internet | `ms-settings:network-status` | +| Advanced settings | `ms-settings:network-advancedsettings` | +| Airplane mode | `ms-settings:network-airplanemode`
`ms-settings:proximity` | +| Cellular & SIM | `ms-settings:network-cellular` | +| Dial-up | `ms-settings:network-dialup` | +| DirectAccess | `ms-settings:network-directaccess` (only available if DirectAccess is enabled) | +| Ethernet | `ms-settings:network-ethernet` | +| Manage known networks | `ms-settings:network-wifisettings` | +| Mobile hotspot | `ms-settings:network-mobilehotspot` | +| Proxy | `ms-settings:network-proxy` | +| VPN | `ms-settings:network-vpn` | +| Wi-Fi | `ms-settings:network-wifi` (only available if the device has a wifi adapter) | +| Wi-Fi provisioning | `ms-settings:wifi-provisioning` | ### Personalization |Settings page| URI | |-------------|-----| -| Background | ms-settings:personalization-background | -| Choose which folders appear on Start | ms-settings:personalization-start-places | -| Colors | ms-settings:personalization-colors
ms-settings:colors | -| Customize Copilot key on keyboard | ms-settings:personalization-textinput-copilot-hardwarekey | -| Dynamic Lighting | ms-settings:personalization-lighting | -| Fonts | ms-settings:fonts | -| Glance | ms-settings:personalization-glance (**Deprecated in Windows 10, version 1809 and later**) | -| Lock screen | ms-settings:lockscreen | -| Navigation bar | ms-settings:personalization-navbar (**Deprecated in Windows 10, version 1809 and later**) | -| Personalization (category) | ms-settings:personalization | -| Start | ms-settings:personalization-start | -| Taskbar | ms-settings:taskbar | -| Text input | ms-settings:personalization-textinput | -| Touch Keyboard| ms-settings:personalization-touchkeyboard | -| Themes | ms-settings:themes | +| Background | `ms-settings:personalization-background` | +| Choose which folders appear on Start | `ms-settings:personalization-start-places` | +| Colors | `ms-settings:personalization-colors`
`ms-settings:colors` | +| Customize Copilot key on keyboard | `ms-settings:personalization-textinput-copilot-hardwarekey` | +| Dynamic Lighting | `ms-settings:personalization-lighting` | +| Fonts | `ms-settings:fonts` | +| Glance | `ms-settings:personalization-glance` (**Deprecated in Windows 10, version 1809 and later**) | +| Lock screen | `ms-settings:lockscreen` | +| Navigation bar | `ms-settings:personalization-navbar` (**Deprecated in Windows 10, version 1809 and later**) | +| Personalization (category) | `ms-settings:personalization` | +| Start | `ms-settings:personalization-start` | +| Taskbar | `ms-settings:taskbar` | +| Text input | `ms-settings:personalization-textinput` | +| Touch Keyboard| `ms-settings:personalization-touchkeyboard` | +| Themes | `ms-settings:themes` | ### Phone |Settings page| URI | |-------------|-----| -| Phone Link | ms-settings:mobile-devices
ms-settings:mobile-devices-addphone
ms-settings:mobile-devices-addphone-direct (Opens **Phone Link** app) | -| Device Usage | ms-settings:deviceusage | +| Phone Link | `ms-settings:mobile-devices`
`ms-settings:mobile-devices-addphone`
`ms-settings:mobile-devices-addphone-direct` (Opens **Phone Link** app) | +| Device Usage | `ms-settings:deviceusage` | ### Privacy |Settings page| URI | |-------------|-----| -| Accessory apps | ms-settings:privacy-accessoryapps (**Deprecated in Windows 10, version 1809 and later**) | -| Account info | ms-settings:privacy-accountinfo | -| Activity history | ms-settings:privacy-activityhistory | -| Advertising ID | ms-settings:privacy-advertisingid (**Deprecated in Windows 10, version 1809 and later**) | -| App diagnostics | ms-settings:privacy-appdiagnostics | -| Automatic file downloads | ms-settings:privacy-automaticfiledownloads | -| Background Apps | ms-settings:privacy-backgroundapps (**Deprecated in Windows 11, 21H2 and later**)

**Note:** In Windows 11, the background app permissions are accessed individually. To view the permissions, go to **Apps->Installed apps** and then select **"..."** on a modern app and choose **Advanced options**. The advanced page is present for modern apps, and the **Background apps permissions** section will be present unless a group policy has been set or the user’s global toggle value (the deprecated setting from Windows 10) is set. To access this page with a URI, use the `ms-settings:appsfeatures-app` URI and pass an optional parameter of the *package family name* of the app. | -| Background Spatial Perception | ms-settings:privacy-backgroundspatialperception | -| Calendar | ms-settings:privacy-calendar | -| Call history | ms-settings:privacy-callhistory | -| Camera | ms-settings:privacy-webcam | -| Contacts | ms-settings:privacy-contacts | -| Documents | ms-settings:privacy-documents | -| Downloads folder | ms-settings:privacy-downloadsfolder | -| Email | ms-settings:privacy-email | -| Eye tracker | ms-settings:privacy-eyetracker (requires eyetracker hardware) | -| Feedback & diagnostics | ms-settings:privacy-feedback | -| File system | ms-settings:privacy-broadfilesystemaccess | -| General | ms-settings:privacy or ms-settings:privacy-general | -| Graphics | ms-settings:privacy-graphicscaptureprogrammatic
ms-settings:privacy-graphicscapturewithoutborder| -| Inking & typing |ms-settings:privacy-speechtyping | -| Location | ms-settings:privacy-location | -| Messaging | ms-settings:privacy-messaging | -| Microphone | ms-settings:privacy-microphone | -| Motion | ms-settings:privacy-motion | -| Music Library | ms-settings:privacy-musiclibrary | -| Notifications | ms-settings:privacy-notifications | -| Other devices | ms-settings:privacy-customdevices | -| Phone calls | ms-settings:privacy-phonecalls | -| Pictures | ms-settings:privacy-pictures | -| Radios | ms-settings:privacy-radios | -| Speech | ms-settings:privacy-speech | -| Tasks | ms-settings:privacy-tasks | -| Videos | ms-settings:privacy-videos | -| Voice activation | ms-settings:privacy-voiceactivation | +| Accessory apps | `ms-settings:privacy-accessoryapps` (**Deprecated in Windows 10, version 1809 and later**) | +| Account info | `ms-settings:privacy-accountinfo` | +| Activity history | `ms-settings:privacy-activityhistory` | +| Advertising ID | `ms-settings:privacy-advertisingid` (**Deprecated in Windows 10, version 1809 and later**) | +| App diagnostics | `ms-settings:privacy-appdiagnostics` | +| Automatic file downloads | `ms-settings:privacy-automaticfiledownloads` | +| Background Apps | `ms-settings:privacy-backgroundapps` (**Deprecated in Windows 11, 21H2 and later**)

**Note:** In Windows 11, the background app permissions are accessed individually. To view the permissions, go to **Apps->Installed apps** and then select **"..."** on a modern app and choose **Advanced options**. The advanced page is present for modern apps, and the **Background apps permissions** section will be present unless a group policy has been set or the user’s global toggle value (the deprecated setting from Windows 10) is set. To access this page with a URI, use the `ms-settings:appsfeatures-app` URI and pass an optional parameter of the *package family name* of the app. | +| Background Spatial Perception | `ms-settings:privacy-backgroundspatialperception` | +| Calendar | `ms-settings:privacy-calendar` | +| Call history | `ms-settings:privacy-callhistory` | +| Camera | `ms-settings:privacy-webcam` | +| Contacts | `ms-settings:privacy-contacts` | +| Documents | `ms-settings:privacy-documents` | +| Downloads folder | `ms-settings:privacy-downloadsfolder` | +| Email | `ms-settings:privacy-email` | +| Eye tracker | `ms-settings:privacy-eyetracker` (requires eyetracker hardware) | +| Feedback & diagnostics | `ms-settings:privacy-feedback` | +| File system | `ms-settings:privacy-broadfilesystemaccess` | +| General | `ms-settings:privacy` or `ms-settings:privacy-general` | +| Graphics | `ms-settings:privacy-graphicscaptureprogrammatic`
`ms-settings:privacy-graphicscapturewithoutborder` | +| Inking & typing | `ms-settings:privacy-speechtyping` | +| Location | `ms-settings:privacy-location` | +| Messaging | `ms-settings:privacy-messaging` | +| Microphone | `ms-settings:privacy-microphone` | +| Motion | `ms-settings:privacy-motion` | +| Music Library | `ms-settings:privacy-musiclibrary` | +| Notifications | `ms-settings:privacy-notifications` | +| Other devices | `ms-settings:privacy-customdevices` | +| Phone calls | `ms-settings:privacy-phonecalls` | +| Pictures | `ms-settings:privacy-pictures` | +| Radios | `ms-settings:privacy-radios` | +| Speech | `ms-settings:privacy-speech` | +| Tasks | `ms-settings:privacy-tasks` | +| Videos | `ms-settings:privacy-videos` | +| Voice activation | `ms-settings:privacy-voiceactivation` | ### Search |Settings page| URI | |-------------|-----| -| Search | ms-settings:search | -| Search more details | ms-settings:search-moredetails | -| Search Permissions | ms-settings:search-permissions | +| Search | `ms-settings:search` | +| Search more details | `ms-settings:search-moredetails` | +| Search Permissions | `ms-settings:search-permissions` | ### Sound |Settings page| URI | |-------------|-----| -| Volume mixer | ms-settings:apps-volume | -| Sound | ms-settings:sound | -| Sound devices | ms-settings:sound-devices | -| Default microphone | ms-settings:sound-defaultinputproperties | -| Default audio output| ms-settings:sound-defaultoutputproperties | -| Audio device properties
(specific device) | ms-settings:sound-properties?endpointId={0.0.0.00000000}.{aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb}

**Note:** User of URI must know the `endpointId` string to use. | -| Audio device properties
(specific device) | ms-settings:sound-properties?interfaceId=\\\\?\\SWD#MMDEVAPI#{3.0.0.00000003}.{bbbbbbbb-1111-2222-3333-cccccccccccc}#{cccccccc-2222-3333-4444-dddddddddddd}

**Note:** User of URI must know the `interfaceId` string to use and the string must be escaped correctly before sending. | +| Volume mixer | `ms-settings:apps-volume` | +| Sound | `ms-settings:sound` | +| Sound devices | `ms-settings:sound-devices` | +| Default microphone | `ms-settings:sound-defaultinputproperties` | +| Default audio output | `ms-settings:sound-defaultoutputproperties` | +| Audio device properties
(specific device) | `ms-settings:sound-properties?endpointId={0.0.0.00000000}.{aaaaaaaa-0000-1111-2222-bbbbbbbbbbbb}`

**Note:** User of URI must know the `endpointId` string to use. | +| Audio device properties
(specific device) | `ms-settings:sound-properties?interfaceId=\\\\?\\SWD#MMDEVAPI#{3.0.0.00000003}.{bbbbbbbb-1111-2222-3333-cccccccccccc}#{cccccccc-2222-3333-4444-dddddddddddd}`

**Note:** User of URI must know the `interfaceId` string to use and the string must be escaped correctly before sending. | ### System |Settings page| URI | |-------------|-----| -| About | ms-settings:about | -| Advanced display settings | ms-settings:display-advanced (only available on devices that support advanced display options) | -| Battery Saver | ms-settings:batterysaver (only available on devices that have a battery, such as a tablet) | -| Battery Saver settings | ms-settings:batterysaver-settings (only available on devices that have a battery, such as a tablet) | -| Battery use | ms-settings:batterysaver-usagedetails (only available on devices that have a battery, such as a tablet) | -| Clipboard | ms-settings:clipboard | -| Default Save Locations | ms-settings:savelocations | -| Display | ms-settings:display
ms-settings:screenrotation | -| Duplicating my display | ms-settings:quietmomentspresentation | -| During these hours | ms-settings:quietmomentsscheduled | -| Encryption | ms-settings:deviceencryption | -| Energy recommendations | ms-settings:energyrecommendations **(Available in February Moment update for Windows 11, Version 22H2, Build 22624 or later)** | -| Focus assist | ms-settings:quiethours | -| Graphics Settings | ms-settings:display-advancedgraphics (only available on devices that support advanced graphics options) | -| Graphics Default Settings | ms-settings:display-advancedgraphics-default | -| Multitasking | ms-settings:multitasking
ms-settings:multitasking-sgupdate | -| Night light settings | ms-settings:nightlight | -| Projecting to this PC | ms-settings:project | -| Shared experiences | ms-settings:crossdevice | -| Tablet mode | ms-settings:tabletmode (**Removed in Windows 11**) | -| Taskbar | ms-settings:taskbar | -| Notifications & actions | ms-settings:notifications | -| Remote Desktop | ms-settings:remotedesktop | -| Phone | ms-settings:phone (**Deprecated in Windows 10, version 1809 and later**) | -| Power & sleep | ms-settings:powersleep | -| Presence sensing | ms-settings:presence (**Added in May Moment update for Windows 11, Version 22H2, Build 22624**) | -| Storage | ms-settings:storagesense | -| Storage Sense | ms-settings:storagepolicies | -| Storage recommendations | ms-settings:storagerecommendations | -| Disks & volumes | ms-settings:disksandvolumes | +| About | `ms-settings:about` | +| Advanced display settings | `ms-settings:display-advanced` (only available on devices that support advanced display options) | +| Battery Saver | `ms-settings:batterysaver` (only available on devices that have a battery, such as a tablet) | +| Battery Saver settings | `ms-settings:batterysaver-settings` (only available on devices that have a battery, such as a tablet) | +| Battery use | `ms-settings:batterysaver-usagedetails` (only available on devices that have a battery, such as a tablet) | +| Clipboard | `ms-settings:clipboard` | +| Default Save Locations | `ms-settings:savelocations` | +| Display | `ms-settings:display`
`ms-settings:screenrotation` | +| Duplicating my display | `ms-settings:quietmomentspresentation` | +| During these hours | `ms-settings:quietmomentsscheduled` | +| Encryption | `ms-settings:deviceencryption` | +| Energy recommendations | `ms-settings:energyrecommendations` **(Available in February Moment update for Windows 11, Version 22H2, Build 22624 or later)** | +| Focus assist | `ms-settings:quiethours` | +| Graphics Settings | `ms-settings:display-advancedgraphics` (only available on devices that support advanced graphics options) | +| Graphics Default Settings | `ms-settings:display-advancedgraphics-default` | +| Multitasking | `ms-settings:multitasking`
`ms-settings:multitasking-sgupdate` | +| Night light settings | `ms-settings:nightlight` | +| Projecting to this PC | `ms-settings:project` | +| Shared experiences | `ms-settings:crossdevice` | +| Tablet mode | `ms-settings:tabletmode` (**Removed in Windows 11**) | +| Taskbar | `ms-settings:taskbar` | +| Notifications & actions | `ms-settings:notifications` | +| Remote Desktop | `ms-settings:remotedesktop` | +| Phone | `ms-settings:phone` (**Deprecated in Windows 10, version 1809 and later**) | +| Power & sleep | `ms-settings:powersleep` | +| Presence sensing | `ms-settings:presence` (**Added in May Moment update for Windows 11, Version 22H2, Build 22624**) | +| Storage | `ms-settings:storagesense` | +| Storage Sense | `ms-settings:storagepolicies` | +| Storage recommendations | `ms-settings:storagerecommendations` | +| Disks & volumes | `ms-settings:disksandvolumes` | ### Time and language |Settings page| URI | |-------------|-----| -| Date & time | ms-settings:dateandtime | -| Japan IME settings | ms-settings:regionlanguage-jpnime (available if the Microsoft Japan input method editor is installed) | -| Region | ms-settings:regionformatting | -| Language | ms-settings:keyboard
ms-settings:keyboard-advanced
ms-settings:regionlanguage
ms-settings:regionlanguage-bpmfime
ms-settings:regionlanguage-cangjieime
ms-settings:regionlanguage-chsime-wubi-udp
ms-settings:regionlanguage-quickime
ms-settings:regionlanguage-korime | -| Pinyin IME settings | ms-settings:regionlanguage-chsime-pinyin (available if the Microsoft Pinyin input method editor is installed)
ms-settings:regionlanguage-chsime-pinyin-domainlexicon
ms-settings:regionlanguage-chsime-pinyin-keyconfig
ms-settings:regionlanguage-chsime-pinyin-udp | -| Speech | ms-settings:speech | -| Wubi IME settings | ms-settings:regionlanguage-chsime-wubi (available if the Microsoft Wubi input method editor is installed) | +| Date & time | `ms-settings:dateandtime` | +| Japan IME settings | `ms-settings:regionlanguage-jpnime` (available if the Microsoft Japan input method editor is installed) | +| Region | `ms-settings:regionformatting` | +| Language | `ms-settings:keyboard`
`ms-settings:keyboard-advanced`
`ms-settings:regionlanguage`
`ms-settings:regionlanguage-bpmfime`
`ms-settings:regionlanguage-cangjieime`
`ms-settings:regionlanguage-chsime-wubi-udp`
`ms-settings:regionlanguage-quickime`
`ms-settings:regionlanguage-korime` | +| Pinyin IME settings | `ms-settings:regionlanguage-chsime-pinyin` (available if the Microsoft Pinyin input method editor is installed)
`ms-settings:regionlanguage-chsime-pinyin-domainlexicon`
`ms-settings:regionlanguage-chsime-pinyin-keyconfig`
`ms-settings:regionlanguage-chsime-pinyin-udp` | +| Speech | `ms-settings:speech` | +| Wubi IME settings | `ms-settings:regionlanguage-chsime-wubi` (available if the Microsoft Wubi input method editor is installed) | ### Update and security |Settings page| URI | |-------------|-----| -| Activation | ms-settings:activation | -| Backup | ms-settings:backup (page removed in Windows 11; opens Sync) | -| Delivery Optimization | ms-settings:delivery-optimization
ms-settings:delivery-optimization-activity
ms-settings:delivery-optimization-advanced| -| Find My Device | ms-settings:findmydevice | -| For developers | ms-settings:developers | -| Recovery | ms-settings:recovery | -| Launch Security Key Enrollment | ms-settings:signinoptions-launchsecuritykeyenrollment | -| Troubleshoot | ms-settings:troubleshoot | -| Windows Security | ms-settings:windowsdefender | -| Windows Insider Program | ms-settings:windowsinsider (only present if user is enrolled in WIP)
ms-settings:windowsinsider-optin | -| Windows Update | ms-settings:windowsupdate
ms-settings:windowsupdate-action | -| Windows Update-Active hours| ms-settings:windowsupdate-activehours | -| Windows Update-Advanced options | ms-settings:windowsupdate-options | -| Windows Update-Optional updates| ms-settings:windowsupdate-optionalupdates | -| Windows Update-Restart options | ms-settings:windowsupdate-restartoptions | -| Windows Update-Seeker on demand| ms-settings:windowsupdate-seekerondemand | -| Windows Update-View update history | ms-settings:windowsupdate-history | +| Activation | `ms-settings:activation` | +| Backup | `ms-settings:backup` (page removed in Windows 11; opens Sync) | +| Delivery Optimization | `ms-settings:delivery-optimization`
`ms-settings:delivery-optimization-activity`
`ms-settings:delivery-optimization-advanced` | +| Find My Device | `ms-settings:findmydevice` | +| For developers | `ms-settings:developers` | +| Recovery | `ms-settings:recovery` | +| Launch Security Key Enrollment | `ms-settings:signinoptions-launchsecuritykeyenrollment` | +| Troubleshoot | `ms-settings:troubleshoot` | +| Windows Security | `ms-settings:windowsdefender` | +| Windows Insider Program | `ms-settings:windowsinsider` (only present if user is enrolled in WIP)
`ms-settings:windowsinsider-optin` | +| Windows Update | `ms-settings:windowsupdate`
`ms-settings:windowsupdate-action` | +| Windows Update-Active hours | `ms-settings:windowsupdate-activehours` | +| Windows Update-Advanced options | `ms-settings:windowsupdate-options` | +| Windows Update-Optional updates | `ms-settings:windowsupdate-optionalupdates` | +| Windows Update-Restart options | `ms-settings:windowsupdate-restartoptions` | +| Windows Update-Seeker on demand | `ms-settings:windowsupdate-seekerondemand` | +| Windows Update-View update history | `ms-settings:windowsupdate-history` | ## Related content