Last active
March 8, 2017 14:30
-
-
Save gustavonovaes/04218a3d5372e1dba9222d5b95462c0d to your computer and use it in GitHub Desktop.
Things to do after install windows 10
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
@powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))" && SET "PATH=%PATH%;%ALLUSERSPROFILE%\chocolatey\bin" | |
choco install -y clink sysinternals putty 7zip notepadplusplus vlc greenshot git.install gimp GoogleChrome VisualStudioCode nodejs.install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment