Fix Windows Update KB5013889 Failed to Install in Windows 11

Published: 01 January 1970
on channel: Mr Hat Man
240
2

In this tutorial you will learn how to fix Update KB5013889 : the DOT NET Framework Security Intelligence Update When it Fails to Install in Windows 11. I've found other solutions on the internet, however none of them worked. This particular batch file code did the trick and as you can see in the video, I was able to proceed with the regular update to Windows 11.

Note: this may also work with Windows 10, although we have not tested it. The problem was due to the security settings of certain files in the DOT NET framework were being used by the operating system and therefore it could not update. In this fix you will create a simple batch file that I located from a windows forum. (code is below).

Once you run the batch file in Administrator mode, it will stop the DOT NET framework bad installation so that it can run a fresh installation of the DOT NET FRAMEWORK. Once the framework is installed, reboot and then install the latest cumulative update to Windows.

Join this channel to get access to perks:
https://www.youtube.com/mrhatman/join

_______ Paste this in to create your BAT File

net stop bits
net stop wuauserv
net stop appidsvc
net stop cryptsvc
Del "%ALLUSERSPROFILE%\Application Data\Microsoft\Network\Downloader\*.*"
rmdir %systemroot%\SoftwareDistribution /S /Q
rmdir %systemroot%\system32\catroot2 /S /Q
sc.exe sdset bits D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
sc.exe sdset wuauserv D:(A;;CCLCSWRPWPDTLOCRRC;;;SY)(A;;CCDCLCSWRPWPDTLOCRSDRCWDWO;;;BA)(A;;CCLCSWLOCRRC;;;AU)(A;;CCLCSWRPWPDTLOCRRC;;;PU)
cd /d %windir%\system32

regsvr32.exe /s atl.dll
regsvr32.exe /s urlmon.dll
regsvr32.exe /s mshtml.dll
regsvr32.exe /s shdocvw.dll
regsvr32.exe /s browseui.dll
regsvr32.exe /s jscript.dll
regsvr32.exe /s vbscript.dll
regsvr32.exe /s scrrun.dll
regsvr32.exe /s msxml.dll
regsvr32.exe /s msxml3.dll
regsvr32.exe /s msxml6.dll
regsvr32.exe /s actxprxy.dll
regsvr32.exe /s softpub.dll
regsvr32.exe /s wintrust.dll
regsvr32.exe /s dssenh.dll
regsvr32.exe /s rsaenh.dll
regsvr32.exe /s gpkcsp.dll
regsvr32.exe /s sccbase.dll
regsvr32.exe /s slbcsp.dll
regsvr32.exe /s cryptdlg.dll
regsvr32.exe /s oleaut32.dll
regsvr32.exe /s ole32.dll
regsvr32.exe /s shell32.dll
regsvr32.exe /s initpki.dll
regsvr32.exe /s wuapi.dll
regsvr32.exe /s wuaueng.dll
regsvr32.exe /s wuaueng1.dll
regsvr32.exe /s wucltui.dll
regsvr32.exe /s wups.dll
regsvr32.exe /s wups2.dll
regsvr32.exe /s wuweb.dll
regsvr32.exe /s qmgr.dll
regsvr32.exe /s qmgrprxy.dll
regsvr32.exe /s wucltux.dll
regsvr32.exe /s muweb.dll
regsvr32.exe /s wuwebv.dll
netsh winsock reset
netsh winsock reset proxy
net start bits
net start wuauserv
net start appidsvc
net start cryptsvc


----

once you've installed windows update successfully, please watch my video

How To Speed Up Windows 11 Performance
   • Boost Windows 11 Performance Instantl...  

please share!!!!

Thanks!


Watch video Fix Windows Update KB5013889 Failed to Install in Windows 11 online without registration, duration hours minute second in high quality. This video was added by user Mr Hat Man 01 January 1970, don't forget to share it with your friends and acquaintances, it has been viewed on our site 240 once and liked it 2 people.