Difference between revisions of "Chocolatey Software"

From Indie IT Wiki
m
(One intermediate revision by the same user not shown)
Line 24: Line 24:
  
 
== Package Parameters ==
 
== Package Parameters ==
 +
 +
== Log File Location ==
 +
 +
C:\ProgramData\chocolatey\logs
  
 
== Upgrade Via The PowerShell ==
 
== Upgrade Via The PowerShell ==
Line 44: Line 48:
  
 
  brave firefox googlechrome opera tor-browser
 
  brave firefox googlechrome opera tor-browser
 +
 +
== Useful Links ==
 +
 +
* https://renenyffenegger.ch/notes/Windows/Chocolatey/index
  
  
 
[[Category:Software]]
 
[[Category:Software]]
 
[[Category:Windows]]
 
[[Category:Windows]]

Revision as of 12:22, 23 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

Log File Location

C:\ProgramData\chocolatey\logs

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

Useful Links