Last active
December 6, 2024 06:52
-
-
Save pryorda/82fb32d25d87ee236b7b0d2f669c1980 to your computer and use it in GitHub Desktop.
INstalled Choco apps
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
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')) | |
choco install -y packages.config |
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
<?xml version="1.0" encoding="utf-8"?> | |
<packages> | |
<package id="7zip" /> | |
<package id="7zip.install" /> | |
<package id="ccleaner" /> | |
<package id="chocolatey" /> | |
<package id="chocolatey-compatibility.extension" /> | |
<package id="chocolatey-core.extension" /> | |
<package id="chocolatey-misc-helpers.extension" /> | |
<package id="cpu-z" /> | |
<package id="cpu-z.install" /> | |
<package id="discord" /> | |
<package id="discord.install" /> | |
<package id="DotNet4.5.2" /> | |
<package id="Firefox" /> | |
<package id="openjdk" /> | |
<package id="shutup10" /> | |
<package id="slack" /> | |
<package id="spotify" /> | |
<package id="steam" /> | |
<package id="steam-client" /> | |
<package id="VBoxHeadlessTray" /> | |
<package id="virtualbox" /> | |
<package id="vlc" /> | |
<package id="vlc.install" /> | |
<package id="vscode" /> | |
<package id="vscode.install" /> | |
<package id="windirstat" /> | |
</packages> | |
vlc.install 3.0.18 | |
vscode 1.74.2 | |
vscode.install 1.74.2 | |
windirstat 1.1.2.20161210 | |
26 packages installed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment