Skip to content

Instantly share code, notes, and snippets.

@mvidaldp
Created January 24, 2020 23:36
Show Gist options
  • Save mvidaldp/29fc769af0db7e225b541530d33f140e to your computer and use it in GitHub Desktop.
Save mvidaldp/29fc769af0db7e225b541530d33f140e to your computer and use it in GitHub Desktop.
Skip install/uninstall/update confirmation while using Chocolatey package manager (avoid -y parameter)
choco feature enable -n allowGlobalConfirmation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment