SandimL / Powershell-automatic-installation

A Powershell script to install a list of programs automatically using Chocolatey as package manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Powershell Automatic Installation

A Powershell script to install a list of programs automatically using Chocolatey as package manager

Installation

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

Choosing packages

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


Running

In Powershell, go to the project folder, type .\run.ps1 and press enter.


Note

When it finishes executing, run this script to maintain your computer's security

Set-ExecutionPolicy AllSigned 

About

A Powershell script to install a list of programs automatically using Chocolatey as package manager


Languages

Language:PowerShell 100.0%