Skip to content

Instantly share code, notes, and snippets.

@gustavonovaes
Last active March 8, 2017 14:30
Show Gist options
  • Save gustavonovaes/04218a3d5372e1dba9222d5b95462c0d to your computer and use it in GitHub Desktop.
Save gustavonovaes/04218a3d5372e1dba9222d5b95462c0d to your computer and use it in GitHub Desktop.
Things to do after install windows 10
@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