Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Installing scoop fails: "Running the installer as administrator is disabled by default, see https://github.com/ScoopInstaller/Install#for-admin"

Whenever i run the command line to install scoop on windows through Powershell, it just says "Running the installer as administrator is disabled by default, see https://github.com/ScoopInstaller/Install#for-admin for details."

I have tried to run Powershell as administrator and the "-RunAsAdmin" option but none seem to work for me.

like image 725
Kabori Avatar asked Mar 19 '26 07:03

Kabori


1 Answers

You need run the command as administrator. Try the below command:

iex "& {$(irm get.scoop.sh)} -RunAsAdmin"
like image 120
Bruno Wego Avatar answered Mar 22 '26 13:03

Bruno Wego