Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/filipnet/install-windows-apps
Use Chocolatey to automate application installations on a Windows DevOps machine
https://github.com/filipnet/install-windows-apps
application automation chocolatey chocolatey-automatic client deployment desktop-application devops microsoft powershell software-development tools windows
Last synced: 1 day ago
JSON representation
Use Chocolatey to automate application installations on a Windows DevOps machine
- Host: GitHub
- URL: https://github.com/filipnet/install-windows-apps
- Owner: filipnet
- License: bsd-3-clause
- Created: 2022-12-06T04:51:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T15:03:17.000Z (about 2 months ago)
- Last Synced: 2024-11-01T16:17:48.458Z (about 2 months ago)
- Topics: application, automation, chocolatey, chocolatey-automatic, client, deployment, desktop-application, devops, microsoft, powershell, software-development, tools, windows
- Language: PowerShell
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# install-windows-apps
Use Chocolatey to automate application installations on a Windows DevOps machine
## REQUIREMENTS
* Use of RunAsAdministrator inside PowerShell
## INSTALL AND USAGE
* Make sure that the requirements (see REQUIREMENTS) are fulfilled
* Download a zip file and uncompress it
* Adjust the settings and variables in section of the script to your environment and requirements.
* Start the PowerShell script using ```.\install-windows-apps.ps1```
* If ExecutionPolicy is restricted try to use: ```powershell -ExecutionPolicy Bypass .\install-windows-apps.ps1```## LICENSE
install-windows-apps and all individual scripts are under the BSD 3-Clause license unless explicitly noted otherwise. Please refer to the LICENSE