

So if you want to check the latest version of. Whenever a newer version is available, they will be installed to the folder v9 and replace the previous version. It doesn’t mean the highest version you have is v9.įrom v4.0, a newer version would perform an in-place upgrade from the previous version. The folder with the highest number is v9. Note you’re not able to know the most recent version of. NET Framework you have (you can tell from the name of the folders). In the Framework folder, you’ll see the versions of. Follow these steps:Ģ) Navigate to C:\Windows\Microsoft.NET\Framework. NET Framework version through File Explorer.

NET Framework version using File Explorer Look for th e Version REG_SZ lines which will display the version of. NET Framework versions installed on your computer. Reg query “HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP” /s To do so:ġ) On your keyboard, press Win+R (the Windows logo key and the R key) at the same time to invoke the Run box.Ģ) Type “ cmd” into the Run box and press Ctrl+Shift+Enter to open Command Prompt as administrator.ģ) At the Command Prompt window, type the following command (you can copy and paste the command), then press Enter: NET Framework version using Command Prompt NET Framework version using Registry Editor How to check. You can also use one of the three ways below to check the. NET Framework 4.0 will be replaced and not be seen on your computer. NET Framework 4.5 was an in-place upgrade for 4.0. NET Framework version installed is v4.8, which is also the latest version provided from Microsoft.įAQ: Why are v4.0, v4.5, v4.6 and v4.7 not installed?įrom v4.0, whenever there is a newer version installed, the newer version will be an in-place upgrade for the previous version.

For most modern computers, the most recent. In the following figure, for example, you can see v2.0, v3.0, v3.5 and v4.8 installed on the computer. NET Framework versions installed on your computer (Your computer can have multiple versions of. Get-ChildItem ‘HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP’ -Recurse | Get-ItemProperty -Name version -EA 0 | Where | Select PSChildName, version Then Powershell will open as administrator.Ģ) At the PowerShell window, type the following command (you can copy and paste the command), then press Enter: Here’s how to do it:ġ) Right-click on the Start menu button at the bottom corner of the desktop and select Windows Powershell (Admin). NET Framework version installed on your computer. You can easily use PowerShell to check the. NET Framework version using PowerShell and other three tools. In this post, I’ll show you how to check the. NET Framework version installed on your computer, then you’ve come to the right place. For whatever reason, you may want to check the.
