mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-20 04:43:37 +00:00
Corrected note styles
This commit is contained in:
@ -37,7 +37,8 @@ The [Microsoft Component Object Model (COM)](/windows/desktop/com/the-component-
|
|||||||
|
|
||||||
Prior to the Windows 10 1903 update, Windows Defender Application Control (WDAC) enforced a built-in allow list for COM object registration. While this mechanism works for most common application usage scenarios, customers have provided feedback that there are cases where additional COM objects need to be allowed. The 1903 update to Windows 10 introduces the ability to specify allowed COM objects via their GUID in the WDAC policy.
|
Prior to the Windows 10 1903 update, Windows Defender Application Control (WDAC) enforced a built-in allow list for COM object registration. While this mechanism works for most common application usage scenarios, customers have provided feedback that there are cases where additional COM objects need to be allowed. The 1903 update to Windows 10 introduces the ability to specify allowed COM objects via their GUID in the WDAC policy.
|
||||||
|
|
||||||
**NOTE**: To add this functionality to other versions of Windows 10, you can install the following or later updates:
|
> [!NOTE]
|
||||||
|
> To add this functionality to other versions of Windows 10, you can install the following or later updates.
|
||||||
|
|
||||||
- Windows 10, 1809 June 18, 2019—KB4501371 (OS Build 17763.592) (https://support.microsoft.com/help/4501371/windows-10-update-kb4501371)
|
- Windows 10, 1809 June 18, 2019—KB4501371 (OS Build 17763.592) (https://support.microsoft.com/help/4501371/windows-10-update-kb4501371)
|
||||||
- Windows 10, 1803 June 18, 2019—KB4503288 (OS Build 17134.858) (https://support.microsoft.com/help/4503288/windows-10-update-kb4503288)
|
- Windows 10, 1803 June 18, 2019—KB4503288 (OS Build 17134.858) (https://support.microsoft.com/help/4503288/windows-10-update-kb4503288)
|
||||||
@ -61,8 +62,11 @@ Three elements:
|
|||||||
|
|
||||||
One attribute:
|
One attribute:
|
||||||
|
|
||||||
- Value: needs to be “true” for allow and “false” for deny<br/>
|
- Value: needs to be “true” for allow and “false” for deny
|
||||||
**Note**: Deny only works in base policies, not supplemental policies
|
|
||||||
|
> [!NOTE]
|
||||||
|
> Deny only works in base policies, not supplemental policies
|
||||||
|
|
||||||
- The setting needs to be placed in the order of ASCII values (first by Provider, then Key, then ValueName)
|
- The setting needs to be placed in the order of ASCII values (first by Provider, then Key, then ValueName)
|
||||||
|
|
||||||
### Examples
|
### Examples
|
||||||
|
Reference in New Issue
Block a user