Compatibility Configuration
The compatibility configuration is used to specify the compatibility options for the binary.
Deny Insider Preview
This feature is currently under development.
Do not allow the application to run on the Windows Insider Preview (opens in a new tab) builds.
- Default:
false
{
"compatibility": {
"deny_insider_preview": false
}
}
Wine
Configurations particular to Wine.
Deny Wine
Do not allow the application to run under the Wine (opens in a new tab) compatibility layer under Linux.
- Default:
false
{
"compatibility": {
"wine": {
"deny_wine": false
}
}
}
Windows 7
Configurations particular to Windows 7.
Deny Build 7601
Do not allow the application to run under the Windows 7 build 7601
.
- Default:
false
{
"compatibility": {
"windows_7": {
"deny_build_7601": false
}
}
}
Windows 8
Configurations particular to Windows 8.
Deny Build 9200
Do not allow the application to run under the Windows 8 build 9200
.
- Default:
false
{
"compatibility": {
"windows_8": {
"deny_build_9200": false
}
}
}
Deny Build 9600
Do not allow the application to run under the Windows 8.1 build 9600
.
- Default:
false
{
"compatibility": {
"windows_8": {
"deny_build_9600": false
}
}
}
Windows 10
Configurations particular to Windows 10.
Deny Build 10240
Do not allow the application to run under the Windows 10 build 10240
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_10240": false
}
}
}
Deny Build 10586
Do not allow the application to run under the Windows 10 build 10586
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_10586": false
}
}
}
Deny Build 14393
Do not allow the application to run under the Windows 10 build 14393
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_14393": false
}
}
}
Deny Build 15063
Do not allow the application to run under the Windows 10 build 15063
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_15063": false
}
}
}
Deny Build 16299
Do not allow the application to run under the Windows 10 build 16299
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_16299": false
}
}
}
Deny Build 17134
Do not allow the application to run under the Windows 10 build 17134
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_17134": false
}
}
}
Deny Build 17763
Do not allow the application to run under the Windows 10 build 17763
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_17763": false
}
}
}
Deny Build 18362
Do not allow the application to run under the Windows 10 build 18362
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_18362": false
}
}
}
Deny Build 18363
Do not allow the application to run under the Windows 10 build 18363
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_18363": false
}
}
}
Deny Build 19041
Do not allow the application to run under the Windows 10 build 19041
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_19041": false
}
}
}
Deny Build 19042
Do not allow the application to run under the Windows 10 build 19042
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_19042": false
}
}
}
Deny Build 19043
Do not allow the application to run under the Windows 10 build 19043
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_19043": false
}
}
}
Deny Build 19044
Do not allow the application to run under the Windows 10 build 19044
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_19044": false
}
}
}
Deny Build 19045
Do not allow the application to run under the Windows 10 build 19045
.
- Default:
false
{
"compatibility": {
"windows_10": {
"deny_build_19045": false
}
}
}
Windows 11
Configurations particular to Windows 11.
Deny Build 22000
Do not allow the application to run under the Windows 11 build 22000
.
- Default:
false
{
"compatibility": {
"windows_11": {
"deny_build_22000": false
}
}
}
Deny Build 22621
Do not allow the application to run under the Windows 11 build 22621
.
- Default:
false
{
"compatibility": {
"windows_11": {
"deny_build_22621": false
}
}
}
Deny Build 22631
Do not allow the application to run under the Windows 11 build 22631
.
- Default:
false
{
"compatibility": {
"windows_11": {
"deny_build_22631": false
}
}
}
Custmized Windows
Configurations particular to customized Windows.
Deny ReviOS
This feature is currently under development.
Do not allow the application to run under the ReviOS (opens in a new tab) customized Windows.
- Default:
false
{
"compatibility": {
"customized_windows": {
"deny_revios": false
}
}
}