You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/get-started/ai-build.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ You've built a complete WinUI 3 notes app using:
132
132
133
133
## Optional: Add on-device AI to your app
134
134
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.
136
136
137
137
### Install Foundry Local and download a model
138
138
@@ -171,7 +171,7 @@ var completion = await client.GetChatClient("phi-4-mini")
171
171
No internet connection required. No API key. The model runs on their PC — fast, private, and free.
172
172
173
173
> [!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.
Copy file name to clipboardExpand all lines: hub/apps/get-started/ai-for-windows-developers.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ Windows is where AI development is happening — both for developers writing app
16
16
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.
17
17
18
18
> [!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.
20
20
21
21
## Two ways AI changes Windows development
22
22
@@ -95,7 +95,7 @@ The Windows AI stack lets you ship AI features directly in your app — with har
95
95
96
96
### Foundry Local
97
97
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.
99
99
100
100
```bash
101
101
winget install Microsoft.AIFoundry.Local
@@ -106,7 +106,7 @@ After the model starts, call it from your app using the OpenAI-compatible endpoi
106
106
107
107
### Phi Silica
108
108
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.
110
110
111
111
> [!NOTE]
112
112
> 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
132
132
Or jump straight to:
133
133
134
134
-[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)
136
136
-[Modernize or port a Windows app with Copilot](../windows-app-sdk/migrate-to-windows-app-sdk/ai-modernize.md)
137
137
-[Agentic AI tools for Windows development](../dev-tools/agentic-tools.md)
Copy file name to clipboardExpand all lines: hub/apps/publish/recent-data-usage-reports.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ ms.localizationpriority: medium
9
9
10
10
# What’s New - Recent data view in Usage reports
11
11
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.
Copy file name to clipboardExpand all lines: hub/powertoys/advanced-paste.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,9 @@ From the Settings menu, configure the following options:
33
33
| 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. |
34
34
| Clipboard history | Enable to automatically save clipboard history. |
35
35
| 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. |
36
37
| 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. |
37
39
| 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. |
38
40
| Open Advanced Paste window shortcut | The customizable keyboard command to open the **Advanced Paste** window. |
39
41
| Paste as plain text directly shortcut | The customizable keyboard command to paste as plain text without opening the **Advanced Paste** window. |
Copy file name to clipboardExpand all lines: hub/powertoys/crop-and-lock.md
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,14 +35,18 @@ Select the **Close** button of the cropped window to close it and restore the or
35
35
36
36
### Thumbnail
37
37
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.
39
39
40
40
### Reparent
41
41
42
42
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.
43
43
44
44
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.
45
45
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
+
46
50
## Known issues
47
51
48
52
Crop And Lock currently has the following known issues:
@@ -59,5 +63,6 @@ The following settings are available for the Crop And Lock utility:
59
63
| :--- | :--- |
60
64
|**Thumbnail shortcut**| The customizable keyboard command to activate the thumbnail mode for cropping and creating a thumbnail view. |
61
65
|**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. |
Copy file name to clipboardExpand all lines: hub/powertoys/file-explorer.md
+14-1Lines changed: 14 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ PowerToys File Explorer add-ons enhance Windows File Explorer with preview pane
17
17
18
18
## Preview Pane previewers
19
19
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.
21
21
22
22
Preview Pane supports:
23
23
@@ -26,8 +26,17 @@ Preview Pane supports:
26
26
- Source code files (.cs, .cpp, .rs, …)
27
27
- PDF files (.pdf)
28
28
- G-code files (.gcode)
29
+
- Binary G-code files (.bgcode)
29
30
- QOI images (.qoi)
30
31
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
+
31
40
### Settings for Source code files previewer
32
41
33
42
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
37
46
| Wrap text | Enable or disable word wrapping. |
38
47
| 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. |
39
48
| 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. |
Copy file name to clipboardExpand all lines: hub/powertoys/general.md
+24-3Lines changed: 24 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,13 @@ The General settings section of Microsoft PowerToys allows you to configure esse
15
15
16
16
## Version & updates
17
17
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. |
19
25
20
26
## Settings search
21
27
@@ -35,7 +41,11 @@ PowerToys includes a feature to detect shortcut conflicts. If you have multiple
35
41
36
42
## Administrator mode
37
43
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. |
39
49
40
50
## Appearance & behavior
41
51
@@ -55,7 +65,18 @@ If activated, PowerToys will start automatically when you log in to Windows.
55
65
56
66
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.
57
67
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. |
0 commit comments