Difference between revisions of "Chocolatey Software"

From Indie IT Wiki
m
m
Line 1: Line 1:
[https://chocolatey.org Chocolatey Software]
+
[https://chocolatey.org 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.
  
[https://chocolatey.org/install Install Chocolatey]
+
== 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('<nowiki>https://community.chocolatey.org/install.ps1</nowiki>'))
 +
 
 +
== 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
  
 
[https://community.chocolatey.org/packages Packages]
 
[https://community.chocolatey.org/packages Packages]
  
== Upgrade Via The Terminal ==
+
== Upgrade Via The PowerShell ==
  
 
  choco upgrade chocolatey
 
  choco upgrade chocolatey
Line 25: Line 35:
 
  brave googlechrome firefox opera
 
  brave googlechrome firefox opera
  
== HOWTO: ==
 
 
=== Remove Desktop Icons ===
 
 
https://community.chocolatey.org/packages/cleanup-desktop-shortcuts.hook
 
  
 
[[Category:Software]]
 
[[Category:Software]]
 
[[Category:Windows]]
 
[[Category:Windows]]

Revision as of 18:58, 20 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'))

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 

Packages

Upgrade Via The PowerShell

choco upgrade chocolatey

IT Support Software/Utilities

choco install driverview powertoys procexp procmon putty.install speedtest sysinternals 

Popular Third Party Software

choco install 7zip.install adobereader audacity audacity-ffmpeg audacity-lame  cdburnerxp chocolateygui chocolatey-core.extension cpu-z discord.install  filezilla fsviewer getiplayer gimp glaryutilities-free 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 googlechrome firefox opera