Windows Software Essentials: Difference between revisions

From Wiki
mNo edit summary
Line 1: Line 1:
== Chocolatey ==
* Install chocolatey (run in Windows PowerShell as Administrator)
<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'))
</pre>
== System Basic ==
== System Basic ==
* 7-Zip - http://www.7-zip.org/
* 7-Zip - http://www.7-zip.org/

Revision as of 14:39, 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

  • Other
  • PowerToys - Windows Store

Internet

Office

Graphics

3D Design&Printing

Multimedia

  • Other

File Transfer/Sync

Software Development

System Advanced


System Information Tools

Links