Windows Software Essentials: Difference between revisions

From Wiki
Line 117: Line 117:
* TreeSize - https://www.jam-software.de/treesize_free/
* TreeSize - https://www.jam-software.de/treesize_free/
* Rufus - https://rufus.ie/
* Rufus - https://rufus.ie/
*
<div class="mw-collapsible mw-collapsed">
<div class="mw-collapsible mw-collapsed">
* Other
* Other
Line 122: Line 123:
:* AutoLogon - https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
:* AutoLogon - https://learn.microsoft.com/en-us/sysinternals/downloads/autologon
:* Autoruns - https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns
:* Autoruns - https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns
:*
:* ImageWriter - https://sourceforge.net/projects/win32diskimager/
:* ImageWriter - https://sourceforge.net/projects/win32diskimager/
:* TightVNC - http://www.tightvnc.com/download.php
:* TightVNC - http://www.tightvnc.com/download.php
Line 127: Line 129:
:* WinMerge - https://winmerge.org
:* WinMerge - https://winmerge.org
:* X-Mouse Button Control - https://www.highrez.co.uk/downloads/XMouseButtonControl.htm
:* X-Mouse Button Control - https://www.highrez.co.uk/downloads/XMouseButtonControl.htm
:* HD Tune - http://www.hdtune.com/download.html
:* CPU-Z - http://www.cpuid.com/softwares/cpu-z.html
:* CPU-Z - http://www.cpuid.com/softwares/cpu-z.html
:* (DesktopOK)
:* (HD Tune - http://www.hdtune.com/download.html)
:* (WinSplit Revolution v11.04 - https://www.chip.de/downloads/WinSplit-Revolution_28545937.html)
:* (DesktopOK - https://www.softwareok.com/?seite=Freeware/DesktopOK) Save/Restore icon positions
:* (Putty - https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html)
:* (Putty - https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html)
:* (Bitwarden - https://bitwarden.com/download/)
</div></div>
</div></div>



Revision as of 16:38, 3 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

Internet

choco install firefox thunderbird googlechrome

Office

choco install libreoffice-fresh okular

Graphics

choco install imageresizerapp lightscreen gimp inkscape drawio

3D Design&Printing

Multimedia

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

File Transfer/Sync

choco install nextcloud-client winscp

Software Development

choco install vscode autoit.install

System Advanced

choco install crystaldiskmark treesizefree rufus

Links