Skip to content

Commit 75cd7a1

Browse files
Merge pull request #5780 from MicrosoftDocs/main
Auto Publish – main to live - 2025-09-09 05:00 UTC
2 parents 428e61f + 768a750 commit 75cd7a1

File tree

3 files changed

+11
-9
lines changed

3 files changed

+11
-9
lines changed

hub/apps/develop/smart-app-control/overview.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ Go to **Settings** > **Windows Security** > **App and Browser Control**.
4646
- If **Evaluation** is selected, Smart App Control is running in evaluation mode.
4747
- If **Off** is selected, Smart App Control is not running on this device.
4848

49+
### What makes somebody a good candidate for Smart App Control?
50+
51+
Essentially, we're looking to see if Smart App Control is a good fit for your device or if it's going to get in your way too often. **In most cases Smart App Control automatically turns on** to protect against untrusted or malicious apps. However, there are some legitimate tasks that corporate users, developers, or others do regularly that might not be a great experience with Smart App Control running. **If we detect that you're one of those users, we automatically turn Smart App Control off** so you can work with fewer interruptions.
52+
4953
### Will I be notified when Smart App Control enters enforcement mode?
5054

5155
Yes. You will receive a [Toast Notification](/windows/apps/design/shell/tiles-and-notifications/toast-notifications-overview) when Smart App Control enters enforcement mode.

hub/apps/windows-app-sdk/experimental-channel.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Latest experimental channel release notes for the Windows App SDK
33
description: Learn about the latest experimental releases of the Windows App SDK.
44
ms.topic: release-notes
5-
ms.date: 07/14/2025
5+
ms.date: 09/08/2025
66
keywords: windows win32, windows app development, project reunion, experimental, windows app sdk
77
ms.localizationpriority: medium
88
---
@@ -63,13 +63,12 @@ Enables developers to specify the desired output language for conversation summa
6363
### Bug Fixes
6464

6565
- Removed duplicate .winmd files for AI components. For more information see [Windows App SDK GitHub Issue #5439](https://github.com/microsoft/WindowsAppSDK/issues/5439)
66-
- Addressed a potential crash in `ApplicationDataProvider::GetStateFolderUris` caused by reentrancy. For more information see [Windows App SDK GitHub Issue #10513](https://github.com/microsoft/WindowsAppSDK/issues/10513)
67-
- Addressed a UI bug where the `TitleBar` displayed incorrect spacing when a short title was used. For more information see [Windows App SDK GitHub Issue #10492](https://github.com/microsoft/WindowsAppSDK/issues/10492)
68-
- Addressed a UI bug where the `CalendarDatePicker` control displayed incorrect icon margins when a long header was set. For more information see [Windows App SDK GitHub Issue #10469](https://github.com/microsoft/WindowsAppSDK/issues/10469)
69-
- Resolved an issue related to versioning mismatches between WIndowsAppSDK and Windows SDK NuGet packages, which can cause new projects to fail to build out of the box. For more information see [Windows App SDK GitHub Issue #10467](https://github.com/microsoft/WindowsAppSDK/issues/10467)
70-
- Addressed a regression where the mouse wheel input was ignored if the "Scroll inactive windows when hovering over them" setting was disabled, making windows appear perpetually inactive. For more information see [Windows App SDK GitHub Issue #10091](https://github.com/microsoft/WindowsAppSDK/issues/10091)
71-
72-
- Addressed a deployment bug where failing to set `$(WindowsPackageType)=MSIX` in the project file prevents the Deployment Manager from being added, causing apps to require admin privileges unexpectedly. For more information see [Windows App SDK GitHub Issue #8182](https://github.com/microsoft/WindowsAppSDK/issues/8182)
66+
- Addressed a potential crash in `ApplicationDataProvider::GetStateFolderUris` caused by reentrancy. For more information see [Windows App SDK GitHub Issue #10513](https://github.com/microsoft/Microsoft-UI-XAML/issues/10513)
67+
- Addressed a UI bug where the `TitleBar` displayed incorrect spacing when a short title was used. For more information see [Windows App SDK GitHub Issue #10492](https://github.com/microsoft/Microsoft-UI-XAML/issues/10492)
68+
- Addressed a UI bug where the `CalendarDatePicker` control displayed incorrect icon margins when a long header was set. For more information see [Windows App SDK GitHub Issue #10469](https://github.com/microsoft/Microsoft-UI-XAML/issues/10469)
69+
- Resolved an issue related to versioning mismatches between WIndowsAppSDK and Windows SDK NuGet packages, which can cause new projects to fail to build out of the box. For more information see [Windows App SDK GitHub Issue #10467](https://github.com/microsoft/Microsoft-UI-XAML/issues/10467)
70+
- Addressed a regression where the mouse wheel input was ignored if the "Scroll inactive windows when hovering over them" setting was disabled, making windows appear perpetually inactive. For more information see [Windows App SDK GitHub Issue #10091](https://github.com/microsoft/Microsoft-UI-XAML/issues/10091)
71+
- Addressed a deployment bug where failing to set `$(WindowsPackageType)=MSIX` in the project file prevents the Deployment Manager from being added, causing apps to require admin privileges unexpectedly. For more information see [Windows App SDK GitHub Issue #8182](https://github.com/microsoft/Microsoft-UI-XAML/issues/8182)
7372

7473
### New APIs for 1.8-experimental4
7574

hub/powertoys/command-palette/using-markdown-content.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ public class <ExtensionName>Page : ContentPage
100100
Icon = new("\uE8A5"); // Document icon
101101
Title = "Markdown page";
102102
Name = "Preview file";
103-
path =
104103

105104
+ Commands = [
106105
+ new CommandContextItem(new OpenUrlCommand(doc_path)) { Title = "Open in File Explorer" },

0 commit comments

Comments
 (0)