2023년 2월 17일 금요일

How to use Chocolatey

Chocolatey Software | Installing Chocolatey

Set-ExecutionPolicy AllSigned (or Bypass)

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'))


to get the installed location of the 7zip executable file

Get-Command 7z.exe | Select-Object Definition

댓글 없음:

댓글 쓰기

Free Partition Recovery Tool: TestDisk

Lost a partition while updating Ventoy, but successfully recovered it using TestDisk. Ventoy's Non-Destructive mode, allowing installati...