Skip to content

Instantly share code, notes, and snippets.

@JamesTryand
Created March 8, 2011 22:46
Show Gist options
  • Select an option

  • Save JamesTryand/861278 to your computer and use it in GitHub Desktop.

Select an option

Save JamesTryand/861278 to your computer and use it in GitHub Desktop.
Upgrades your powershell to .net runtime 4
Set-ItemProperty "HKLM:\SOFTWARE\Microsoft\PowerShell\1\PowerShellEngine" -n 'RuntimeVersion' -val 'v4.0.30319'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment