Jump to content

Windows Software Essentials: Difference between revisions

From Wiki
Marcluer (talk | contribs)
Marcluer (talk | contribs)
 
Line 58: Line 58:
</pre>
</pre>
* ImageResizer - https://github.com/bricelam/ImageResizer/releases
* ImageResizer - https://github.com/bricelam/ImageResizer/releases
* LightScreen - http://lightscreen.com.ar/
* <s>LightScreen - http://lightscreen.com.ar/</s>
* Greenshot - https://github.com/greenshot/greenshot
* Gimp - https://www.gimp.org/
* Gimp - https://www.gimp.org/
* Inkscape - https://inkscape.org/de/
* Inkscape - https://inkscape.org/de/

Latest revision as of 07:51, 7 April 2025

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