Last active
March 25, 2020 01:25
-
-
Save felipecrs/fc2c6557289c358dc7b1fd6b4d244e04 to your computer and use it in GitHub Desktop.
Choco Install (pro)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. { iwr -useb git.io/Jv6q0 } | iex |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
choco install vscode git citrix-workspace gpmdp microsoft-teams firefox nordvpn nodejs virtualbox vagrant postman python adobereader bandizip steam telegram chrome-remote-desktop-host googlechrome github-desktop gh hub rufus sharex powershell-core ccleaner forticlientvpn |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
choco install vscode git gpmdp firefox nordvpn nodejs virtualbox vagrant postman python adobereader winrar steam telegram chrome-remote-desktop-host googlechrome github-desktop gh hub rufus sharex powershell-core ccleaner advanced-ip-scanner treesizefree origin whatsapp brave msiafterburner vlc adoptopenjdk8 ccleaner teamviewer microsoft-windows-terminal |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
New-Item -Path $PROFILE -ItemType File | |
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')) | |
choco feature enable -n=allowGlobalConfirmation | |
choco install vlc googlechrome microsoft-edge adobereader winrar ccleaner |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
choco install git.install --params "/WindowsTerminal /NoShellIntegration /NoAutoCrlf"