Windows Software Essentials: Difference between revisions

From Wiki
mNo edit summary
Line 13: Line 13:
* Notepad++ - https://notepad-plus-plus.org/
* Notepad++ - https://notepad-plus-plus.org/
* Windows Terminal - Microsoft Store
* Windows Terminal - Microsoft Store
* PowerToys - Windows Store
* PowerToys - Microsoft Store


== Internet ==
== Internet ==
Line 28: Line 28:
</pre>
</pre>
* LibreOffice - https://www.libreoffice.org/download/download/
* LibreOffice - https://www.libreoffice.org/download/download/
* Okular - Windows Store (https://okular.kde.org/)
* Okular - Microsoft Store (https://okular.kde.org/)
* PDF Arranger - https://github.com/pdfarranger/pdfarranger
* PDF Arranger - https://github.com/pdfarranger/pdfarranger
<div class="mw-collapsible mw-collapsed">
<div class="mw-collapsible mw-collapsed">

Revision as of 15:29, 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 powertoys

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 rufus

Links