On Home windows 10, the “.NET Framework” (“dot internet”) is a improvement platform made up of programming languages, libraries, and instruments for programmers to construct several types of purposes for desktops, laptops, tablets, net apps, video games, and extra.
The .NET platform is just not restricted to Home windows since it’s open-source and cross-platform, which suggests it is also supported on macOS and Linux.
Though common customers not often fear in regards to the model of .NET put in on Home windows 10, some apps require particular releases to put in and run as meant. As well as, builders usually have to make use of a number of variations of the event platform to construct their purposes. Which means figuring out the model of .NET put in on the pc can turn out to be useful relying on the state of affairs.
Whether or not you’re a developer or an on a regular basis consumer, Home windows 10 supplies a minimum of 4 methods to verify the .NET Framework model utilizing File Explorer, Registry, Command Immediate, and PowerShell.
This information will stroll you thru the steps to find out the .NET Framework model put in in your laptop.
Easy methods to verify .NET model utilizing File Explorer
To make use of File Explorer to verify the .NET Framework model on Home windows 10, use these steps:
- Open File Explorer.
- Browse the next path: C:WindowsMicrosoft.NETFramework
- Enter the folder with the newest model — for instance, v4.0.30319.
- Proper-click any of the “.dll” information and choose the Properties possibility.
- Click on the Particulars tab.
- Within the “Product model” part, affirm the model of .NET — for instance, 4.8.4084.0.
When you full the steps, the file particulars will reveal the framework platform’s model put in on the system.
Easy methods to verify .NET model utilizing Registry
To find out the .NET Framework model via the Registry, use these steps:
- Open Begin.
- Seek for regedit and click on the highest consequence to open the Registry.
- Browse the next path: HKEY_LOCAL_MACHINESOFTWAREMicrosoftNET Framework SetupNDP
- Develop the primary model key – for instance, v4 or v4.0.
- Choose the Consumer key.
- Fast tip: In releases older than model 4, the important thing shall be a quantity or “Setup.” For instance, .NET model 3.5 contains the model quantity beneath the 1033 key.
- On the precise, verify the “Model” string to find out the discharge of the .NET Framework.
After you full the steps, you’ll know the releases of the Microsoft framework obtainable on Home windows 10.
Easy methods to verify .NET model with Command Immediate
To verify the model of the .NET Framework with Command Immediate, use these steps:
- Open Begin.
- Seek for Command Immediate, right-click the highest consequence, and choose the Run as administrator possibility.
- Sort the next command to find out the model of .NET put in and press Enter: reg question “HKLMSOFTWAREMicrosoftNet Framework SetupNDP” /s
To guarantee that model 4.x is put in, use this variant of the command: reg question “HKLMSOFTWAREMicrosoftNet Framework SetupNDPv4” /s
- Verify the “Model” area to verify the releases of the .NET Framework put in on Home windows 10.
When you full the steps, the variations of .NET working on the pc shall be revealed.
Easy methods to verify .NET model with PowerShell
To verify the .NET model with PowerShell, use these steps:
- Open Begin.
- Seek for PowerShell, right-click the highest consequence, and choose the Run as administrator possibility.
- Sort the next command to verify the model of .NET put in and press Enter: Get-ChildItem ‘HKLM:SOFTWAREMicrosoftNET Framework SetupNDP’ -Recurse | Get-ItemProperty -Identify model -EA 0 | The place { $_.PSChildName -Match ‘^(?!S)p{L}’} | Choose PSChildName, model
- Verify the model of the .NET Framework put in on Home windows 10.
After you full the steps, PowerShell will return the data for each the shopper and the complete model of .NET put in on Home windows 10 (if relevant).
Extra sources
For extra useful articles, protection, and solutions to widespread questions on Home windows 10 and Home windows 11, go to the next sources: