Skip to content

Commit 1d35da1

Browse files
committed
Merged PR 21216: Updates to SmartAppControlPolicy API topics
Minor updates to `SmartAppControlPolicy` API pages after discussing topics with feature team.
1 parent 9c3a42f commit 1d35da1

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

windows.system.profile/smartappcontrolpolicy.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,17 @@ The **Smart App Control** policy interface and runtime class.
1515

1616
## -remarks
1717

18-
**Smart App Control** is a new security feature in Windows 11, which improves consumer PC security by blocking apps that are malicious or untrusted. It is implemented as a Microsoft Defender Application Control (MDAC) policy, similar to [Windows in S mode](https://support.microsoft.com/windows/windows-10-and-windows-11-in-s-mode-faq-851057d6-1ee9-b9e5-c30b-93baebeebc85).
18+
**Smart App Control** is a new security feature in Windows 11, which improves consumer PC security by blocking apps that are malicious or untrusted. It's implemented as a Microsoft Defender Application Control (MDAC) policy, similar to [Windows in S mode](https://support.microsoft.com/windows/windows-10-and-windows-11-in-s-mode-faq-851057d6-1ee9-b9e5-c30b-93baebeebc85).
1919

20-
Apps and services may want to query the **Smart App Control** mode on a given system, or register for a notification when the state changes. This can be done with the **SmartAppControlPolicy** APIs.
20+
Apps and services may want to query the **Smart App Control** mode on a given system or register for a notification when the state changes. This can be accomplished with the **SmartAppControlPolicy** APIs.
2121

2222
## -see-also
2323

2424
[What is Smart App Control?](https://support.microsoft.com/topic/what-is-smart-app-control-285ea03d-fa88-4d56-882e-6698afdb7003)
2525

2626
## -examples
2727

28-
The following example shows how to register for the [SmartAppControlPolicy.Changed](smartappcontrolpolicy_changed.md) event and handle the event when it's raised.
28+
The following example shows how apps can register for the [SmartAppControlPolicy.Changed](smartappcontrolpolicy_changed.md) event and handle the event when it's raised.
2929

3030
```csharp
3131
using Windows.System.Profile;

windows.system.profile/smartappcontrolpolicy_changed.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ public static event System.EventHandler<object> Changed;
1111

1212
## -description
1313

14-
This event is invoked when the **Smart App Control** state has changed.
14+
This event is invoked when the **Smart App Control** state changes.
1515

1616
## -remarks
1717

1818
## -see-also
1919

20-
[IsEnabled](smartappcontrolpolicy_isenabled.md)
20+
[IsEnabled](smartappcontrolpolicy_isenabled.md), [SmartAppControlPolicy](smartappcontrolpolicy.md)
2121

2222
## -examples

windows.system.profile/smartappcontrolpolicy_isenabled.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Indicates whether **Smart App Control** is enabled.
1919

2020
## -see-also
2121

22-
[Changed](smartappcontrolpolicy_changed.md)
22+
[Changed](smartappcontrolpolicy_changed.md), [SmartAppControlPolicy](smartappcontrolpolicy.md)
2323

2424
## -examples

0 commit comments

Comments
 (0)