Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/adgellida/windowspackages

STATUS: NOT MAINTAINED :x: - A simple script to install windows packages.
https://github.com/adgellida/windowspackages

chocolatey windows windows-11

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

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](https://chocolatey.org) platform.

Instructions
=============================================
Read the code and do your modifications.

Then do these basics steps:

1. Install [Chocolatey](https://chocolatey.org/install) with admin rights.

2. Modify [multiInstall.ps1](https://github.com/adgellida/windowspackages/blob/master/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`

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

`./multiInstall.ps1`

5. If you want to upgrade the packages installed by chocolatey run [upgradeChocoPackages.ps1](https://github.com/adgellida/windowspackages/blob/master/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](https://github.com/adgellida/windowspackages/blob/master/windowsTutorial.md).

TO DO
=============================================
* Create app and integrate selectable boxes.

Release notes
=============================================

You can check it [here](https://github.com/adgellida/windowspackages/releases)