Skip to content

Instantly share code, notes, and snippets.

@michiiii
Created November 3, 2022 23:47
Show Gist options
  • Save michiiii/309196ef7b6daa8b0a19509cd91271ea to your computer and use it in GitHub Desktop.
Save michiiii/309196ef7b6daa8b0a19509cd91271ea to your computer and use it in GitHub Desktop.
ECHO Configure chocolatey
choco feature enable -n allowGlobalConfirmation
choco install -y 7zip
choco install -y treesizefree
choco install -y firefox
choco install -y foxitreader
choco install -y vlc
choco install -y vcredist140
choco install -y vscode
choco install -y git
choco install -y sysinternals
choco install -y teamviewer
choco install -y ccleaner
choco install -y javaruntime
choco install -y filezilla
choco install -y pdfcreator
choco install -y autoruns
choco install -y amd-ryzen-chipset
choco install -y spotify
choco install -y microsoft-windows-terminal
choco install -y wireshark
choco install -y vmwareworkstation
choco install -y 1password
# 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