Skip to content

Instantly share code, notes, and snippets.

@SystemJargon
Last active June 27, 2022 21:12
Show Gist options
  • Select an option

  • Save SystemJargon/b50f9144f57a6c023da1f4b141e8db3c to your computer and use it in GitHub Desktop.

Select an option

Save SystemJargon/b50f9144f57a6c023da1f4b141e8db3c to your computer and use it in GitHub Desktop.
Install Chocolatey and common app install for dev-VM
#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