Skip to content

Instantly share code, notes, and snippets.

@mfcodeworks
Last active November 16, 2020 15:24
Show Gist options
  • Save mfcodeworks/0dc29030476c0d2ff87373b3a5825fac to your computer and use it in GitHub Desktop.
Save mfcodeworks/0dc29030476c0d2ff87373b3a5825fac to your computer and use it in GitHub Desktop.
Windows Setup Script
@echo THIS MUST BE RUN WITH WINDOWS POWERSHELL FOR INITIAL CHOCOLATEY INSTALLATION
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install brave jre8 firefox 7zip vlc notepadplusplus git openssh putty nodejs sysinternals jdk8 chocolatey-windowsupdate.extension vcredist140 netfx-4.7.1-devpack filezilla teamviewer dotnetfx dotnet3.5 vcredist2015 dotnet4.5 python winscp vscode rainmeter sourcetree qbittorrent androidstudio composer goggalaxy gimp irfanview spotify
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment