Skip to content

Simple powershell script to automate software installation on newly configurated windows machines

Notifications You must be signed in to change notification settings

xChAmeLIoNz/choco_script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chocolatey Powershell Script

Simple powershell script to automate software installation on newly configurated windows machines using Chocolatey.

Prerequisites

If you can't run the script, run this first:

Set-ExecutionPolicy Bypass -Scope Process -Force

Usage

.\choco_script.ps1

The script will install Chocolatey if it's not already installed, then it will proceed to install all the packages written inside the 'packages.txt' file.

Add new packages

In order to do so, open the 'packages.txt' file and insert the package name you want to install.

BE SURE to separate each package with a line break.

You can find the community package repository here:

https://community.chocolatey.org/packages

About

Simple powershell script to automate software installation on newly configurated windows machines

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published