Windows Software Essentials: Difference between revisions

From Wiki
No edit summary
 
(102 intermediate revisions by the same user not shown)
Line 1: Line 1:
* System Basic
== Chocolatey ==
** 7-Zip - http://www.7-zip.org/
* Install chocolatey (run in Windows PowerShell as Administrator)
** Notepad++ - https://notepad-plus-plus.org/
<blockquote>
<br>
<pre>
* Internet
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'))
** Firefox - https://www.mozilla.org/de/firefox/new/
</pre>
** Thunderbird - https://www.mozilla.org/de/thunderbird/
</blockquote>
<br>
* Upgrade all
* Office
<blockquote>
** LibreOffice - https://de.libreoffice.org/
<pre>
** FreePDF - http://freepdfxp.de
choco upgrade all -y
** Adobe Acrobat Reader - https://get.adobe.com/de/reader/
</pre>
** PDF split and merge - http://www.pdfsam.org/download-pdfsam-basic/
</blockquote>
** (ScanSnap Manager)
<br>
* Graphics
** Gimp - https://www.gimp.org/
** Inkscape - https://inkscape.org/de/
** Image Resizer for Windows - http://www.bricelam.net/ImageResizer/
** LightScreen - http://lightscreen.com.ar/
<br>
* Multimedia
** K-Lite Codec Pack - https://www.codecguide.com/download_kl.htm
<br>
* File Transfer/Sync
** OpenVPN - https://openvpn.net/index.php/open-source/downloads.html
** ownCloud - https://owncloud.org/
** FileZilla - https://filezilla-project.org/
** WinSCP - https://winscp.net/eng/download.php
** TortoiseSVN - https://tortoisesvn.net/downloads.de.html
<br>
* Programming
** Anaconda3 - https://www.continuum.io/downloads
** AutoIt - https://www.autoitscript.com/site/autoit/downloads/
** XML Notepad
<br>
* System Advanced
** ImageWriter - https://sourceforge.net/projects/win32diskimager/
** TightVNC - http://www.tightvnc.com/download.php
** Putty - https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html
** HD Tune - http://www.hdtune.com/download.html
** CPU-Z - http://www.cpuid.com/softwares/cpu-z.html
** TreeSize - https://www.jam-software.de/treesize_free/


