Dotnet

From Piszczynski
Revision as of 22:31, 15 November 2023 by Aleks (talk | contribs) (3 revisions imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

.Net Framework

Find out if the version of .NET installed is older than 4.6.2

  • (Get-ItemProperty "HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full").Release -ge 394802

More Info here: https://docs.microsoft.com/en-us/dotnet/framework/migration-guide/how-to-determine-which-versions-are-installed

Can also check in file explorer in the following location:

  • C:\Windows\Microsoft.NET\Framework

Then check the installed versions and can check version by opening properties on a .dll and checking details tab

Can also check in registry in the following location:

  • HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP