.NET Framework Version Check
Atlas' ILLiad, Aeon, and Ares products require the installation of Microsoft .NET Framework. Most Windows machines will have some version of this software, but identifying the most recent isn't very intuitive. To find this information, follow these instructions:
To find ALL .NET versions
- Open the command prompt (i.e Windows + R → type "cmd").
- Type (or copy and paste) the following command, all on one line:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP"
To find the most recent .NET
- Open the command prompt (i.e Windows + R → type "cmd").
- Type (or copy and paste) the following instruction, on a single line:
reg query "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\full" /v version
Comments
Please sign in to leave a comment.