Skip to content

Instantly share code, notes, and snippets.

@dougwaldron
Created May 16, 2023 13:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dougwaldron/e01063e29d00c43af2530860408add56 to your computer and use it in GitHub Desktop.
Save dougwaldron/e01063e29d00c43af2530860408add56 to your computer and use it in GitHub Desktop.
Check which version of the .NET Framework is installed

Check .NET Framework version from PowerShell

Get-ItemPropertyValue -LiteralPath 'HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full' -Name Release

Compare the above result to this table.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment