Tuesday, April 9, 2019

Check Dot Net Versions Installed on Server


Check Dot Net Versions Installed on Server

1.      Open the command prompt (i.e Windows + R → type "cmd").
2.      Type the following command, all on one line:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP"
(This will list all the .NET versions.)
3.      If you want to check the latest .NET 4 version.
4.      Type following instruction, on a single line:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full" /v version

No comments:

Post a Comment

Windows Administrator Level 1 Interview Question & Answers

 Windows Administrator Level 1 Interview Question & Answers What is an active directory?  An Active Directory (AD) is a directory ...