Skip to content

Instantly share code, notes, and snippets.

@mcasperson
Created November 6, 2019 19:50
Show Gist options
  • Save mcasperson/c815ac880df481418ff2e199ea1d0a46 to your computer and use it in GitHub Desktop.
Save mcasperson/c815ac880df481418ff2e199ea1d0a46 to your computer and use it in GitHub Desktop.
Chocolatey notpad++ install
Set-ExecutionPolicy Bypass -Scope Process -Force
iex ((New-Object System.Net.WebClient).DownloadString('https://chocolatey.org/install.ps1'))
choco install notepadplusplus -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment