-
Notifications
You must be signed in to change notification settings - Fork 109
Setup env
dtgm edited this page Feb 10, 2016
·
3 revisions
https://chocolatey.org/account/Register
https://chocolatey.org/account
choco apiKey -k XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX -source https://chocolatey.org/
cmd: @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
OR
posh: iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))
taskschd.msc
C:\Windows\System32\cmd.exe /c C:\bin\ChocolateyPackageUpdater\ketarinupdate.cmd
powershell -Noprofile -NoExit -ExecutionPolicy Bypass -File C:\dev\choco\git-auto-commit.ps1