Skip to content

Script do Chocolatey para fazer a instalação inicial do meu computador

License

Notifications You must be signed in to change notification settings

Windol/choco_start

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 

Repository files navigation

choco_start

Script do Chocolatey para fazer a instalação inicial do meu computador

Como executar

Abra o powershell como administrador e execute o seguinte comando:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Windol/choco_start/master/choco_start.ps1'))

E para instalação de todos os pacotes ao mesmo tempo tente:

Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Windol/choco_start/master/choco_start_single.ps1'))

About

Script do Chocolatey para fazer a instalação inicial do meu computador

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published