“PowerShell scoop” Kode Jawaban

PowerShell scoop

Set-ExecutionPolicy RemoteSigned -Scope CurrentUser # Optional: Needed to run a remote script the first time
irm get.scoop.sh | iex
Lucas Gomes

cara menginstal scoop menggunakan PowerShell

# in your powershell type this command
iwr -useb get.scoop.sh | iex
Darkstar

Jawaban yang mirip dengan “PowerShell scoop”

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya