8000 GitHub - adgellida/windowspackages: STATUS: NOT MAINTAINED - A simple script to install windows packages.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adgellida/windowspackages

Repository files navigation

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 ❌ - A simple script to install windows packages.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published
0