Skip to content

Commit 8dd451d

Browse files
committed
Add copilot tip for winget commands to install.md
1 parent 623b08d commit 8dd451d

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

hub/powertoys/install.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Install PowerToys
33
description: Install PowerToys, a set of utilities for customizing Windows, using an executable file or package manager (WinGet, Chocolatey, Scoop).
4-
ms.date: 11/19/2024
4+
ms.date: 02/26/2025
55
ms.topic: quickstart
66
ms.localizationpriority: high
77
no-loc: [PowerToys, Windows, Chocolatey, Scoop]
@@ -24,6 +24,9 @@ We recommend installing PowerToys via [GitHub](https://aka.ms/installpowertoys)
2424

2525
To see if your machine meets these requirements, check your Windows version and build number by opening a Run dialog (Win+R), then type `winver` and select <kbd>OK</kbd> or <kbd>Enter</kbd>. Alternatively, enter the `ver` command in Windows Command Prompt. You may be able to [update to the latest Windows version](ms-settings:windowsupdate) in **Windows Update**.
2626

27+
> [!TIP]
28+
> You can use AI assistance to [create Windows Package Manager install commands for PowerToys with Copilot](#ask-copilot-for-help-with-command-line-arguments).
29+
2730
## Installing with Windows executable file from GitHub
2831

2932
> [!div class="nextstepaction"]
@@ -64,6 +67,18 @@ Here are some common commands you may want to use:
6467
| /layout | | create a local image of the bootstrapper |
6568
| /log | /l | log to a specific file |
6669

70+
### Ask Copilot for help with command-line arguments
71+
72+
You can get AI assistance from [Copilot](https://copilot.microsoft.com/) to generate a `winget` command with the arguments you need. You can customize the prompt to generate a string per your requirements.
73+
74+
The following text shows an example prompt for Copilot:
75+
76+
```copilot-prompt
77+
Generate a `winget` command to install Microsoft PowerToys with arguments to install silently and log the output to a file at the following path: C:\temp\install.log
78+
```
79+
80+
Copilot is powered by AI, so surprises and mistakes are possible. For more information, see [Copilot FAQs](https://www.microsoft.com/microsoft-copilot/learn/).
81+
6782
### Extracting the MSI from the bundle
6883

6984
Make sure to have [WiX Toolset v3](https://wixtoolset.org/docs/wix3) installed. The command doesn't work with WiX Toolset v4.

0 commit comments

Comments
 (0)