The
MPCompat configuration has been added to the sadmin config command. Modes of the
MPCompat config are:
- Disable MPCompat (value = 0): Disable MPCompat feature.
- Include MPCompat (value = 1): Apply MPCompat feature to the applications having the h attribute set. This value is also default.
- Exclude MPCompat (value = 2): Apply MPCompat feature on all applications except the application having the j attribute set.
The
sadmin attr command is used to include or exclude a binary from MPCompat enforcement. Two new flags,
-h and
-j, have been introduced. The
-h flag adds a binary in the MPCompat include list, and the
-j flag adds it to the MPCompat exclude list.
Create a Solidcore SC Run Command client task containing multiple (2) lines:
- Type the following command in the first line of the task:
config set MPCompat=1
- Type the following command in the second line of the task:
attr add -h chrome.exe
- Run the client task.
- Reboot the system for the new configuration to take effect.