In this article you will learn how to find installed Net Feamework version with PowerShell.
- Run powershel as Administrator
- Type the following command:
Get-ItemProperty “HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full”
That’s it!
Tech Guides. Straight to the Point.
In this article you will learn how to find installed Net Feamework version with PowerShell.
Get-ItemProperty “HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full”
That’s it!