Created
April 23, 2016 09:34
-
-
Save jfengq/65e250a4b232bcb135bdc90020561d7c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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