Skip to content

Instantly share code, notes, and snippets.

@MaxySpark
Created September 16, 2017 07:51
Show Gist options
  • Select an option

  • Save MaxySpark/24fe3e4419c5cc8bd2451d5189b044e5 to your computer and use it in GitHub Desktop.

Select an option

Save MaxySpark/24fe3e4419c5cc8bd2451d5189b044e5 to your computer and use it in GitHub Desktop.
Run As Administrator
echo "Choco"
@"%SystemRoot%\System32\WindowsPowerShell\v1.0\powershell.exe" -NoProfile -InputFormat None -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin"
choco install python
choco install cmder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment