adgellida / windowspackages

STATUS: NOT MAINTAINED :x: - A simple script to install windows packages.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

windowspackages

GNU GPL v2 stars forks open issues total downloads total downloads latest release latest release maintained Platforms Status

A simple script to install windows packages. Based on Chocolatey platform.

Instructions

Read the code and do your modifications.

Then do these basics steps:

  1. Install Chocolatey with admin rights.

  2. Modify multiInstall.ps1

  3. Open a Powershell terminal (important) with admin rights and execute to enable scripts execution

Set-ExecutionPolicy Unrestricted -Scope CurrentUser -Force

Try this if not works:

Set-ExecutionPolicy Unrestricted -Scope LocalMachine -Force

Set-ExecutionPolicy AllSigned

Set-ExecutionPolicy Bypass -Scope Process

  1. Then go to your modified multiInstall folder and execute it

./multiInstall.ps1

  1. If you want to upgrade the packages installed by chocolatey run upgradeChocoPackages.ps1

./upgradeChocoPackages.ps1

You can add this script to an automated task,run at boot, run schedule every so often...

Important

  • It hasn't been tested 100% yet. Give feedback!
  • If you want to know how to download Windows and a few things more go here.

TO DO

  • Create app and integrate selectable boxes.

Release notes

You can check it here

About

STATUS: NOT MAINTAINED :x: - A simple script to install windows packages.

License:GNU General Public License v2.0


Languages

Language:PowerShell 81.1%Language:Batchfile 18.9%