A Powershell script to install a list of programs automatically using Chocolatey as package manager
If you have never executed any pswh script, run the script bellow from the Powershell command line to enable the execution of scripts until the installation finishes
Set-ExecutionPolicy Bypass
To find the name of the packages you want, search here
After finding all the desired packages, put them on the package_list.json file
In Powershell, go to the project folder, type .\run.ps1
and press enter.
When it finishes executing, run this script to maintain your computer's security
Set-ExecutionPolicy AllSigned