Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

webreinvent/windows-software-deploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

windows-software-deploy

Notes

You need to install xampp, composer and nodejs manually as need they further configuration
  • Open PowerShell as "Run as Administrator"
  • Paste following and press enter:
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))

or

Set-ExecutionPolicy Bypass -Scope Process -Force; `
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
  • Set Cache Path
choco config set cacheLocation D:\Choco\softwares
  • Use following command to install all softwares:
choco install Packages.config --yes

or

choco install Packages.config --yes --force

About

Choco - Automate Software Deployment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published