== System Basic ==
<pre>
choco install 7zip.install notepadplusplus.install microsoft-windows-terminal wireguard wsl2
(powertoys)
</pre>
* 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 ==
<pre>
choco install firefox thunderbird googlechrome
</pre>
* Firefox - https://www.mozilla.org/de/firefox/new/
* Thunderbird - https://www.mozilla.org/de/thunderbird/
* Chrome - https://www.google.com/chrome/
== Office ==
<pre>
choco install libreoffice-fresh adobereader okular cutepdf qownnotes
</pre>
* 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
<div class="mw-collapsible mw-collapsed">
* Other
<div class="mw-collapsible-content">
:* ScanSnap Manager - http://www.fujitsu.com/global/support/products/computing/peripheral/scanners/scansnap/software/s1100w-setup.html
:* Brother P-touch Editor - https://support.brother.com/g/b/productsearch.aspx?c=de&lang=de
:* (Adobe Acrobat Reader - https://get.adobe.com/de/reader/)
:* (FreePDF - http://freepdfxp.de)
:* (PDF split and merge - http://www.pdfsam.org/download-pdfsam-basic/)
:* OmniPage - https://www.kofax.com/products/omnipage/omnipage-ultimate-free-trial
</div></div>
== Graphics ==
<pre>
choco install imageresizerapp lightscreen gimp inkscape drawio paint.net
</pre>
* ImageResizer - https://github.com/bricelam/ImageResizer/releases
* LightScreen - http://lightscreen.com.ar/
* 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
<div class="mw-collapsible mw-collapsed">
* Other
<div class="mw-collapsible-content">
:* Darktable - https://www.darktable.org/install/
:* EOS Utility - https://www.canon.de/support/consumer_products/software/eos-utility.html
</div></div>
== 3D Design&Printing ==
<pre>
choco install cura-new autodesk-fusion360
</pre>
* Cura - https://github.com/Ultimaker/Cura/tags
* Fusion 360 - https://www.autodesk.de/products/fusion-360/free-trial
== Multimedia ==
<pre>
choco install mpc-hc-clsid2 foobar2000
</pre>
* MPC-HC - https://github.com/clsid2/mpc-hc/releases
* Foobar - https://www.foobar2000.org/
<div class="mw-collapsible mw-collapsed">
* Other
<div class="mw-collapsible-content">
<pre>
choco install obs-studio vlc
</pre>
:* OBS-Studio - https://obsproject.com/download
:* VLC Media Player - https://www.videolan.org/vlc/
:* DaVinci Resolve - https://www.blackmagicdesign.com/products/davinciresolve
:* (Gnome Music Player Client)
:* (Audacity - https://www.audacityteam.org/)
</div></div>
== File Transfer/Sync ==
<pre>
choco install nextcloud-client winscp
</pre>
* nextcloud - https://nextcloud.com/install/#
* WinSCP - https://winscp.net/eng/download.php
<div class="mw-collapsible mw-collapsed">
* Other
<div class="mw-collapsible-content">
<pre>
choco install git tortoisegit filezilla
</pre>
:* Git for Windows - https://git-scm.com/download/win
:* TortoiseGIT - https://tortoisegit.org/download/
:* FileZilla - https://filezilla-project.org/
:* OpenVPN - https://openvpn.net/index.php/open-source/downloads.html
</div></div>
== Software Development ==
<pre>
choco install vscode autoit.install arduino
</pre>
* Visual Studio Code - Windows Store (https://code.visualstudio.com/)
* AutoIt - https://www.autoitscript.com/site/autoit/downloads/
* Arduino - https://www.arduino.cc/en/software
<div class="mw-collapsible mw-collapsed">
* Other
<div class="mw-collapsible-content">
:* (Docker Desktop - https://www.docker.com/products/docker-desktop)
:* (XML Notepad - https://github.com/microsoft/XmlNotepad/releases)
</div></div>
== System Advanced ==
<pre>
choco install crystaldiskmark treesizefree rufus mqtt-explorer
</pre>
* CrystalDiskMark - https://crystalmark.info/en/download/
* TreeSize - https://www.jam-software.de/treesize_free/
* Rufus - https://rufus.ie/
* MQTT-Explorer - http://mqtt-explorer.com/
<div class="mw-collapsible mw-collapsed">
* Other
<div class="mw-collapsible-content">
<pre>
choco install autologon autoruns tightvnc czkawka scrcpy tightvnc (synergy) winmerge x-mouse-button-control cpu-z everything
</pre>
:* AutoLogon - https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
:* Autoruns - https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns
:* Czkawka - https://github.com/qarmin/czkawka/releases Find duplicate files
:* ScrCpy - https://github.com/Genymobile/scrcpy/releases Mirror Android screen
:* TightVNC - http://www.tightvnc.com/download.php
:* Synergy - https://symless.com/synergy Control mouse+keyboard over IP
:* WinMerge - https://winmerge.org File diff
:* X-Mouse Button Control - https://www.highrez.co.uk/downloads/XMouseButtonControl.htm Switch Desktops with extra mouse buttons
:* CPU-Z - http://www.cpuid.com/softwares/cpu-z.html
:* Everything - https://www.voidtools.com/
:* (HD Tune - http://www.hdtune.com/download.html)
:* (DesktopOK - https://www.softwareok.com/?seite=Freeware/DesktopOK) Save/Restore icon positions
:* (Putty - https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html)
:* (ImageWriter - https://sourceforge.net/projects/win32diskimager/)
</div></div>


== Links ==
== Links ==
* https://www.reddit.com/r/AskReddit/comments/7x639l/what_free_software_is_so_good_you_cant_believe/
* https://www.reddit.com/r/AskReddit/comments/7x639l/what_free_software_is_so_good_you_cant_believe/
__NOTOC__
[[Category:Software]]

Latest revision as of 14:53, 9 January 2024

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