Windows Software Essentials

From Wiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Chocolatey

  • Install chocolatey (run in Windows PowerShell as Administrator)
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'))
  • Upgrade all
choco upgrade all -y

System Basic

choco install 7zip.install notepadplusplus.install microsoft-windows-terminal wireguard wsl2 
(powertoys)

Internet

choco install firefox thunderbird googlechrome

Office

choco install libreoffice-fresh adobereader okular cutepdf qownnotes

Graphics

choco install imageresizerapp lightscreen gimp inkscape drawio paint.net

3D Design&Printing

choco install cura-new autodesk-fusion360

Multimedia

choco install mpc-hc-clsid2 foobar2000
  • Other
choco install obs-studio vlc

File Transfer/Sync

choco install nextcloud-client winscp
  • Other

Software Development

choco install vscode autoit.install arduino

System Advanced

choco install crystaldiskmark treesizefree rufus mqtt-explorer
  • Other
choco install autologon autoruns tightvnc czkawka scrcpy tightvnc (synergy) winmerge x-mouse-button-control cpu-z everything

Links