Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/adgellida/windowspackages
- Owner: adgellida
- License: gpl-2.0
- Created: 2014-11-07T21:54:17.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-10T23:55:01.000Z (8 months ago)
- Last Synced: 2024-05-11T00:32:56.431Z (8 months ago)
- Topics: chocolatey, windows, windows-11
- Language: PowerShell
- Homepage:
- Size: 82 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
windowspackages
=============================================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)