Tips & Tricks

How To Find Installed Net Feamework Version With PowerShell.

In this article you will learn how to find installed Net Feamework version with PowerShell.

  1. Run powershel as Administrator
  2. Type the following command:

Get-ItemProperty “HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full”

 

That’s it!