Skip to content

Instantly share code, notes, and snippets.

@jfengq
Created April 23, 2016 09:34
Show Gist options
  • Save jfengq/65e250a4b232bcb135bdc90020561d7c to your computer and use it in GitHub Desktop.
Save jfengq/65e250a4b232bcb135bdc90020561d7c to your computer and use it in GitHub Desktop.
Open a command prompt as administrator and paste the following to install chocolatey:
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://chocolatey.org/install.ps1'))" && SET PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin
Install vcredist2010 using the following command (again, as administrator):
choco install -y vcredist2010
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment