Skip to content

Instantly share code, notes, and snippets.

@bensmind
Created December 29, 2014 16:37
Show Gist options
  • Select an option

  • Save bensmind/1ed68eb580846c45c741 to your computer and use it in GitHub Desktop.

Select an option

Save bensmind/1ed68eb580846c45c741 to your computer and use it in GitHub Desktop.
#powershell -NoProfile -ExecutionPolicy unrestricted -Command
$url = 'https://gist.githubusercontent.com/bensmind/0a5a524749018ad274d1/raw/74cd0623262346646901aa370221921514d3d15f/cinst.init.ps1'
$wc = new-object net.webclient
iex ($wc.DownloadString($url))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment