How to determine which .NET Framework versions are installed Jan. 25, 2018, 9:32 a.m.

In powershell:

Get-ChildItem "HKLM:SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\" | Get-ItemPropertyValue -Name Release
microsoft powershell .net