How to check the installed .NET Framwork version

The article comes from: http://jingyan.baidu.com/article/656db918fbf00ce381249c16.html

Mainly check in the registry

For versions 1 through 4 of the .NET Framework see how

Navigate to the following node in the registry

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP 

The installed .NET Framework is listed in the NDP directory


For .NET Framework 4.5 or later see how

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full

If there is no Full node, it means that version 4.5 or later has not been installed


Administrator privileges are required to open the registry

Attach the framework download address:  https://www.microsoft.com/zh-cn/search/result.aspx?q=net

Guess you like

Origin blog.csdn.net/small_tu/article/details/50979792
Recommended