install scoop using powershell without admin rights

26 Views Asked by At

Can I execute Set-ExecutionPolicy in PowerShell 7.4.10 without admin rights to install scoop?

PS C:\Windows\System32> PS C:\> Set-ExecutionPolicy -ExecutionPolicy remotesigned -Scope CurrentUser -InvokeRestMethod -Uri https://get.scoop.sh | Invoke-Expression -Force
Get-Process: A positional parameter cannot be found that accepts argument 'Set-ExecutionPolicy'.
0

There are 0 best solutions below