Skip to content

Install with chocolately automatically all important apps for development in Windows OS

License

Notifications You must be signed in to change notification settings

iliophanis/Initial-Windows-Apps-Installation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Initial-Windows-Apps-Installation

Install with chocolatey automatically all important apps for development

  1. Install chocolatey in windows powershell as administrator - https://chocolatey.org/install
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
  1. Install choco packages using packages.config ( change with your path of packages config file )
choco install c:\shared\packages.config -y
  1. Wait until finish installation and you are ready for 👨‍💻👨‍💻👨‍💻👨‍💻!!!

If you want to export from existing choco machine then :
change folderName

choco export -o="'c:\{folderName}\packages.config'"

Update choco packages

choco update all -y

Usefull Links

About

Install with chocolately automatically all important apps for development in Windows OS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published