What is .NET Framework and how to check the version on Windows 11 & Windows 10

preview_player
Показать описание
The '.NET Framework' is a development platform made up of programming languages, libraries, and tools for programmers to build different types of applications for different platforms. You can check the version using the commands below:

Command Prompt: reg query "HKLM\SOFTWARE\Microsoft\Net Framework Setup\NDP" /s

Windows 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

Keep an eye out for fresh content uploaded regularly.

#windows11 #windows10 #windowsupdate #windows11updates #googlechrome #bravebrowser #microsoftedge #mozillafirefox #vivaldibrowser #powertoys #howtowindows #speedupwindows #googleapps #linux #brentech #wheretechismadesimple
Рекомендации по теме
Комментарии
Автор

Ohh nice. I thought it was for the internet things lol. Now I know what's that. Thanks!

Gunasamss
Автор

Bro can you give me the link of your wallpaper its so good bruhhh

jasonszsilva