Last active
August 21, 2020 22:02
-
-
Save Surreal9/5d7c62c31ed14b62df482c912604e947 to your computer and use it in GitHub Desktop.
Chocolatey setup commands
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Install chocolately, always use powershell admin mode: | |
Set-ExecutionPolicy Bypass -Scope Process -Force; iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1')) | |
Then allow choco install w/o having to confirm everything: | |
choco feature enable -n allowGlobalConfirmation | |
Then install stuff: | |
choco install git | |
choco install vscode | |
choco install hwinfo | |
choco install batteryinfoview | |
choco install steam | |
choco install synctrayzor | |
choco install yarn | |
choco install postgresql | |
choco install winrar | |
choco install 7zip | |
choco install vlc | |
choco install msiafterburner | |
choco install sysinternals | |
choco install windirstat | |
choco install autohotkey | |
choco install slack | |
choco install fiddler | |
choco install qbittorrent | |
choco install rufus | |
choco install cpu-z | |
choco install crystaldiskmark | |
choco install lockhunter | |
choco install cascadiacode | |
choco install goggalaxy | |
choco install epicgameslauncher | |
choco install discord | |
choco install screentogif | |
choco install sharpkeys | |
choco install heaven-benchmark | |
choco install valley-benchmark | |
choco install virtualclonedrive | |
can try, but it hung last time I tried | |
choco install virtualbox | |
choco install microsoft-windows-terminal |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To reset postgres password after: