Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how to uninstall .net framework 4.8 from windows 10

I have windows 10 and .net framework 4.7.2 installed and my program works fine. Then I figured to try the .net framework 4.8, after installation, my program doesn't work. I was trying to uninstall .net framework 4.8, I did the uninstall from control panel, but the registry HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full is permanently set at version 4.8.03761. I've searched online for hours on how to completely rid of this 4.8 version to no avail. I also read that Microsoft made the decision that 4.8 version update to be irreversible, I am hoping this is not true and hope for ways that I can go back to 4.7.2 version without completely nuking the whole system and starting over.

like image 818
For Comment Avatar asked Aug 22 '19 02:08

For Comment


People also ask

How do I uninstall Framework 4.8 on Windows 10?

x/4.8. x from your computer, go to Control Panel, choose Programs and Features, choose View installed updates, select Update for Microsoft Windows (KB2828152) and then choose Uninstall.

How do I remove .NET Framework from Windows 10?

Open Add or Remove Programs. Search for Microsoft . NET SDK Uninstall Tool . Select Uninstall.

Can I uninstall .NET Framework?

Option 1: Windows 8/10 You cannot fully uninstall the . NET framework from Windows 8 and above, but there is a procedure to force an update. Browse out to Programs and Features in Control Panel. On the left side, click on Turn Windows features on or off.


1 Answers

.NET is part of Windows. New releases would appear as Windows updates in ARP (Control Panel -> Uninstall a Program -> View Installed Updates). To uninstall new .NET release, you would need to uninstall the correct Windows update.

Here are the update numbers for .NET 4.8 on Windows 10:

KB4486129 - for Windows 10 RS1/RS2 releases

KB4486153 - for Windows 10 RS3 and later releases

If uninstalling these updates does not fix the issue, I suggest opening a .NET issue on Developer Community web-site (https://developercommunity.visualstudio.com/spaces/61/index.html) and provide .NET installation/uninstallation logs.

The tool, and instructions, for log collection is available at https://www.microsoft.com/en-us/download/details.aspx?id=12493

like image 111
Nikola Milosavljevic Avatar answered Sep 16 '22 18:09

Nikola Milosavljevic