Skip to content

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

Notifications You must be signed in to change notification settings

SandimL/Powershell-automatic-installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published