Skip to content

Instantly share code, notes, and snippets.

@JAlcocerT
Last active March 25, 2024 13:45
Show Gist options
  • Save JAlcocerT/76f22ddf886277ef2653f82898c634d8 to your computer and use it in GitHub Desktop.
Save JAlcocerT/76f22ddf886277ef2653f82898c634d8 to your computer and use it in GitHub Desktop.
using chocolatey to have a quick windows recovery
#https://chocolatey.org/
#https://community.chocolatey.org/packages
#choco --version
choco install chocolateygui -y
#choco install googlechrome
choco install firefox
choco install librewolf
choco install brave
choco install thunderbird
choco install python39
choco install vscodium
choco install 7zip
choco install blender
#choco install obs-studio
choco install sharex
choco install openshot
#choco install kdenlive
#choco install rustdesk #https://community.chocolatey.org/packages?q=rustdesk
#choco install kazam
#choco install audacity
choco install tailscale
choco install mullvad-app
choco install rpi-imager
choco install steam
#https://chocolatey.org/
#https://community.chocolatey.org/packages
#choco --version
choco install chocolateygui -y
choco install openhardwaremonitor
choco install 7zip
#wsl --install
choco install podman-desktop #enable docker compatibility
#podman machine start
#Enjoy any docker service from windows - Like: https://github.com/JAlcocerT/Docker
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
#https://community.chocolatey.org/packages
# choco search packageName: Search for packages by name.
# choco install packageName: Install a package.
# choco list --local-only: List all installed packages.
# choco uninstall packageName: Uninstall a package.
# choco upgrade packageName: Upgrade a package to the latest version.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment