##Instructions:
####Download and Install Chocolatey (Package Manager for PowerShell) Run in the Command Line (cmd)
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "(iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))) >$null 2>&1" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
#####Other installation methods: https://github.com/chocolatey/choco/wiki/Installation