Script for new PC installations
Run this command in PowerShell admin shell to install Chocolatey:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
After Chocolatey is installed, close the admin shell and open another one. Run this command from the folder containing this repository:
Set-ExecutionPolicy RemoteSigned; .\install.ps1