< Back

Enable-ChocolateyFeature

Mon Jan 13, 2020 1:20 am

NAME Enable-ChocolateyFeature



SYNOPSIS

Disable a Chocolatey Feature





SYNTAX

Enable-ChocolateyFeature [-Name] <String> [-NoProgress] [<CommonParameters>]





DESCRIPTION

Allows you to enable a Chocolatey Feature usually accessed by choco feature enable -n=bob





PARAMETERS

-Name <String>

Name of the Chocolatey Feature to disable



Required? true

Position? 1

Default value

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



-NoProgress [<SwitchParameter>]

This allows to reduce the output created by the Chocolatey Command.



Required? false

Position? named

Default value False

Accept pipeline input? true (ByPropertyName)

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



NOTES





https://github.com/chocolatey/choco/wik ... ndsFeature



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>Enable-ChocolateyFeature -Name 'MyChocoFeatureName'















RELATED LINKS