< Back
Disable-ChocolateyFeature
Post
NAME Disable-ChocolateyFeature
SYNOPSIS
Disable a Chocolatey Feature
SYNTAX
Disable-ChocolateyFeature [-Name] <String> [-NoProgress] [<CommonParameters>]
DESCRIPTION
Allows you to disable a Chocolatey Feature usually accessed by choco feature disable -n=bob
PARAMETERS
-Name <String>
Name of the Chocolatey Feature to disable. Some are only available in the Chocolatey for business version.
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:\\>Disable-ChocolateyFeature -Name 'Bob'
RELATED LINKS
SYNOPSIS
Disable a Chocolatey Feature
SYNTAX
Disable-ChocolateyFeature [-Name] <String> [-NoProgress] [<CommonParameters>]
DESCRIPTION
Allows you to disable a Chocolatey Feature usually accessed by choco feature disable -n=bob
PARAMETERS
-Name <String>
Name of the Chocolatey Feature to disable. Some are only available in the Chocolatey for business version.
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:\\>Disable-ChocolateyFeature -Name 'Bob'
RELATED LINKS