Windows Software Essentials: Difference between revisions

From Wiki
Line 46: Line 46:
== Graphics ==
== Graphics ==
<pre>
<pre>
choco install lightscreen gimp inkscape
choco install lightscreen gimp inkscape drawio
</pre>
</pre>
* LightScreen - http://lightscreen.com.ar/
* LightScreen - http://lightscreen.com.ar/
* Gimp - https://www.gimp.org/
* Gimp - https://www.gimp.org/
* Inkscape - https://inkscape.org/de/
* Inkscape - https://inkscape.org/de/
:* Draw.io - https://github.com/jgraph/drawio-desktop/releases/
<div class="mw-collapsible mw-collapsed">
<div class="mw-collapsible mw-collapsed">
* Other
* Other
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
:* Draw.io - https://github.com/jgraph/drawio-desktop/releases/
:* Paint.NET - https://www.getpaint.net/download.html
:* Paint.NET - https://www.getpaint.net/download.html
:* Darktable - https://www.darktable.org/install/
:* Darktable - https://www.darktable.org/install/

Revision as of 15:20, 3 August 2023

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'))


System Basic

choco install 7zip.install notepadplusplus.install microsoft-windows-terminal
  • Other
  • PowerToys - Windows Store

Internet

choco install firefox thunderbird googlechrome

Office

choco install libreoffice-fresh okular

Graphics

choco install lightscreen gimp inkscape drawio

3D Design&Printing

Multimedia

choco install mpc-hc-clsid2 foobar2000
  • Other

File Transfer/Sync

choco install nextcloud-client winscp

Software Development

choco install vscode autoit.install

System Advanced

choco install crystaldiskmark treesizefree

Links