Skip to content

Commit

Permalink
Update Windows-Compatibility-Quirks.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nasbench committed Jan 23, 2024
1 parent 7a64fd8 commit ff2ac96
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions Other/Windows-Compatibility-Quirks.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ The example above define a compatibility quirk named `XAML.ForcePostParseNameReg

- The `QUIRK_ENABLED_UPTO_VERSION_OR_QUIRK_ENABLED_VERSION_LT` field indicate the status of the QUIRK (enabled, disabled or enabled for specific versions). A value of "0" in this case indicate that this QUIRK is disabled.
- The `EDITION` field indicates on what edition of "OS" is this applied. Currently i've been able to document 18 possible values. These values can be combined with each other. In this case the value `262143` is a combination of the following editions
- 'UAP'
- 'DESKTOP'
- 'MOBILE'
- 'XBOX'
- 'TEAM'
- 'IOT'
- 'IOTHEADLESS'
- 'SERVER'
- 'HOLOGRAPHIC'
- 'XBOXSRA'
- 'XBOXERA'
- '7067329'
- 'WINDOWSCOREHEADLESS'
- `UAP`
- `DESKTOP`
- `MOBILE`
- `XBOX`
- `TEAM`
- `IOT`
- `IOTHEADLESS`
- `SERVER`
- `HOLOGRAPHIC`
- `XBOXSRA`
- `XBOXERA`
- `7067329`
- `WINDOWSCOREHEADLESS`
- `QUIRK_COMPONENT_CODE_ID` and `QUIRK_CODE_ID` are both and unique identifier for the QUIRK and the QUIRK_COMPONENT and they are used to select a QUIRK via the `QuirkIsEnabled`
- `TELEMETRY` - Currently I don't know the true "purpose" of this value apart from the obvious inference that its related to sending telemetry.

Expand Down

0 comments on commit ff2ac96

Please sign in to comment.