Asked by:
Dot Net framework in registry

General discussion
-
Hi,
I'm looking for the location in the registry where the dot net framework version and settings are? This is for windows 10.
Thank You
JCtech1123, Cheers
- Changed type Bill_Stewart Monday, October 22, 2018 2:21 PM
- Moved by Bill_Stewart Monday, October 22, 2018 2:21 PM This is not "research things for me" forum
Wednesday, July 18, 2018 9:49 PM
All replies
-
This forum is about scripting. You could use your favorite internet search engine to search for it or you should ask in the Windows general forum.
Please read this first: This forum is for scripting questions rather than script requests.
Also find scripts here: PowerShell Gallery or here: TechNet Gallery - resources for IT professionals.
Learn PowerShell: Microsoft Virtual Academy - Getting Started with Microsoft PowerShell.
Script requests: Microsoft Technet Script Center - Requests.
Best regards,
(79,108,97,102|%{[char]$_})-join''
Wednesday, July 18, 2018 10:36 PM -
What searches have you run, and why were the results of these searches unsatisfactory?
-- Bill Stewart [Bill_Stewart]
Wednesday, July 18, 2018 10:44 PM -
The version installed (for .NET 4.5 and later) is here:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full\Version
The location in the registry for the .NET SKUs (versions) is:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\v4.0.30319\SKUs
Ian Broadbent
Wednesday, July 18, 2018 11:17 PM -
Ian,
don't you feel like you just did someones homework now? ;-) :-D
Best regards,
(79,108,97,102|%{[char]$_})-join''
Thursday, July 19, 2018 6:22 AM -
Here are some helpful links. Some contain good material about how to ask a good technical question.
- How to ask questions in a technical forum
- Rubber duck problem solving
- How to write a bad forum post
- Help Vampires: A Spotter's Guide
- This forum is for scripting questions rather than script requests
Using a search engine is an important skill that any developer or administrator needs to learn.
-- Bill Stewart [Bill_Stewart]
- Edited by Bill_Stewart Thursday, July 19, 2018 1:13 PM
Thursday, July 19, 2018 1:12 PM