Skip to content

Commit 85ffad3

Browse files
committed
Checking in final changes
1 parent bc0e979 commit 85ffad3

File tree

3 files changed

+43
-20
lines changed

3 files changed

+43
-20
lines changed

hub/apps/develop/settings/readclouddatasettings-exe.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.localizationpriority: medium
99

1010
# Cloud Data Store Settings Reader tool (readCloudDataSettings.exe)
1111

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.
1313

1414
## Usage
1515

@@ -45,34 +45,36 @@ If the data does not exist or an error occurs, the output will report a pair of
4545
Command line:
4646

4747
```powershell
48-
C:\> readCloudDataSettings.exe get /type:windows.data.platform.diagnostics.diagnosticdata
48+
C:\Windows\System32>readCloudDataSettings.exe get -type:windows.data.settings.settingsusagehistory
49+
4950
```
5051

5152
Output:
5253

5354
```powershell
54-
/type: windows.data.platform.diagnostics.diagnosticdata
55+
/type: windows.data.settings.settingsusagehistory
5556
56-
[
57-
{"Data":{"diagnosticMessage":"test message data with current user"}}
58-
]
57+
[
58+
{"Data":{"pageUsages":{"\"SettingsPageAppsNotifications\"":{"Data":{"frequency":1,"lastUsedTime":1.3353819570909629E+17,"lastUsedSettingId":"SystemSettings_Notifications_QuietHours_MuteNotification_Enabled"}},"\"SettingsPageOtherUsers\"":{"Data":{"frequency":1,"lastUsedTime":1.3353709031552022E+17,"lastUsedSettingId":"SystemSettings.UserAccountsHandlers.RemoveOtherUserSetting"}}}}}
59+
]
5960
```
6061

6162
### Single-instance type, alternate account
6263

6364
Command line:
6465

6566
```powershell
66-
C:\> readCloudDataSettings.exe get /type:windows.data.platform.diagnostics.diagnosticdata -account:[email protected]
67+
C:\Windows\System32>readCloudDataSettings.exe get -type:windows.data.settings.settingsusagehistory -account:[email protected]
68+
6769
```
6870

6971
Output:
7072

7173
```powershell
72-
/type: windows.data.platform.diagnostics.diagnosticdata
74+
/type: windows.data.settings.settingsusagehistory
7375
74-
[
75-
{"Data":{"diagnosticMessage":"test message data for [email protected] associated with current user"}}
76+
[
77+
{"Data":{"pageUsages":{"\"SettingsPageAppsNotifications\"":{"Data":{"frequency":1,"lastUsedTime":1.3353819570909629E+17,"lastUsedSettingId":"SystemSettings_Notifications_QuietHours_MuteNotification_Enabled"}},"\"SettingsPageOtherUsers\"":{"Data":{"frequency":1,"lastUsedTime":1.3353709031552022E+17,"lastUsedSettingId":"SystemSettings.UserAccountsHandlers.RemoveOtherUserSetting"}}}}}
7678
]
7779
```
7880

@@ -81,17 +83,20 @@ Output:
8183
Command line:
8284

8385
```powershell
84-
C:\> readCloudDataSettings.exe enum /type:windows.data.samplemetadata.sampledataitem /collection:samples
86+
readclouddatasettingex.exe enum -type:windows.data.wifi.wifiprofile -collection:wificloudstore3
87+
8588
```
8689

8790
Output:
8891

