How to Check the Dot NET Framework Version on Windows 11 | Find Your .NET Version | Guiding Tech
Channel:
Subscribers:
208,000
Published on ● Video Link: https://www.youtube.com/watch?v=CtF73q3rklM
In this video, we are going to show you two ways in which you can find out the Dot Net Framework Version on your Windows 11 PC or laptop. Watch the full video to know more!
Command (CMD)
reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP\v4\Client" /v Version
Command (PowerShell)
Get-ChildItem 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | Get-ItemProperty -Name version -EA 0 | Where { $_.PSChildName -Match '^(?!S)\p{L}'} | Select PSChildName, version
Check out the full guide on GuidingTech.com!
https://www.guidingtech.com/how-to-check-net-framework-version-on-windows/
Other Videos By Guiding Tech
Tags:
check .net framework version on Windows 11
check .net framework version
find version of .net
check net framework version
.net version check
determine version of .net
check .net version cmd
check for .net version
verify .net framework version
what version of .net do I have
.net version check command
check installed .net version
Windows 11