Windows Software Essentials: Difference between revisions

From Wiki
Line 93: Line 93:
<div class="mw-collapsible-content">
<div class="mw-collapsible-content">
<pre>
<pre>
choco install filezilla git tortoisegit
choco install git tortoisegit filezilla
</pre>
</pre>
:* OpenVPN - https://openvpn.net/index.php/open-source/downloads.html
:* FileZilla - https://filezilla-project.org/
:* Git for Windows - https://git-scm.com/download/win
:* Git for Windows - https://git-scm.com/download/win
:* TortoiseGIT - https://tortoisegit.org/download/
:* TortoiseGIT - https://tortoisegit.org/download/
:* FileZilla - https://filezilla-project.org/
:* OpenVPN - https://openvpn.net/index.php/open-source/downloads.html
</div></div>
</div></div>



Revision as of 15:12, 4 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 wsl2

Internet

choco install firefox thunderbird googlechrome

Office

choco install libreoffice-fresh okular

Graphics

choco install imageresizerapp lightscreen gimp inkscape drawio paint.net

3D Design&Printing

Multimedia

choco install mpc-hc-clsid2 foobar2000
  • Other
choco install obs-studio.install

File Transfer/Sync

choco install nextcloud-client winscp
  • Other

Software Development

choco install vscode autoit.install

System Advanced

choco install crystaldiskmark treesizefree rufus
  • Other
choco install autologon autoruns tightvnc czkawka scrcpy tightvnc (synergy) winmerge x-mouse-button-control cpu-z everything

Links