thondchen / Install

install everything
0 stars 0 forks source link

install chocolatey #2

Open thondchen opened 7 years ago

thondchen commented 7 years ago

use power shell to run iwr https://chocolatey.org/install.ps1 -UseBasicParsing | iex will fail caz restricted rule.

solution: PS C:\WINDOWS\system32> Get-ExecutionPolicy Restricted PS C:\WINDOWS\system32> Get-ExecutionPolicy -Scope CurrentUser Undefined PS C:\WINDOWS\system32> Set-ExecutionPolicy RemoteSigned