Skip to content

Instantly share code, notes, and snippets.

@sushruth
Last active May 26, 2016 20:17
Show Gist options
  • Save sushruth/57cdbc4bd5c7cd464850ef831e887582 to your computer and use it in GitHub Desktop.
Save sushruth/57cdbc4bd5c7cd464850ef831e887582 to your computer and use it in GitHub Desktop.
Solution for annoying license agreements on chocolatey on Windows

Automatically accept license agreement in Chocolatey on WIndows

Are you annoyed by the license agreement prompts while installing Windows software through Chocolatey ? Run this once in command window (not sure if you need admin privileges)

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