Merge branch 'WDAC-Docs' of https://github.com/jsuther1974/windows-docs-pr into WDAC-Docs

This commit is contained in:
jsuther1974
2025-03-09 05:15:30 -07:00
495 changed files with 2802 additions and 2197 deletions

View File

@ -3,7 +3,7 @@ title: Understanding App Control event tags
description: Learn what different App Control for Business event tags signify.
ms.localizationpriority: medium
ms.date: 09/11/2024
ms.topic: conceptual
ms.topic: article
---
# Understanding App Control event tags

View File

@ -3,7 +3,7 @@ title: Inbox App Control policies
description: This article describes the inbox App Control policies that may be active on a device.
ms.manager: jsuther
ms.date: 09/11/2024
ms.topic: conceptual
ms.topic: article
ms.localizationpriority: medium
---

View File

@ -62,7 +62,7 @@ Although App Control audit mode is designed to avoid any effect on apps, some fe
### .NET native images may generate false positive block events
In some cases, the code integrity logs where App Control for Business errors and warnings are written include error events for native images generated for .NET assemblies. Typically, native image blocks are functionally benign as a blocked native image falls back to its corresponding assembly and .NET regenerates the native image at its next scheduled maintenance window.
In some cases, the code integrity logs where App Control for Business errors and warnings are written include error events for native images generated for .NET assemblies. Typically, native image blocks are functionally benign as a blocked native image falls back to its corresponding assembly and .NET regenerates the native image at its next scheduled maintenance window. To prevent that, consider compiling your .NET application ahead of time using the [Native AOT](/dotnet/core/deploying/native-aot) feature.
### .NET doesn't load Component Object Model (COM) objects with mismatched GUIDs