How to make Windows use always the latest CLR for .Net assemblies?

ElektroStudios

Days ago I saw a very useful registry value that instructs Windows to use always the last CLR version installed, this way the user does not need to have older versions of .NetFx installed in the system to run older applications targeting those older .Net Framework versions like the always annonying .NetFx 3.5.

I tested it and it works as expected. The problem is that I lost the value and the website on which I seen this value, I don't remember it and I put my effort to find it again in Google around the MSDN docs and random Windows personalization forums with no luck.

My question is to know again the details of that registry value I reffered.

Ramhound

It should be as simple as doing the following:

  1. Open Regedit

  2. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework (64-bit)

    2b. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\wow6432node\Microsoft\.NETFramework (32-bit)

  3. Create a new DWORD value

  4. Set the name to OnlyUseLatestCLR and set value as 1 (decimal)

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Java

How to use kafka.group.id in spark 3.0 to avoid always start the offset for latest position?

From Dev

How to make oh-my-zsh use the latest zsh version?

From Dev

How to make my local git copy always at its latest version automatically?

From Dev

How do you ignore .NET assemblies in NDepend?

From Dev

Force PowerShell to use .NET CLR Version 2

From Dev

How to use sleep into a CLR project?

From Dev

How to use latest SBT

From Dev

How to use multiple storyboards defined in assemblies?

From Dev

All .NET assemblies running extremely slow on Windows Server

From Dev

How to install and use "make" in Windows?

From Dev

How to get list of all .NET assemblies programmatically?

From Dev

Do universal windows assemblies work with a .net console app?

From Dev

How to make the .net HttpClient use http 2.0?

From Dev

C# Obfuscating .NET Executable breaks the use of Loading Assemblies

From Dev

Does or does not SQL Azure support CLR assemblies?

From Dev

PowerShell on Linux - How to load \ use .Net assemblies?

From Dev

C# Obfuscating .NET Executable breaks the use of Loading Assemblies

From Dev

How to make Windows Explorer always use detail view?

From Dev

How do I download always the latest version of the programs when I use apt-get install [program]?

From Dev

how to make windows xp always arrange folders by date

From Dev

How can I make windows always show full folder path

From Dev

How does CLR differentiate classes with the same name but without namespace in different assemblies at runtime?

From Dev

Force PowerShell to use .NET CLR Version 2

From Dev

How to make sure that I use the latest version of bash?

From Dev

Windows 10: How do I always allow an app to make changes?

From Dev

How to use __gc with /clr

From Dev

How to make sure that certain devices always use the same device file?

From Dev

How to make sure I use the latest installed kernel?

From Dev

PowerShell on Linux - How to load \ use .Net assemblies?

Related Related

  1. 1

    How to use kafka.group.id in spark 3.0 to avoid always start the offset for latest position?

  2. 2

    How to make oh-my-zsh use the latest zsh version?

  3. 3

    How to make my local git copy always at its latest version automatically?

  4. 4

    How do you ignore .NET assemblies in NDepend?

  5. 5

    Force PowerShell to use .NET CLR Version 2

  6. 6

    How to use sleep into a CLR project?

  7. 7

    How to use latest SBT

  8. 8

    How to use multiple storyboards defined in assemblies?

  9. 9

    All .NET assemblies running extremely slow on Windows Server

  10. 10

    How to install and use "make" in Windows?

  11. 11

    How to get list of all .NET assemblies programmatically?

  12. 12

    Do universal windows assemblies work with a .net console app?

  13. 13

    How to make the .net HttpClient use http 2.0?

  14. 14

    C# Obfuscating .NET Executable breaks the use of Loading Assemblies

  15. 15

    Does or does not SQL Azure support CLR assemblies?

  16. 16

    PowerShell on Linux - How to load \ use .Net assemblies?

  17. 17

    C# Obfuscating .NET Executable breaks the use of Loading Assemblies

  18. 18

    How to make Windows Explorer always use detail view?

  19. 19

    How do I download always the latest version of the programs when I use apt-get install [program]?

  20. 20

    how to make windows xp always arrange folders by date

  21. 21

    How can I make windows always show full folder path

  22. 22

    How does CLR differentiate classes with the same name but without namespace in different assemblies at runtime?

  23. 23

    Force PowerShell to use .NET CLR Version 2

  24. 24

    How to make sure that I use the latest version of bash?

  25. 25

    Windows 10: How do I always allow an app to make changes?

  26. 26

    How to use __gc with /clr

  27. 27

    How to make sure that certain devices always use the same device file?

  28. 28

    How to make sure I use the latest installed kernel?

  29. 29

    PowerShell on Linux - How to load \ use .Net assemblies?

HotTag

Archive