Skip to content

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

Notifications You must be signed in to change notification settings

YanTree/ScoopAI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 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 Scoop as package manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%