ok, I believe this is due to some bad windows update, but there isn't a list that i can locate to uninstall.
I've already tried force uninstall all remnants,
using:
---
FORFILES /P %WINDIR%\servicing\Packages /M Microsoft-Windows-InternetExplorer-*11.*.mum /c "cmd /c echo Uninstalling package @fname && start /w pkgmgr /up:@fname /norestart"
FORFILES /P %WINDIR%\servicing\Packages /M...
↧