Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jarek-przygodzki/6ddf24da16f3b844d332215f6ae6acd5 to your computer and use it in GitHub Desktop.
Save jarek-przygodzki/6ddf24da16f3b844d332215f6ae6acd5 to your computer and use it in GitHub Desktop.
allowGlobalConfirmation in Chocolatey

The following enables allowGlobalConfirmation, which will install or update without confirmation prompts

choco feature enable -n=allowGlobalConfirmation

If you want to turn the prompts back on

choco feature disable -n=allowGlobalConfirmation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment