Gameguru Mania Forum Index Gameguru Mania
Daily Gaming, Hardware, Software and Technology News
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
news | cheats | reviews | specials | hardware | demos | FLASH GAMES | about | links

How to quickly check the .NET Framework version

 
Post new topic   Reply to topic    Gameguru Mania Forum Index -> Windows 10, Windows 11, Windows Server
View previous topic :: View next topic  
Author Message
heretic
Site Admin
Site Admin


Joined: 27 May 2004
Posts: 2744

PostPosted: Sat Oct 17, 2020 6:26 pm    Post subject: How to quickly check the .NET Framework version Reply with quote

Open Start.
Search for PowerShell, right-click the top result, and select the Run as administrator option.

Type the following command to determine the version of .NET installed and press Enter:

Code:

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
Back to top
View user's profile Send private message Send e-mail
stampaprints7
Contributor
Contributor


Joined: 23 Nov 2021
Posts: 2
Location: Easton - PA 18040, USA

PostPosted: Tue Nov 23, 2021 12:46 pm    Post subject: Reply with quote

Following these steps you can check your current .Net framework version:

1- Navigate to the Control Panel (Click here for instructions on how to access
the Control Panel on Windows 10, 8, and 7 machines)

2- Select Programs and Features (or Programs)

3- In the list of installed applications, locate "Microsoft . NET Framework" and
verify the version in the Version column to the right.
Back to top
View user's profile Send private message
hayliebarnes9
Contributor
Contributor


Joined: 27 Jul 2022
Posts: 1
Location: Malaysia

PostPosted: Wed Jul 27, 2022 1:48 pm    Post subject: Reply with quote

Very useful post. This is my first time i visit here.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    Gameguru Mania Forum Index -> Windows 10, Windows 11, Windows Server All times are GMT + 2 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2666 phpBB Group