Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ScriptingPro/ddd0594bec14d7b9778746310c712e95 to your computer and use it in GitHub Desktop.
Save ScriptingPro/ddd0594bec14d7b9778746310c712e95 to your computer and use it in GitHub Desktop.
Determine .NET Framework Versions Installed
# check dot net version
gci 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -recurse | gp -name Version,Release -EA 0 | ?{ $_.PSChildName -match '^(?!S)\p{L}'} | select PSChildName, Version, Release
# how to check net framework version installed
# where can i find net framework on my computer
# verify net framework version installed
# determine .net framework versions
# where to find net framework on computer
# where to find net framework on my computer
# where can i find net framework on my pc
# how to check net framework version windows 7
# how to check net framework version from command prompt
# how can i check my net framework version
# how to check net framework
# how to check framework version
# how to check dot net framework version
# check framework version
# check dotnet version
# check dot net framework version
# check framework
# net framework check tool
# check net framework version windows 7
# check dot net framework
# check version net framework installed
# check microsoft framework version
# check dotnet
# check version of dot net
# check net framework windows 10
# how to detect net framework version installed
# check net framework
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment