How to check .NET Framework version on Windows 10
1. Check .NET Framework version on Windows 10 with PowerShell
PowerShell provides a lot of features through code and that includes checking the version of a lot of different software. To check the version of the .NET Framework on Windows 10 you will have to do the following:
Step 1: Open MenuStart and search for PowerShell software to open on your computer.
Step 2: Then, copy the following command to paste it into PowerShell software and start the command with Enter.
Get-ChildItem 'HKLM:SOFTWAREMicrosoftNET Framework SetupNDP' -Recurse | Get-ItemProperty -Name version -EA 0 | Where { $_.PSChildName -Match '^(?!S)p{L}'} | Select PSChildName, version
Step 3: When the command runs successfully, you will get a lot of different information. In this case we will observe the Full item because this is the version of the .NET Framework installed on the computer.
2. Check .NET Framework version on Windows 10 with RUN
Using the commands in RUN also helps you to see the .NET Framework version on Windows 10 in the most efficient and accurate way. To see the version of .NET Framework on Windows 10 you just need to do a few steps as follows:
Step 1: Open the MenuStart window and enter RUN (Windows + R) to open the Run software on your computer.
Step 2: When the RUN window is open, copy the link below and paste it in the window to open them. This path will help you open the storage folder of the .NET Framework on your computer.
C:WindowsMicrosoft.NETFramework
Step 3: In the FrameWork installation folder, you will have a lot of different folders and choose to open the last folder to track the version on the system.
Step 4: In the folder we just opened, you will find an entry with the name Accessibility.dll and right-click and select Properties.
Step 5: In the Accessibility Properties window, just select the Details tab and follow the Product Version item to know the version of .Net Framework you are using on your computer.
In this article, Tipsmake has shown you how to check the .NET Framework version on Windows 10 in the most detail. Good luck!
You should read it
- Effective Microsoft .NET Framework repair and removal tool
- What is the Microsoft .NET Framework, and why is it installed on the PC?
- Fix the error of not installing the .NET Framework 3.5 on Windows
- Instructions for installing .NET Framework 3.5 Offline on Windows 10
- How to install Microsoft NET Framework 4.5 full for Windows 7, 8 with Windows Update
- How to check the version of the .NET Framework on the computer
- How to enable .NET FrameWork on Windows 10?
- Fix error 0x800F081F when installing .Net Framework 3.5
May be interested
- How to install MIDI drivers on Windows 10musical instrument digital interface (midi) is a protocol that facilitates communication between external instruments and your computer. midi is used when you connect a device based on this protocol, called a midi device, to a pc.
- Simple and fast steps to edit Host File on Windows 10file host helps manage access to websites on computers and laptops. however, file host can make you inaccessible, or you want to block a certain website.
- How to change Quick Access in File Explorer on Windows 10the quick access menu in file explorer will help us quickly access some programs or drives and folders on the computer without having to perform many operations.
- Steps to clean up a full C drive after updating Windows 10 without using softwarewhen you update windows 10, the system still saves a windows.old file containing the old operating system so you can restore it when there is a problem, this file takes up a lot of hard drive space.
- How to change Quick Access on File Explorer in Windows 10every time you open file explorer, you'll immediately see a quick access menu to access frequently used folders.
- Steps to disable the virtual keyboard on Windows 10this article will show you how to disable the virtual keyboard that appears on the login screen in windows 10.