Windows Software Essentials: Difference between revisions

From Wiki
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:
== 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 34: Line 35:
== Office ==
== Office ==
<pre>
<pre>
choco install libreoffice-fresh okular cutepdf qownnotes
choco install libreoffice-fresh adobereader okular cutepdf qownnotes
</pre>
</pre>
* LibreOffice - https://www.libreoffice.org/download/download/
* LibreOffice - https://www.libreoffice.org/download/download/

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