| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- # Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://git.tsimnet.eu/dasimmet/powershit/raw/master/choco/choco.ps1'))
- 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'))
- choco upgrade -y `
- 7zip `
- blender `
- crystaldiskmark `
- curl `
- discord `
- firefox `
- gimp `
- git `
- googlechrome `
- heaven-benchmark `
- keepassxc `
- libreoffice-fresh `
- microsoft-teams.install `
- mumble `
- nextcloud-client `
- notepadplusplus `
- powershell `
- putty `
- python3 `
- skype `
- steam `
- sysinternals `
- teamspeak `
- vlc `
- winscp `
- youtube-dl `
- zoom `
- choco uninstall `
- 3dmark `
|