Windows Software Essentials: Difference between revisions
Appearance
(12 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== Chocolatey == | == Chocolatey == | ||
* Install chocolatey (run in Windows PowerShell as Administrator) | * Install chocolatey (run in Windows PowerShell as Administrator) | ||
<blockquote> | |||
<pre> | <pre> | ||
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')) | 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')) | ||
</pre> | </pre> | ||
</blockquote> | |||
* Upgrade all | |||
<blockquote> | |||
<pre> | |||
choco upgrade all -y | |||
</pre> | |||
</blockquote> | |||
== System Basic == | == System Basic == | ||
<pre> | <pre> | ||
choco install 7zip.install notepadplusplus.install microsoft-windows-terminal powertoys | choco install 7zip.install notepadplusplus.install microsoft-windows-terminal wireguard wsl2 | ||
(powertoys) | |||
</pre> | </pre> | ||
* 7-Zip - http://www.7-zip.org/ | * 7-Zip - http://www.7-zip.org/ | ||
* Notepad++ - https://notepad-plus-plus.org/ | * Notepad++ - https://notepad-plus-plus.org/ | ||
* Windows Terminal - Microsoft Store | * Windows Terminal - Microsoft Store | ||
* | * Wireguard - https://www.wireguard.com/install/ | ||
* WSL2 (Windows Subsystem for Linux 2) - Microsoft Store | * WSL2 (Windows Subsystem for Linux 2) - Microsoft Store | ||
* (PowerToys - Microsoft Store) | |||
== Internet == | == Internet == | ||
Line 26: | Line 35: | ||
== Office == | == Office == | ||
<pre> | <pre> | ||
choco install libreoffice-fresh okular | choco install libreoffice-fresh adobereader okular cutepdf qownnotes | ||
</pre> | </pre> | ||
* LibreOffice - https://www.libreoffice.org/download/download/ | * LibreOffice - https://www.libreoffice.org/download/download/ | ||
* Okular - Microsoft Store (https://okular.kde.org/) | * Okular - Microsoft Store (https://okular.kde.org/) | ||
* CutePDF - https://www.cutepdf.com/Products/CutePDF/writer.asp | |||
* QOwnNotes - https://www.qownnotes.org/installation/windows.html | |||
* 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"> | ||
Line 39: | Line 50: | ||
:* (FreePDF - http://freepdfxp.de) | :* (FreePDF - http://freepdfxp.de) | ||
:* (PDF split and merge - http://www.pdfsam.org/download-pdfsam-basic/) | :* (PDF split and merge - http://www.pdfsam.org/download-pdfsam-basic/) | ||
:* OmniPage - https://www.kofax.com/products/omnipage/omnipage-ultimate-free-trial | |||
</div></div> | </div></div> | ||
Line 46: | 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/ | ||
Line 54: | Line 67: | ||
* Other | * Other | ||
<div class="mw-collapsible-content"> | <div class="mw-collapsible-content"> | ||
:* Darktable - https://www.darktable.org/install/ | :* Darktable - https://www.darktable.org/install/ | ||
:* EOS Utility - https://www.canon.de/support/consumer_products/software/eos-utility.html | :* EOS Utility - https://www.canon.de/support/consumer_products/software/eos-utility.html | ||
Line 106: | Line 118: | ||
== Software Development == | == Software Development == | ||
<pre> | <pre> | ||
choco install vscode autoit.install | choco install vscode autoit.install arduino | ||
</pre> | </pre> | ||
* Visual Studio Code - Windows Store (https://code.visualstudio.com/) | * Visual Studio Code - Windows Store (https://code.visualstudio.com/) | ||
Line 120: | Line 132: | ||
== System Advanced == | == System Advanced == | ||
<pre> | <pre> | ||
choco install crystaldiskmark treesizefree rufus | choco install crystaldiskmark treesizefree rufus mqtt-explorer | ||
</pre> | </pre> | ||
* CrystalDiskMark - https://crystalmark.info/en/download/ | * CrystalDiskMark - https://crystalmark.info/en/download/ | ||
* TreeSize - https://www.jam-software.de/treesize_free/ | * TreeSize - https://www.jam-software.de/treesize_free/ | ||
* Rufus - https://rufus.ie/ | * Rufus - https://rufus.ie/ | ||
* MQTT-Explorer - http://mqtt-explorer.com/ | |||
<div class="mw-collapsible mw-collapsed"> | <div class="mw-collapsible mw-collapsed"> | ||
* Other | * Other |
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)
- 7-Zip - http://www.7-zip.org/
- Notepad++ - https://notepad-plus-plus.org/
- Windows Terminal - Microsoft Store
- Wireguard - https://www.wireguard.com/install/
- WSL2 (Windows Subsystem for Linux 2) - Microsoft Store
- (PowerToys - Microsoft Store)
Internet
choco install firefox thunderbird googlechrome
- Firefox - https://www.mozilla.org/de/firefox/new/
- Thunderbird - https://www.mozilla.org/de/thunderbird/
- Chrome - https://www.google.com/chrome/
Office
choco install libreoffice-fresh adobereader okular cutepdf qownnotes
- LibreOffice - https://www.libreoffice.org/download/download/
- Okular - Microsoft Store (https://okular.kde.org/)
- CutePDF - https://www.cutepdf.com/Products/CutePDF/writer.asp
- QOwnNotes - https://www.qownnotes.org/installation/windows.html
- PDF Arranger - https://github.com/pdfarranger/pdfarranger
- Other
Graphics
choco install imageresizerapp lightscreen gimp inkscape drawio paint.net
- ImageResizer - https://github.com/bricelam/ImageResizer/releases
LightScreen - http://lightscreen.com.ar/- Greenshot - https://github.com/greenshot/greenshot
- Gimp - https://www.gimp.org/
- Inkscape - https://inkscape.org/de/
- Draw.io - https://github.com/jgraph/drawio-desktop/releases/
- Paint.NET - https://www.getpaint.net/download.html#download
- Other
3D Design&Printing
choco install cura-new autodesk-fusion360
- Cura - https://github.com/Ultimaker/Cura/tags
- Fusion 360 - https://www.autodesk.de/products/fusion-360/free-trial
Multimedia
choco install mpc-hc-clsid2 foobar2000
- MPC-HC - https://github.com/clsid2/mpc-hc/releases
- Foobar - https://www.foobar2000.org/
- Other
File Transfer/Sync
choco install nextcloud-client winscp
- nextcloud - https://nextcloud.com/install/#
- WinSCP - https://winscp.net/eng/download.php
- Other
Software Development
choco install vscode autoit.install arduino
- Visual Studio Code - Windows Store (https://code.visualstudio.com/)
- AutoIt - https://www.autoitscript.com/site/autoit/downloads/
- Arduino - https://www.arduino.cc/en/software
- Other
System Advanced
choco install crystaldiskmark treesizefree rufus mqtt-explorer
- CrystalDiskMark - https://crystalmark.info/en/download/
- TreeSize - https://www.jam-software.de/treesize_free/
- Rufus - https://rufus.ie/
- MQTT-Explorer - http://mqtt-explorer.com/
- Other