Difference between revisions of "Chocolatey Software"
From Indie IT Wiki
m |
|||
Line 10: | Line 10: | ||
chocolateygui chocolatey-core.extension | chocolateygui chocolatey-core.extension | ||
+ | |||
+ | == To Install A Package == | ||
+ | |||
+ | Open PowerShell as an administrator, enter the following and press return: | ||
+ | |||
+ | choco install <PackageName> | ||
== Prevent Desktop Icons From Being Added During Package Installations == | == Prevent Desktop Icons From Being Added During Package Installations == | ||
Line 16: | Line 22: | ||
choco install cleanup-desktop-shortcuts.hook --pre | choco install cleanup-desktop-shortcuts.hook --pre | ||
+ | |||
+ | == Package Parameters == | ||
== Upgrade Via The PowerShell == | == Upgrade Via The PowerShell == | ||
Line 23: | Line 31: | ||
== IT Support Software/Utilities == | == IT Support Software/Utilities == | ||
− | + | cpu-z driverview powertoys procexp procmon putty.install speedtest sysinternals | |
== Popular Third Party Software == | == Popular Third Party Software == | ||
− | + | 7zip.install adobereader audacity audacity-ffmpeg audacity-lame cdburnerxp discord.install filezilla fsviewer getiplayer gimp googleearthpro jre8 libreoffice libreoffice-help microsoft-teams.install paint.net skype telegram.install thunderbird vlc zoom | |
== Remote Desktop Tools == | == Remote Desktop Tools == | ||
Line 35: | Line 43: | ||
== Web Browsers == | == Web Browsers == | ||
− | brave googlechrome | + | brave firefox googlechrome opera tor-browser |
[[Category:Software]] | [[Category:Software]] | ||
[[Category:Windows]] | [[Category:Windows]] |
Revision as of 16:49, 22 January 2023
Chocolatey Software, a package manager for Windows which can be used as a standalone package by individuals, and businesses via packages such as puppet and Ansible.
Standalone Install
Open PowerShell as an administrator, enter the following and press return:
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'))
Chocolatey GUI
chocolateygui chocolatey-core.extension
To Install A Package
Open PowerShell as an administrator, enter the following and press return:
choco install <PackageName>
Prevent Desktop Icons From Being Added During Package Installations
Open PowerShell as an administrator, enter the following and press return:
choco install cleanup-desktop-shortcuts.hook --pre
Package Parameters
Upgrade Via The PowerShell
choco upgrade chocolatey
IT Support Software/Utilities
cpu-z driverview powertoys procexp procmon putty.install speedtest sysinternals
Popular Third Party Software
7zip.install adobereader audacity audacity-ffmpeg audacity-lame cdburnerxp discord.install filezilla fsviewer getiplayer gimp googleearthpro jre8 libreoffice libreoffice-help microsoft-teams.install paint.net skype telegram.install thunderbird vlc zoom
Remote Desktop Tools
anydesk.install chrome-remote-desktop-chrome teamviewer
Web Browsers
brave firefox googlechrome opera tor-browser