Skip to content

Instantly share code, notes, and snippets.

@Noxilex
Last active June 17, 2019 10:36
Show Gist options
  • Save Noxilex/b50898fadc5f748be23d0f8b593c42eb to your computer and use it in GitHub Desktop.
Save Noxilex/b50898fadc5f748be23d0f8b593c42eb to your computer and use it in GitHub Desktop.
:: ! Important: Run as Administrator
:: Install chocolatey
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
:: Install each software one by one
:: -f force install
:: -y says yes to prompt
choco install chocolatey -y
choco install driverbooster -y
choco install vscode -y
choco install googlechrome -y
choco install firefox -y
choco install nodejs-lts -y
choco install discord.install -y
choco install jdk8 -y
choco install 7zip.install -y
choco install vlc -y
choco install spotify -y
choco install gimp -y
choco install libreoffice-fresh -y
choco install python -y
choco install filezilla -y
choco install notepadplusplus.install -y
choco install git.install -y
choco install postman -y
choco install ccleaner -y
choco install mysql -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment