You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/develop/settings/readclouddatasettings-exe.md
+21-16Lines changed: 21 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.localizationpriority: medium
9
9
10
10
# Cloud Data Store Settings Reader tool (readCloudDataSettings.exe)
11
11
12
-
This article describes the Cloud Data Store Settings Reader Tool, readCloudDataSettings.exe, that can be used to fetch data stored within the Windows Cloud Data Store component on the local device.
12
+
This article describes the Cloud Data Store Settings Reader Tool, readCloudDataSettings.exe, that can be used to fetch data stored within the Windows Cloud Data Store component on the local device. For settings documented in [Reference for Windows 11 settings](settings-windows-11.md) or [Reference for Windows 11 and Windows 10 settings](settings-common.md), if the setting lists a type name rather than a registry key, then you must use this tool to retrieve the data.
13
13
14
14
## Usage
15
15
@@ -45,34 +45,36 @@ If the data does not exist or an error occurs, the output will report a pair of
45
45
Command line:
46
46
47
47
```powershell
48
-
C:\> readCloudDataSettings.exe get /type:windows.data.platform.diagnostics.diagnosticdata
48
+
C:\Windows\System32>readCloudDataSettings.exe get -type:windows.data.settings.settingsusagehistory
{"Data":{"profileXml":"<?xml version=\"1.0\"?>\r\n<WLANProfile xmlns=\"http://www.microsoft.com/networking/WLAN/profile/v1\">\r\n\t<name>KIA Service Color</name>\r\n\t<SSIDConfig>\r\n\t\t<SSID>\r\n\t\t\t<hex>4B4941205365727669636520436F6C6F72</hex>\r\n\t\t\t<name>KIA Service Color</name>\r\n\t\t</SSID>\r\n\t</SSIDConfig>\r\n\t<connectionType>ESS</connectionType>\r\n\t<connectionMode>manual</connectionMode>\r\n\t<MSM>\r\n\t\t<security>\r\n\t\t\t<authEncryption>\r\n\t\t\t\t<authentication>WPA2PSK</authentication>\r\n\t\t\t\t<encryption>AES</encryption>\r\n\t\t\t\t<useOneX>false</useOneX>\r\n\t\t\t</authEncryption>\r\n\t\t\t<sharedKey>\r\n\t\t\t\t<keyType>passPhrase</keyType>\r\n\t\t\t\t<protected>false</protected>\r\n\t\t\t\t<keyMaterial>4258270521</keyMaterial>\r\n\t\t\t</sharedKey>\r\n\t\t</security>\r\n\t</MSM>\r\n\t<MacRandomization xmlns=\"http://www.microsoft.com/networking/WLAN/profile/v3\">\r\n\t\t<enableRandomization>false</enableRandomization>\r\n\t\t<randomizationSeed>4088426234</randomizationSeed>\r\n\t</MacRandomization>\r\n</WLANProfile>\r\n","lastModifiedTime":1.3354054522999686E+17}}
Copy file name to clipboardExpand all lines: hub/apps/develop/settings/settings-common.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: Reference for common Windows settings
2
+
title: Reference for Windows 11 and Windows 10 settings
3
3
description: This page lists the settings that are supported by both Windows 10 and Windows 11.
4
4
ms.date: 02/27/2024
5
5
ms.topic: article
6
6
keywords: windows 10, windows 11, settings
7
7
ms.localizationpriority: medium
8
8
---
9
9
10
-
# Reference for common Windows settings
10
+
# Reference for Windows 11 and Windows 10 settings
11
11
12
12
The information provided on this page includes details for accessing the status of Windows Backup and Restore settings that are supported for both Windows 10 and Windows 11. This public documentation ensures effective data portability by providing third-party developers with a streamlined process to access the data. Settings that are supported on Windows 11 only are documented in [Reference for Windows 11 settings](settings-windows-11.md).
13
13
@@ -341,7 +341,11 @@ Set "do not disturb" status manually or automatically, so that notifications wil
0 commit comments