Skip to content

Instantly share code, notes, and snippets.

@mwrock
mwrock / InstallChocolatey.cmd
Created April 3, 2012 13:32 — forked from ferventcoder/InstallChocolatey.cmd
Chocolatey One Line Install from the command line
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('http://bit.ly/psChocInstall'))";