Skip to content

Instantly share code, notes, and snippets.

@masimplo
Last active August 29, 2015 14:05
Show Gist options
  • Save masimplo/6c4bafbbd25dbe7dfd9b to your computer and use it in GitHub Desktop.
Save masimplo/6c4bafbbd25dbe7dfd9b to your computer and use it in GitHub Desktop.
Install notepad++ on Azure VM
Set-ExecutionPolicy RemoteSigned
iex ((new-object net.webclient).DownloadString("http://chocolatey.org/install.ps1"))
cinst notepadplusplus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment