Last active
June 27, 2022 21:12
-
-
Save SystemJargon/b50f9144f57a6c023da1f4b141e8db3c to your computer and use it in GitHub Desktop.
Install Chocolatey and common app install for dev-VM
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
| #Requires -RunAsAdministrator | |
| 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')) | |
| choco install sysinternals keepass vlc treesizefree 7zip winscp putty filezilla notepadplusplus brave firefox git vscode chocolateygui |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment