diff --git a/docs/framework/migration-guide/how-to-determine-which-versions-are-installed.md b/docs/framework/migration-guide/how-to-determine-which-versions-are-installed.md index dd86aa7f9d9db..b1e9b53038fe7 100644 --- a/docs/framework/migration-guide/how-to-determine-which-versions-are-installed.md +++ b/docs/framework/migration-guide/how-to-determine-which-versions-are-installed.md @@ -1,7 +1,7 @@ --- title: Determine which .NET Framework versions are installed description: Use code, regedit.exe, or PowerShell to detect which versions of .NET Framework are installed on a machine by querying the Windows registry. -ms.date: 12/04/2020 +ms.date: 09/29/2022 dev_langs: - "csharp" - "vb" @@ -73,7 +73,7 @@ The **Release** REG_DWORD value in the registry represents the version of .NET F | .NET Framework 4.7.1 | On Windows 10 Fall Creators Update and Windows Server, version 1709: 461308
On all other Windows operating systems (including other Windows 10 operating systems): 461310 | | .NET Framework 4.7.2 | On Windows 10 April 2018 Update and Windows Server, version 1803: 461808
On all Windows operating systems other than Windows 10 April 2018 Update and Windows Server, version 1803: 461814 | | .NET Framework 4.8 | On Windows 10 May 2019 Update and Windows 10 November 2019 Update: 528040
On Windows 10 May 2020 Update and Windows 10 October 2020 Update and Windows 10 May 2021 Update: 528372
On Windows 11 and Windows Server 2022: 528449
On all other Windows operating systems (including other Windows 10 operating systems): 528049 | -| .NET Framework 4.8.1 | All Windows operating systems: 533325 | +| .NET Framework 4.8.1 | On Windows 11 2022 Update: 533320
All other Windows operating systems: 533325 | ### Minimum version @@ -91,7 +91,7 @@ To determine whether a *minimum* version of .NET Framework is present, check for | .NET Framework 4.7.1 | 461308 | | .NET Framework 4.7.2 | 461808 | | .NET Framework 4.8 | 528040 | -| .NET Framework 4.8.1 | 533325 | +| .NET Framework 4.8.1 | 533320 | ### Use Registry Editor