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/settings-common.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,6 +119,7 @@ The value of the *compatFlags* field of the backup JSON file is a combination of
119
119
### Type: Windows.Data.Apps.AppMetaData structure
120
120
121
121
#### AppMetaData values
122
+
Unless otherwise specified, the Values are found in the [AppXManifest](https://learn.microsoft.com/en-us/uwp/schemas/appxpackage/appx-package-manifest) for MSIX packages, and [Uninstall registries](https://learn.microsoft.com/en-us/windows/win32/msi/uninstall-registry-key) for other formats.
122
123
123
124
| Name | Type | Description |
124
125
|------|-------|---------|
@@ -135,8 +136,8 @@ The value of the *compatFlags* field of the backup JSON file is a combination of
135
136
| reinstallId | wstring | Reinstall ID specified in Add Remove Programs. |
| isPinned | bool | Boolean indicating if this app was pinned to the start menu. |
138
-
| wingetID | wstring | Identifier to indicate if this app can be installed through winget, and the winget ID. |
139
-
| wingetSource | wstring | Specifies where the app was sourced from through the Winget APIs. See *wingetSource* for supported values. |
139
+
| wingetID | wstring | Identifier to indicate if this app can be installed through [winget](https://github.com/microsoft/winget-cli), and the winget ID. |
140
+
| wingetSource | wstring | Specifies where the app was sourced from through the [Winget APIs](https://github.com/microsoft/winget-cli). See *wingetSource* for supported values. |
140
141
141
142
Supported values for the *installSource* field.
142
143
@@ -181,6 +182,7 @@ Supported values for the *wingetSource* field.
AppLevelTileInfo are populated using an internal API.
184
186
185
187
| Name | Type | Description |
186
188
|------|-------|---------|
@@ -264,15 +266,15 @@ FileInfo values are populated from the *App Compatibility* JSON above. All FileI
264
266
265
267
| Name | Type | Description |
266
268
|------|-------|---------|
267
-
| userIntent | uint32 | This is a bit array of values specifying user intent during Windows setup. See *userIntent* values. |
269
+
| userIntent | uint32 | This is a bit array of values specifying user intent during Windows setup. See *userIntent* values. This data is read from HKCU\Software\Microsoft\Windows\CurrentVersion\CloudExperienceHost\Intent|
268
270
| predictedUserIntent | uint32 | Windows sets flag to indicate that the user had one or more apps that are a signal of a developer. |
269
-
| devModeEnabled | bool | Whether the user has specified Developer Mode from Windows Settings. |
271
+
| devModeEnabled | bool | Whether the user has specified Developer Mode from Windows Settings. This data is read from from HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\AppModelUnlock |
0 commit comments