Skip to content

Instantly share code, notes, and snippets.

@michiiii
Created March 2, 2023 16:11
Show Gist options
  • Save michiiii/72b74adf1f8b79e897910d628bd33927 to your computer and use it in GitHub Desktop.
Save michiiii/72b74adf1f8b79e897910d628bd33927 to your computer and use it in GitHub Desktop.
choco feature enable -n allowGlobalConfirmation
choco install -y 7zip
choco install -y firefox
choco install -y foxitreader
choco install -y vcredist140
choco install -y git
choco install -y sysinternals
choco install -y microsoft-windows-terminal
choco install -y wireshark
choco install -y notepadplusplus
# Upgrade at startup
choco install -y choco-upgrade-all-at-startup
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment