D
D
david7402020-11-29 18:00:29
PowerShell
david740, 2020-11-29 18:00:29

How to install scoop via powershell on windows 10?

5fc3b6ce9e127507375515.jpeg

Good day to all.
can't install scoop , keeps showing error
line:1 sign:1
+ iex (new-object net.webclient).downloadstring(' https://get.scoop.sh ')
+ ~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~
This script contains malicious content and has been blocked by antivirus software.
+ CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
+ FullyQualifiedErrorId : ScriptContainedMaliciousContent

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vasily Bannikov, 2020-11-29
@vabka

1. Run as admin
2. Set-ExecutionPolicy RemoteSigned -scope CurrentUser
3. iwr -useb get.scoop.sh | iex
https://scoop.sh/ - read carefully
PS: since you have win10, then install powershell Core - now it's the newest. https://github.com/PowerShell/PowerShell/releases

A
azarij, 2020-11-29
@azarij

write so it happens when the update of the bases of the built-in defender is somehow screwed up.
open the defender, update the databases, just in case of a fireman, reload the car and try again.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question