Skip to content

Instantly share code, notes, and snippets.

@MrChrisWeinert
Created May 21, 2019 13:40
Show Gist options
  • Save MrChrisWeinert/287866f86542db08d6e41f6603a06662 to your computer and use it in GitHub Desktop.
Save MrChrisWeinert/287866f86542db08d6e41f6603a06662 to your computer and use it in GitHub Desktop.
Check for .NET 4.7.2
Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\' | Get-ItemPropertyValue -Name Release | Foreach-Object { $_ -ge 461808 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment