Skip to content

Manual: How to install Chocolatey (choco) on Windows using PowerShell?

Notifications You must be signed in to change notification settings

vvmspace/choco-install

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

How to install Chocolatey on Windows using PowerShell?

By default PowerShell restricts scripts execution, but it is easy to fix it.

1.Run PowerShell

Choco requires PowerShell v3+ (info from official chocolatey.org)

2.Execute this command to fix PowerShell default security problem:

Set-ExecutionPolicy -ExecutionPolicy ALLSIGNED

3.Install Chocolatey by command:

iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex

Do not care about errors

You can also check instructions at chocolatey.org

4.Check choco

choco

5.Have a nice day

And follow https://github.com/vvmspace

About

Manual: How to install Chocolatey (choco) on Windows using PowerShell?

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published