features command displays available experimental features in WinGet and their current status.
Syntax
No Options
The features command takes no arguments or options.Examples
List all features:Output Format
Displays a table of experimental features:Column Descriptions
Feature
Name of the experimental feature.Status
- Enabled - Feature is active
- Disabled - Feature is inactive
Property
Settings JSON property to control the feature.Link
Documentation URL for the feature.Experimental Features
Configuration
Enables DSC configuration file support.Direct MSI
Enables direct MSI installation without Windows Installer service.Windows Feature
Enables Windows optional feature management.Dependencies
Enables automatic dependency installation.Enabling Features
Enable features by editing settings.json:Feature Status
Features may:- Change behavior between releases
- Be promoted to stable features
- Be removed if unsuccessful
- Have bugs or incomplete functionality
Group Policy
Experimental features can be controlled by Group Policy:- Policy:
EnableExperimentalFeatures - If disabled by policy, features cannot be enabled by users
Exit Codes
0- Success
Experimental features are subject to change and may not be suitable for production environments.