Windows Software Essentials: Difference between revisions

From Wiki
 
(5 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 wireguard wsl2  
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
* PowerToys - Microsoft Store
* Wireguard - https://www.wireguard.com/install/
* 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 27: Line 35:
== Office ==
== Office ==
<pre>
<pre>
choco install libreoffice-fresh okular cutepdf
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
* 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 122: Line 131:
== 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
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
<pre>
<pre>
choco install autologon autoruns tightvnc czkawka scrcpy tightvnc (synergy) winmerge x-mouse-button-control cpu-z everything mqtt-explorer
choco install autologon autoruns tightvnc czkawka scrcpy tightvnc (synergy) winmerge x-mouse-button-control cpu-z everything
</pre>
</pre>
:* AutoLogon - https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
:* AutoLogon - https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
Line 143: Line 153:
:* CPU-Z - http://www.cpuid.com/softwares/cpu-z.html
:* CPU-Z - http://www.cpuid.com/softwares/cpu-z.html
:* Everything - https://www.voidtools.com/
:* Everything - https://www.voidtools.com/
:* MQTT-Explorer - http://mqtt-explorer.com/
:* (HD Tune - http://www.hdtune.com/download.html)
:* (HD Tune - http://www.hdtune.com/download.html)
:* (DesktopOK - https://www.softwareok.com/?seite=Freeware/DesktopOK) Save/Restore icon positions
:* (DesktopOK - https://www.softwareok.com/?seite=Freeware/DesktopOK) Save/Restore icon positions

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