Skip to content

Use Chocolatey to automate application installations on a Windows DevOps machine

License

Notifications You must be signed in to change notification settings

filipnet/install-windows-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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