Difference between revisions of "Chocolatey Software"
From Indie IT Wiki
m (→Web Browsers) |
m (→Web Browsers) |
||
Line 47: | Line 47: | ||
== Web Browsers == | == Web Browsers == | ||
− | + | * brave | |
+ | * firefox | ||
+ | * googlechrome | ||
+ | * googlechrome-allusers | ||
+ | * opera | ||
+ | * tor-browser | ||
== Useful Links == | == Useful Links == |
Revision as of 16:38, 26 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
- googlechrome-allusers
- opera
- tor-browser