Skip to content

Instantly share code, notes, and snippets.

@ishu3101
Last active September 5, 2018 21:02
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 ishu3101/6ba8333207d9c0dfd20c51fc53710454 to your computer and use it in GitHub Desktop.
Save ishu3101/6ba8333207d9c0dfd20c51fc53710454 to your computer and use it in GitHub Desktop.
Get the list of application that are installed using Chocolatey
choco list -lo -r -y | % { "choco install $($_.SubString(0, $_.IndexOf("|"))) -y" }
choco install AWSTools.Powershell -y
choco install chocolatey -y
choco install chocolatey-core.extension -y
choco install ConsoleZ -y
choco install DotNet4.5.2 -y
choco install DotNet4.6.1 -y
choco install everything -y
choco install Firefox -y
choco install flashplayeractivex -y
choco install flashplayerplugin -y
choco install foxitreader -y
choco install fscapture -y
choco install git -y
choco install git.install -y
choco install GoogleChrome -y
choco install grepwin -y
choco install KB2919355 -y
choco install KB2919442 -y
choco install Listary -y
choco install mm-choco.extension -y
choco install Office365ProPlus -y
choco install PDFXchangeEditor -y
choco install PDFXChangeViewer -y
choco install phraseexpress -y
choco install phraseexpress.install -y
choco install PowerShell -y
choco install python -y
choco install python3 -y
choco install rambox -y
choco install sublimetext2 -y
choco install visualstudiocode -y
choco install vscode -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment