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/package-manager/winget/features.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
---
2
2
title: features Command
3
3
description: Displays the list of experimental features available and the state.
4
-
ms.date: 07/11/2024
4
+
ms.date: 07/16/2025
5
5
ms.topic: overview
6
-
ms.localizationpriority: medium
7
6
---
8
7
9
8
# features command (winget)
10
9
11
-
The **features** command of the [winget](index.md) tool displays a list of the experimental features available with your version of the Windows Package Manager. Experimental features are only available in preview builds. Instructions for obtaining a preview build can be found in the [GitHub repository](https://github.com/microsoft/winget-cli).
10
+
The **features** command of the [winget](index.md) tool displays a list of the experimental features available with your version of the Windows Package Manager.
12
11
13
12
Each feature can be turned on individually by enabling the features through [**settings**](./settings.md).
14
13
@@ -18,13 +17,13 @@ You can find the latest up to date information features on the [experimental fea
Notice above that the status of each feature is listed. If the feature is **disabled** you will not be able to use it. If the feature is **enabled** you will notice that the command will be available to you through **winget**.
24
23
25
-

24
+
:::image type="content" source="./images/features-help.png" alt-text="Screenshot listing winget features command help options." lightbox="./images/features-help.png":::
26
25
27
-
To enabled any disabled features, go to **settings** and enable the feature.
26
+
To enable any disabled features, go to **settings** and enable the feature.
28
27
29
28
> [!NOTE]
30
29
> Features may be managed by group policy. You can use the **winget --info** command to view any policies in effect on your system.
0 commit comments