Skip to content

Commit fde0490

Browse files
Merge pull request #6583 from MicrosoftDocs/main
Auto Publish – main to live - 2026-04-02 05:00 UTC
2 parents ec78468 + 52f714b commit fde0490

21 files changed

Lines changed: 1299 additions & 1241 deletions

hub/apps/develop/toc.yml

Lines changed: 1220 additions & 1221 deletions
Large diffs are not rendered by default.

hub/apps/get-started/ai-build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You've built a complete WinUI 3 notes app using:
132132

133133
## Optional: Add on-device AI to your app
134134

135-
The notes app is fully functional — but you can take it further by adding an AI feature that runs entirely on the user's device. [Foundry Local](https://learn.microsoft.com/windows/ai/foundry-local/get-started) makes this straightforward: it runs a language model locally and exposes an OpenAI-compatible API.
135+
The notes app is fully functional — but you can take it further by adding an AI feature that runs entirely on the user's device. [Foundry Local](/windows/ai/foundry-local/get-started) makes this straightforward: it runs a language model locally and exposes an OpenAI-compatible API.
136136

137137
### Install Foundry Local and download a model
138138

@@ -171,7 +171,7 @@ var completion = await client.GetChatClient("phi-4-mini")
171171
No internet connection required. No API key. The model runs on their PC — fast, private, and free.
172172