8992
```powershell
90-
/type: windows.data.samplemetadata.sampledataitem
91-
/collection: samples
92-
93-
[ {"Data":{"identifier":{"Data":{"Data1":0,"Data2":0,"Data3":0,"Data4":0}},"itemName":"name","someArbitraryPriority":0,"scale":{"Data":{"x":1,"y":1,"z":1}},"rotationAxis":{"Data":{"x":2,"y":2,"z":2}},"translation":{"Data":{"x":3,"y":3,"z":3}},"rotationAngle":4,"isVisible":true,"projection":0}}, {"Data":{"identifier":{"Data":{"Data1":1,"Data2":1,"Data3":1,"Data4":1}},"itemName":"name2","someArbitraryPriority":0,"scale":{"Data":{"x":1.1,"y":1.1,"z":1.1}},"rotationAxis":{"Data":{"x":2.1,"y":2.1,"z":2.1}},"translation":{"Data":{"x":3.1,"y":3.1,"z":3.1}},"rotationAngle":4.1,"isVisible":true,"projection":1}}
94-
]
93+
/type: windows.data.wifi.wifiprofile
94+
/collection: wificloudstore3
95+
96+
[
97+
{"Data":{"profileXml":"<?xml version=\"1.0\"?>\r\n<WLANProfile xmlns=\"http://www.microsoft.com/networking/WLAN/profile/v1\">\r\n\t<name>MySpectrumWiFi98-5G</name>\r\n\t<SSIDConfig>\r\n\t\t<SSID>\r\n\t\t\t<hex>4D79537065637472756D5769466939382D3547</hex>\r\n\t\t\t<name>MySpectrumWiFi98-5G</name>\r\n\t\t</SSID>\r\n\t</SSIDConfig>\r\n\t<connectionType>ESS</connectionType>\r\n\t<connectionMode>auto</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>ancientzebra274</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>1865639973</randomizationSeed>\r\n\t</MacRandomization>\r\n</WLANProfile>\r\n","lastModifiedTime":1.3354054522984058E+17}},
98+
{"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}}
99+
]
95100
```
96101

97102
## Note on serialization

hub/apps/develop/settings/settings-common.md

Lines changed: 21 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Reference for common Windows settings
2+
title: Reference for Windows 11 and Windows 10 settings
33
description: This page lists the settings that are supported by both Windows 10 and Windows 11.
44
ms.date: 02/27/2024
55
ms.topic: article
66
keywords: windows 10, windows 11, settings
77
ms.localizationpriority: medium
88
---
99

10-
# Reference for common Windows settings
10+
# Reference for Windows 11 and Windows 10 settings
1111

1212
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).
1313

@@ -341,7 +341,11 @@ Set "do not disturb" status manually or automatically, so that notifications wil
341341

342342
### Type: Windows.Data.DoNotDisturb.QuietHoursProfile structure
343343

344-
This setting is multi-instance.
344+
This setting is multi-instance. The following is an example command line for retrieving this type:
345+
346+
`readCloudDataSettings.exe enum -type:windows.data.donotdisturb.QuietHoursProfile`
347+
348+
For more information on retrieving multi-instance settings, see [Cloud Data Store Settings Reader Tool](readclouddatasettings-exe.md).
345349

346350
#### QuietHoursProfile Properties
347351

@@ -365,6 +369,12 @@ This setting is multi-instance.
365369

366370
### Type: Windows.Data.DoNotDisturb.QuietMoment structure
367371

372+
This setting is multi-instance. The following is an example command line for retrieving this type:
373+
374+
`readCloudDataSettings.exe enum -type:windows.data.donotdisturb.quietmoment`
375+
376+
For more information on retrieving multi-instance settings, see [Cloud Data Store Settings Reader Tool](readclouddatasettings-exe.md).
377+
368378
#### QuietMoment Properties
369379

370380
| Name | Type | Description |
@@ -561,6 +571,10 @@ This type is multi-instance and must be retrieved using the following collection
561571

562572
* "historyfiles"
563573

574+
The following is an example command line for retrieving this type:
575+
576+
`readCloudDataSettings.exe enum -type:Windows.Data.Input.HistoryFiles -collection:historyfiles`
577+
564578
For more information on retrieving multi-instance settings, see [Cloud Data Store Settings Reader Tool](readclouddatasettings-exe.md).
565579

566580
#### HistoryFiles Properties
@@ -799,6 +813,10 @@ This type is multi-instance and must be retrieved using the following collection
799813
* "wifi3_wpa3"
800814
* "wifi3_owe"
801815
816+
The following is an example command line for retrieving this type:
817+
818+
`readCloudDataSettings.exe enum -type:windows.data.nlm.nlmsignature -collection:wificloudstore3`
819+
802820
For more information on retrieving multi-instance settings, see [Cloud Data Store Settings Reader Tool](readclouddatasettings-exe.md).
803821
804822

hub/apps/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -858,7 +858,7 @@ items:
858858
items:
859859
- name: Reference for Windows 11 settings
860860
href: develop/settings/settings-windows-11.md
861-
- name: Reference for common Windows settings
861+
- name: Reference for Windows 11 and Windows 10 settings
862862
href: develop/settings/settings-common.md
863863
- name: Cloud Data Store Settings Reader Tool (readCloudDataSettings.exe)
864864
href: develop/settings/readclouddatasettings-exe.md

0 commit comments

Comments
 (0)