CompatibilityFlags
Determines different compatibility settings which relate to specific customer related functionality and should not generally be changed from the default value under normal conditions, unless advised.
Registry value | Default value | Notes | Installer property |
---|---|---|---|
CompatibilityFlags | 0x1E18000A (504889354) | For Nomad in full OS, the REG_DWORD registry value is set to the sum of the values for the required bits. The default value combines the following settings:
First bit is bit 0. The default in binary is: 0001 1110 0001 1000 0000 0000 0000 1010 Support for downloading updates from Microsoft UpdateSetting bits 27 and/or 28 will enable Nomad to download content from Microsoft Update if the update has been deployed with Configuration Manager and the option If software updates are not available on distribution point in current, neighbor or site boundary, download content from Microsoft Update has been enabled on the Download Settings tab of the deployment. Nomad will not be used to download updates from Microsoft Update if the update is requested outside of a Configuration Manager Software Update Deployment (e.g. when using Windows Update for Business). NotePrior to 1E Client 4.1 (Nomad 7.0) the default was 0x00180000 (1572864):
| |
0x00100002 (1048578) | For the task sequence action Install and configure Nomad in Windows PE, the registry value is set to the sum of the values for the required bits. The default value combines the following settings:
Note | ||
The installer property must be set to sum of the values for the required bits, and given in decimal notation. For example, the following installer command-line uses:
> msiexec /i 1E.Client-x64.msi MODULE.NOMAD.COMPATIBILITYFLAGS=505020427 [other properties] /qn |
Bit | Hex | Decimal | Description |
---|---|---|---|
0 |
| 1 | Never check hashes of downloaded content. |
1 |
| 2 | Enable longer values for hashes. This value is auto-enabled when the Configuration Manager client is detected. You must manually configure this setting on any DP that does not have the Configuration Manager client installed. NotePrior to 1E Client 4.1 (Nomad 7.0) this was disabled (0) by default. |
2 |
| 4 | Calculate CRCs as files are downloading. |
3 |
| 8 | Fix wrong IPs in election messages. On multi-homed machines sometimes the IP from a wrong adapter can get sent in the election messages resulting in peers failing to connect to the master. Enabling this flag causes Nomad to correct such IPs at the time when messages are received and thus prevent master connectivity issues. |
4 |
| 16 | Determines compatibility with Nomad v3.x caches. Set this option once all Nomad v3.x installations have been upgraded. |
5 |
| 32 | Disable all RDC data generation. |
6 |
| 64 | Keep Packages that failed the CRC test during P2P or download from DP. |
7 |
| 128 | Prevent computers using wireless connections from becoming fill-in multicast masters. |
8 |
| 256 | Include LinkLocal IPv4 addresses. |
9 |
| 512 | Include LinkLocal IPv6 addresses. |
11 |
| 2048 | RESERVED |
12 |
| 4096 | Do not automatically jump from HTTP to HTTPS during download from DP. |
13 |
| 8192 | Always use HTTPS. (Use this setting when Configuration Manager is configured to use HTTPS-only communication for downloading content from Distribution Points) |
14 |
| 16384 | RESERVED |
15 |
| 32768 | RESERVED |
16 |
| 65536 | RESERVED (this flag is no longer used; previously this flag disabled a workaround for the issue described in Nomad post-installation tasks: IIS request filtering) |
17 |
| 131072 | Disable DelegatedLSZ checks and errors. |
18 |
| 262144 | Disable partial download when App-V streaming, i.e. download entire application. |
19 |
| 524288 | Enable full hash generation for SIS content when an LsZ file is generated on a DP. If this is not enabled, SIS content is trusted, and corrupted content may be downloaded. Enabled by default. |
20 |
| 1048576 | Abort download on the Nomad client if an LsZ hash mismatch is detected. If this is not set, when a Nomad client detects a hash mismatch it will re-request LsZ generation on the DP then try again, and get stuck in a loop if the SIS content is corrupt. Must be set on clients if Bit 19 is set on DPs. Enabled by default. |
25 |
| 33554432 | Turn off Dynamic Block Size. This flag is set by default, which means Dynamic Block Size is disabled by default. NotePrior to 1E Client 4.1 (Nomad 7.0) this bit was off, meaning Dynamic Block Size was enabled by default. |
26 |
| 67108864 | Enable download of Windows 10 Express update files. Enabled by default. NoteThis is a new setting in 1E Client 4.1 (Nomad 7.0) and Q20144 for NomadBranch 6.3.201. |
27 |
| 134217728 | Enable download of full file software updates from Microsoft Update when deployed through Configuration Manager (see Support for downloading updates from Microsoft Update). Enabled by default. NoteThis is a new setting in 1E Client 4.1 (Nomad 7.0) and Q20246 for NomadBranch 6.3.201. |
28 |
| 268435456 | Enable download of byte-range software updates (e.g. Express updates, O365 updates) from Microsoft Update when deployed through Configuration Manager >(see Support for downloading updates from Microsoft Update ). Enabled by default. NoteThis is a new setting in 1E Client 4.1 (Nomad 7.0) and Q20246 for NomadBranch 6.3.201. |
30 |
| 1073741824 | Enable SoftwareUpdate metadata validation. This is not enabled by default. It can be used to resolve rare issues related to SoftwareUpdates where the contents could be updated without any change in its ID or version. Please refer to Resolving SoftwareUpdate metadata validation for more details. NoteThis is a new setting in 1E Client 5.1 (Nomad 7.0.200). |