173173
> [!TIP]
174-
> For apps targeting Copilot+ PCs, you can swap Foundry Local for [Phi Silica](https://learn.microsoft.com/windows/ai/apis/phi-silica) to use the NPU directly for even faster inference. The API surface is different (Windows AI APIs rather than OpenAI-compatible), but Copilot can help you make the switch.
174+
> For apps targeting Copilot+ PCs, you can swap Foundry Local for [Phi Silica](/windows/ai/apis/phi-silica) to use the NPU directly for even faster inference. The API surface is different (Windows AI APIs rather than OpenAI-compatible), but Copilot can help you make the switch.
175175
176176
---
177177

hub/apps/get-started/ai-for-windows-developers.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Windows is where AI development is happening — both for developers writing app
1616
This article covers both: the AI coding tools that help you build Windows apps faster, and the Windows AI stack that lets you put intelligence directly into your app. When you're ready, follow the links to set up your environment and start building.
1717

1818
> [!TIP]
19-
> **New to Windows development?** Windows has the deepest local AI stack of any platform: [Foundry Local](https://learn.microsoft.com/windows/ai/foundry-local/get-started) runs state-of-the-art models on any hardware, [Phi Silica](https://learn.microsoft.com/windows/ai/apis/phi-silica) uses the NPU on Copilot+ PCs for near-instant inference, and the full [Windows AI API surface](/windows/ai/) is available to any packaged app. If you're coming from Linux or macOS, Windows Subsystem for Linux (WSL) and the GitHub Copilot CLI Terminal mean you don't have to give up your existing workflow to get started.
19+
> **New to Windows development?** Windows has the deepest local AI stack of any platform: [Foundry Local](/windows/ai/foundry-local/get-started) runs state-of-the-art models on any hardware, [Phi Silica](/windows/ai/apis/phi-silica) uses the NPU on Copilot+ PCs for near-instant inference, and the full [Windows AI API surface](/windows/ai/) is available to any packaged app. If you're coming from Linux or macOS, Windows Subsystem for Linux (WSL) and the GitHub Copilot CLI Terminal mean you don't have to give up your existing workflow to get started.
2020
2121
## Two ways AI changes Windows development
2222

@@ -95,7 +95,7 @@ The Windows AI stack lets you ship AI features directly in your app — with har
9595

9696
### Foundry Local
9797

98-
[Foundry Local](https://learn.microsoft.com/windows/ai/foundry-local/get-started) runs large language models locally on any Windows PC. It exposes an OpenAI-compatible REST API, so you can use your existing AI code against local models with no rewrite. Foundry Local is the recommended starting point for adding AI to a Windows app — it works on any hardware, requires no Azure subscription, and keeps user data on-device.
98+
[Foundry Local](/windows/ai/foundry-local/get-started) runs large language models locally on any Windows PC. It exposes an OpenAI-compatible REST API, so you can use your existing AI code against local models with no rewrite. Foundry Local is the recommended starting point for adding AI to a Windows app — it works on any hardware, requires no Azure subscription, and keeps user data on-device.
9999

100100
```bash
101101
winget install Microsoft.AIFoundry.Local
@@ -106,7 +106,7 @@ After the model starts, call it from your app using the OpenAI-compatible endpoi
106106

107107
### Phi Silica
108108

109-
[Phi Silica](https://learn.microsoft.com/windows/ai/apis/phi-silica) is a compact, highly capable model built into Windows 11 on Copilot+ PCs. It runs entirely on the NPU — no GPU, no cloud, near-instant inference. If your app targets Copilot+ PCs, Phi Silica is the fastest local AI option available.
109+
[Phi Silica](/windows/ai/apis/phi-silica) is a compact, highly capable model built into Windows 11 on Copilot+ PCs. It runs entirely on the NPU — no GPU, no cloud, near-instant inference. If your app targets Copilot+ PCs, Phi Silica is the fastest local AI option available.
110110

111111
> [!NOTE]
112112
> Phi Silica requires a Copilot+ PC (with NPU, 40+ TOPS). For apps targeting all Windows hardware, use Foundry Local with a fallback to cloud APIs.
@@ -132,7 +132,7 @@ All of these run on-device, require no cloud subscription, and become available
132132
Or jump straight to:
133133

134134
- [Tutorial: Build a Windows app with GitHub Copilot](ai-build.md)
135-
- [Get started with Foundry Local](https://learn.microsoft.com/windows/ai/foundry-local/get-started)
135+
- [Get started with Foundry Local](/windows/ai/foundry-local/get-started)
136136
- [Modernize or port a Windows app with Copilot](../windows-app-sdk/migrate-to-windows-app-sdk/ai-modernize.md)
137137
- [Agentic AI tools for Windows development](../dev-tools/agentic-tools.md)
138138
- [Windows AI APIs overview](/windows/ai/)

hub/apps/publish/recent-data-usage-reports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.localizationpriority: medium
99

1010
# What’s New - Recent data view in Usage reports
1111

12-
The [**Recent data** view in Usage reports](https://partner.microsoft.com/dashboard/insights/analytics/store/usage?viewSelected=48h) provides near real‑time visibility into how users are engaging with your app. With this launch, data is now refreshed in about 3 hours instead of 30 hours, delivering a faster and more responsive reporting experience. This view is designed to complement the [existing daily and longer‑term Usage insights](https://learn.microsoft.com/windows/apps/publish/usage) by focusing on very recent activity, helping you react quickly to changes without waiting for daily aggregation.
12+
The [**Recent data** view in Usage reports](https://partner.microsoft.com/dashboard/insights/analytics/store/usage?viewSelected=48h) provides near real‑time visibility into how users are engaging with your app. With this launch, data is now refreshed in about 3 hours instead of 30 hours, delivering a faster and more responsive reporting experience. This view is designed to complement the [existing daily and longer‑term Usage insights](/windows/apps/publish/usage) by focusing on very recent activity, helping you react quickly to changes without waiting for daily aggregation.
1313

1414
#### What the Recent data view shows
1515

hub/apps/publish/whats-new-company-developer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.localizationpriority: medium
1111
The new onboarding process allows company developers to publish apps to the Microsoft Store without any onboarding fees.
1212

1313
> [!NOTE]
14-
> This onboarding experience is currently available in India. Availability will expand to additional markets over time.
14+
> This onboarding experience is currently available in flighted markets (including US) only. Availability will expand to additional markets over time.
1515
1616
## What’s New
1717

hub/dev-environment/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ For most Java development — web backends, Android, enterprise apps — native
7474
> [!div class="nextstepaction"]
7575
> [Java on Azure and Windows documentation](/java/)
7676
77-
- [Java for Beginners (video series)](https://learn.microsoft.com/shows/java-for-beginners/)
77+
- [Java for Beginners (video series)](/shows/java-for-beginners/)
7878
- [Learn Java (java.com)](https://dev.java/learn/)
7979
- [Maven in 5 minutes](https://maven.apache.org/guides/getting-started/maven-in-five-minutes.html)
8080
- [Gradle quickstart](https://docs.gradle.org/current/userguide/getting_started_eng.html)

hub/powertoys/advanced-paste.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ From the Settings menu, configure the following options:
3333
| Model providers | Lists the configured AI model providers for use with Paste with AI. You can add providers with the **Add model** button. See [Adding a model provider](#adding-a-model-provider) for a list of supported providers and more information about configuring them. An account and valid API key is required for online model providers. You can also remove any of the configured providers from this list. |
3434
| Clipboard history | Enable to automatically save clipboard history. |
3535
| Automatically close the Advanced Paste window after it loses focus | Determines whether the Advanced Paste window closes after it loses focus. |
36+
| Show clipboard preview | Display a preview of the current clipboard content in the Advanced Paste window. |
3637
| Custom format preview | Enable to preview the output of the custom format before pasting. |
38+
| Auto-copy selection for custom action hotkeys | When enabled, attempts to copy the current selection before running a custom action shortcut, so you can trigger custom actions directly on selected text without manually copying first. |
3739
| Actions (Create and manage Advanced Paste custom actions) | When using Paste with AI, save the prompts you frequently use and give them descriptive names, so you can easily select them from the Advanced Paste window without having to type them out. You can also assign each action a keyboard command, so you can execute them without opening the Advanced Paste window. |
3840
| Open Advanced Paste window shortcut | The customizable keyboard command to open the **Advanced Paste** window. |
3941
| Paste as plain text directly shortcut | The customizable keyboard command to paste as plain text without opening the **Advanced Paste** window. |

hub/powertoys/crop-and-lock.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,18 @@ Select the **Close** button of the cropped window to close it and restore the or
3535

3636
### Thumbnail
3737

38-
Creates a window that shows the selected area of the original window. Any changes to the original window's selected area will be reflected on the thumbnail, but the original application can't be controlled through the thumbnail. This mode has the best compatibility.
38+
Creates a window that shows the selected area of the original window. Any changes to the original window's selected area will be reflected on the thumbnail, but the original application can't be controlled through the thumbnail. This mode has the best compatibility across apps.
3939

4040
### Reparent
4141

4242
Creates a window that replaces the original window, showing only the selected area. The application will now be controlled through the cropped window. Closing the cropped window will restore the original window.
4343

4444
Not every window will react well to being contained in another application so this mode has many compatibility issues. It's advisable to use the "Thumbnail" mode instead if you find that a window isn't responding well to being cropped with the "Reparent" mode.
4545

46+
### Screenshot
47+
48+
Creates a window that shows the selected area of the original window as a frozen snapshot. This mode has good compatibility across apps as well.
49+
4650
## Known issues
4751

4852
Crop And Lock currently has the following known issues:
@@ -59,5 +63,6 @@ The following settings are available for the Crop And Lock utility:
5963
| :--- | :--- |
6064
| **Thumbnail shortcut** | The customizable keyboard command to activate the thumbnail mode for cropping and creating a thumbnail view. |
6165
| **Reparent shortcut** | The customizable keyboard command to activate the reparent mode for cropping and reparenting to a new window. |
66+
| **Screenshot shortcut** | The customizable keyboard command to create a cropped, static screenshot of another window. Unlike the thumbnail mode, the screenshot does not update with the original window's content. |
6267

6368
[!INCLUDE [install-powertoys.md](../includes/install-powertoys.md)]

hub/powertoys/file-explorer.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ PowerToys File Explorer add-ons enhance Windows File Explorer with preview pane
1717
1818
## Preview Pane previewers
1919

20-
Preview Pane is an existing feature in Windows File Explorer which allows you to see a preview of the file's contents in the view's reading pane. PowerToys adds multiple extensions: Markdown, SVG, PDF, G-code and QOI. In addition to those, PowerToys also adds support for source code files for more than 150 file extensions.
20+
Preview Pane is an existing feature in Windows File Explorer which allows you to see a preview of the file's contents in the view's reading pane. PowerToys adds multiple extensions: Markdown, SVG, PDF, G-code, Binary G-code (BGCODE), and QOI. In addition to those, PowerToys also adds support for source code files for more than 150 file extensions.
2121

2222
Preview Pane supports:
2323

@@ -26,8 +26,17 @@ Preview Pane supports:
2626
- Source code files (.cs, .cpp, .rs, …)
2727
- PDF files (.pdf)
2828
- G-code files (.gcode)
29+
- Binary G-code files (.bgcode)
2930
- QOI images (.qoi)
3031

32+
### Settings for SVG images previewer
33+
34+
Expand the **Scalable Vector Graphics** section to change the following settings.
35+
36+
| Setting | Description |
37+
| :-- | :-- |
38+
| Checkered shade | Set the background shade for SVG previews. This helps visualize transparent areas in SVG images. |
39+
3140
### Settings for Source code files previewer
3241

3342
Expand the **Source code files (Monaco)** section to change the following settings.
@@ -37,6 +46,9 @@ Expand the **Source code files (Monaco)** section to change the following settin
3746
| Wrap text | Enable or disable word wrapping. |
3847
| Try to format the source for preview | Enable or disable formatting of the source code for json and xml files.<br />The original file stays unchanged. |
3948
| Maximum file size to preview | Maximum file size in kilobytes to preview. |
49+
| Font size | Font size of the editor in points. Recommended: 14pt. |
50+
| Enable sticky scroll | When enabled, keeps the current scope (such as function or class headers) pinned at the top of the preview while scrolling. |
51+
| Show minimap | When enabled, displays a minimap overview of the code in the preview window. |
4052

4153
### Enabling Preview Pane support
4254

@@ -70,6 +82,7 @@ Thumbnail preview supports:
7082
- SVG images (.svg)
7183
- PDF files (.pdf)
7284
- G-code files (.gcode)
85+
- Binary G-code files (.bgcode)
7386
- STL files (.stl)
7487
- QOI images (.qoi)
7588

hub/powertoys/general.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,13 @@ The General settings section of Microsoft PowerToys allows you to configure esse
1515

1616
## Version & updates
1717

18-
Here you can check for new updates, and if one is available, you can download and install it. You can also indicate whether updates should be downloaded automatically, if you want to be notified about new releases, and if the release notes should be displayed after an update.
18+
Here you can check for new updates, and if one is available, you can download and install it.
19+
20+
| Setting | Description |
21+
| :--- | :--- |
22+
| Download updates automatically | When enabled, PowerToys automatically downloads available updates in the background. |
23+
| Show new updates as toast notifications | When enabled, displays a Windows toast notification when a new update is available. |
24+
| Show what's new after updates | When enabled, displays a "What's New" dialog after updates are applied so you can see the latest changes. |
1925

2026
## Settings search
2127

@@ -35,7 +41,11 @@ PowerToys includes a feature to detect shortcut conflicts. If you have multiple
3541

3642
## Administrator mode
3743

38-
Read more about the administrator mode in the [PowerToys running with administrator permissions](./administrator.md) section of the documentation.
44+
PowerToys can run in administrator mode for enhanced capabilities. Read more about the administrator mode in the [PowerToys running with administrator permissions](./administrator.md) section of the documentation.
45+
46+
| Setting | Description |
47+
| :--- | :--- |
48+
| Warnings for elevated apps | When enabled, shows warnings when an elevated (administrator) application may interfere with PowerToys utilities. This helps you understand when certain features might not work as expected due to Windows security boundaries between elevated and non-elevated processes. |
3949

4050
## Appearance & behavior
4151

@@ -55,7 +65,18 @@ If activated, PowerToys will start automatically when you log in to Windows.
5565

5666
When activated, PowerToys shows an icon in the system tray area of the taskbar. You can use this icon to open the PowerToys settings app or the PowerToys flyout.
5767

58-
In addition, you can control whether the Quick Access flyout is enabled, assign a hotkey, and choose a theme-aware monochrome system tray icon.
68+
| Setting | Description |
69+
| :--- | :--- |
70+
| Show theme-adaptive system tray icon | When enabled, the system tray icon uses a monochrome icon that adapts to your current Windows theme (light or dark) for a more consistent appearance. |
71+
72+
### Quick Access flyout
73+
74+
The Quick Access flyout provides a shortcut to toggle PowerToys utilities on or off without opening the full Settings window.
75+
76+
| Setting | Description |
77+
| :--- | :--- |
78+
| Enable Quick Access | Enable or disable the Quick Access flyout. |
79+
| Quick Access shortcut | Set the keyboard shortcut to open the Quick Access flyout. |
5980

6081
## Back up & restore
6182

0 commit comments

Comments
 (0)