How to Verify Registry Key path using Check Current Version installed Software in Servers.
Example:
Check .NET
installed versions from Registry Key
1.
Verify the .NET Framework version
installed workflow manager farm in Registry editor.
Open
Registry editor -->
Click on start -->
Open
Run--> Type "Regedit" Click on enter--> Go to the below path you
can find the .NET framework installed version.
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\SKDUs]
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Setup\NDP\v4.0\Client]
You can
able find the latest version of the .NET framework Installed on a server or machine.
Reference
Article:
0 Comments