Answer the question
In order to leave comments, you need to log in
How to install scoop via powershell on windows 10?
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
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question