This repository is a collection of chocolatey packages that I've created.
Install Chocolatey using your preferred "administrative" shell application
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco -?
https://chocolatey.org/docs/commands-install
choco install <package_name> [options]
or cinst <package_name> [options]
https://chocolatey.org/docs/commands-uninstall
choco uninstall <package_name> [options]
or cuninst <package_name> [options]
https://chocolatey.org/docs/commands-upgrade
choco upgrade <package_name|all> [options]
or cup <package_name|all> [options]
choco install firefox -y
or cinst firefox -y